/*==fonts==*/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.eot');
    src: url('../fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff'),
        url('../fonts/HelveticaNeueBold.ttf') format('truetype'),
        url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff'),
        url('../fonts/FuturaBT-Book.ttf') format('truetype'),
        url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*==fonts end==*/

* {
    -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-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

.header > .widget-container {
    border-bottom:2px solid rgba(255, 255, 255, .5);
}
.header > .widget-container {
    width: auto;
    max-width: 1608px;
}

body > .header{
	/*background-color:#000;*/
	z-index:1;
}
body > .header.active-section{
	z-index: unset; 
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

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;
    font-family: 'HelveticaNeue';
}
.widget-snippet b, .widget-snippet strong {
    font-family: 'HelveticaNeue';
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #29AAE2;
    color: #fff;
}

small {
    font-size: 80%;
}

i {
    color: #000;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #29AAE2;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #29AAE2;
    color: #ffffff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 17px;
     font-family: 'Futura Bk BT';
    text-align: left;
    line-height: 25px;
}

a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color:#29AAE2;
}


.widget.page-heading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    text-align: left;
    text-transform: capitalize;
    font-style: normal;
    font-family: 'HelveticaNeue';
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: normal;
    font-family: 'HelveticaNeue';
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    color: #231F20;
    font-size: 17px;
    font-family: 'Futura Bk BT';
    line-height: 25px;
    margin: 0;
    padding: 0 0 20px;
    font-weight: normal;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote {
     color: #231F20;
     font-family: 'Futura Bk BT';

}
input[type="submit"], input[type="button"], button, .button, a.button {
    line-height: 21px;
    box-sizing: border-box;
    border-radius: 0;
    text-transform: none;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 42px 14px 25px;
    border: 1px solid #066C98;
    background-color: #066C98;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	font-family: 'HelveticaNeue';
}

input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    color: #ccc;
    background: none;
}

input[type=text], input[type=password], select {
    height: 40px;
    width: 100%;
}

input[type=text], input[type=password], select, textarea {
    border: 2px solid #9d9d9d;
    font-family: inherit;
    box-sizing: border-box;
    padding-left: 10px;
}

textarea {
    height: 90px;
}

input[type="text"].validation-error, input[type="password"].validation-error {
    background: transparent;
}
input[type="text"].validation-error, input[type="password"].validation-error, textarea.validation-error {
    border: 1px solid red !important;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}

table th {
    font-size: 17px;
    font-weight: 500;
    background: #eee;
}

table, th, td {
    border: 1px solid #d9d9d9;
    padding: 8px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #232323;
}


.widget-snippet {
    font-size: 14px;
    color: #232323;
    line-height: 25px;
    text-align: left;
}

.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 9px 20px;
    list-style-type: none;
    color: #000000;
    font-size: 17px;
    text-align: left;
    line-height: 25px;
}

.widget ul li a, .widget ol li a {
    color: #000000;
}

.widget ul li a:hover, .widget ol li a:hover {
    color: #f22954;
}

ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}

.widget-snippet ul li::before, ul li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0px;
    width: 13px;
    height: 10px;
    font: normal normal normal 30px/1 FontAwesome;
    color: #000000;
    font-size:23px;
}

ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
}

ol, .widget-article ol, .widget-snippet ol {
    padding-left: 15px;
}
/* Webcommander Base */
.page-content .v-split-container > .v-split {
    /* margin: auto; */
    /* width: 1230px; */
    /* max-width: 100%; */
}
.body .page-content .widget-container {
    width: auto;
    padding: 0 15px 0 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.auto-page .page-content {
    margin:0 auto;
}

.widget.widget-pageHeading h1 {
    position: relative;
    display:block;
    max-width:1200px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    line-height: 37px;
    text-align: left;
    font-size: 56px;
	font-family: 'HelveticaNeue';
	text-transform: capitalize;
}
#webcommander-page  .widget-snippet .container-fluid.bottom-shop-now{
    margin-top: 85px;
}


div.vertical .navigation-item.active > a {
    color: #29AAE2;
}
.footer .vertical .navigation-item.active > a{
	 color: #ffffff;
}

div.widget-snippet a:focus {
    outline: none;
}

.widget.widget-form.contact-form button.submit-button {
    width: 100%;
    background-color: #002368;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.page-heading .enquiry-link {
    position: relative;
    z-index: 99;
    display: inline-block;
}

.page-heading .enquiry-link a {
    transition: all 0.5s ease 0s;
}

.widget-snippet .enquiry-section {
    margin-top: 100px;
}
.page-content {
    min-height: 500px;
}
/*start:Page not faund */
.widget.widget-article .page-not-found-content {
    padding: 80px 0 150px;
}
.page-page-not-found .page-content {
    text-align: center;
}

.page-page-not-found .page-content .article-content h1 {
    color: #29AAE2;
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
    line-height: 60px;
    font-size: 55px;
}

.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0 0 10px;
    margin: 0;
}

.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

/*end:Page not faund */


.header .widget-image img {
    max-width: 100%;
    height: auto;
}
.widget.widget-image.vic-meats-logo {
    margin: 80px 0 0 30px;
    z-index: 1;
}


/*start:menu*/

.widget.widget-navigation.main-menu .navigation-item {
    margin: 0 20px;
}
.widget.widget-navigation.main-menu a {
    text-transform:uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-family: 'HelveticaNeue';
    padding: 8px 0 28px;
    position: relative;
}
.widget.widget-navigation.main-menu .navigation-item.has-child>a::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -15px;
    top: 10px;
}
.widget-navigation.main-menu .navigation-item a span::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #fff;
    bottom: 22px;
    left: 0;
    transition: width .5s;
    -webkit-transition: width .5s; /* Safari 3.1 to 6.0 */
}
.widget-navigation.main-menu .navigation-item a:hover span::before, .widget-navigation.main-menu .navigation-item.active a span::before {
    width: 100%;
}

/*.widget.widget-navigation.main-menu a:hover {
    transition: color ease-in-out .2s;
    -webkit-transition: color ease-in-out .2s;
    -moz-transition: color ease-in-out .2s;
    -ms-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
}
*/
.main-menu .horizontal .navigation-item .navigation-item-child-container {
    top: 60px;
    width: 320px;
    background: none;
    padding:0;
    left: 50%;
	box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, -7px);
    -webkit-transform: translate(-50%, -7px);
    -moz-transform: translate(-50%, -7px);
    -ms-transform: translate(-50%, -7px);
    -o-transform: translate(-50%, -7px);
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin: 0;
    padding: 0;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item + .navigation-item{
    border-top: 1px solid #f1f0f0;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container a {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    border: none;
    padding: 10px 0;
    background-color: #ffffff;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:hover a {
    background: #29AAE2;
    color: #fff;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first{
    position: relative;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first a:before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    background-color: #fff;
    top: -5px;
    border-right: 0;
    border-bottom: 0;
    left: 50%;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first a:hover:before {
    background: #29AAE2;
}
.widget.widget-navigation.main-menu .navigation-item.has-child a span::before{
    display: none;
}
/*end:menu*/


/*start:header search*/

.header-search .search-menu-button {
    background: transparent;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    text-align: center;
}

.header-search .search-menu-button::after {
    content: '';
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
.header-search .search-menu-button:hover::after{
    background-image: url(../images/search-icon-hover.png);
}
.header-search .search-form.show {
    display: block;
    z-index: 999;
    position: absolute;
    width: 285px;
    top: 34px;
    right: -10px;
}

.header-search .search-form.show::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border: 2px solid #fff;
    position: absolute;
    z-index: 999;
    background: #fff;
    right: 25px;
    top: 0;
    border-right: 0;
    border-bottom: 0;
}

.header-search .search-form.show form {
    position: relative;
}

.header-search .search-form.show input[type='text'] {
    width: 100%;
    display: inline-block;
    height: 55px;
    padding-left: 38px;
    background: #fff url(../images/search-ico.png) no-repeat 10px center;
    border: 2px solid #fff;
}

.header-search .search-form.show button {
    position: absolute;
    top: 25px;
    right: 20px;
    padding: 12px 35px;
    line-height: 16px;
    display: none;
}

/*end:header search*/

.footer .copyright-text p{
    color: #ffffff;
    font-size: 13px;
    font-family: 'HelveticaNeue';
    border-top:1px solid rgba(255, 255, 255, .2);
    padding-top:32px;
	max-width: 1200px;
	width:100%;
	margin: 0 auto;
	line-height:19px;
}
.footer .copyright-text a{
	color:#ffffff;
	font-weight: 600;
}

.copyright-text {
    text-align: left;
}
.copyright-text p, .copyright-text p a {
    font-family: 'Futura Bk BT';
    line-height: 27px;
    color: #fff;
}
.copyright-text p a:hover {
    color:#29AAE2
}
.footer .vertical .navigation-item a {
    padding: 3px 0;
    line-height: 20px;
    display: inline-block;
}
.footer .navigation-item a {
    color: #fff;
    border-bottom: none;
}
.footer .vertical .navigation-item.first a {
    margin-top: -15px;
}
.footer .navigation-item a:hover {
    color: #29AAE2;
    transition: all .2s ease;
}

.footer {
    background: #066C98;
}

/*start: jssor slider css */
.page-home div.body {
    margin-top: -152px;
}
.page-home div.header{
    z-index: 1;
}
.page-home.fee div.header {
    z-index: 99999;
}
/*bullet start*/
.top-banner-slider .jssor-slider-container .jssorb03 div, .top-banner-slider .jssor-slider-container .jssorb03 div:hover, .top-banner-slider .jssor-slider-container .jssorb03 .av {
    position: absolute;
    width: 47px;
    height: 3px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url(../../images/slider/b03.png) no-repeat;
    background-color:#ffffff;
    overflow: hidden;
    cursor: pointer;
}
.top-banner-slider .jssor-slider-container .jssorb03 div.av {
    background-color: #29AAE2 !important;
    width: 47px;
    height: 3px;
}
.top-banner-slider .jssor-slider-container .jssorb03 {
    position: absolute;
    bottom: 318px!important;
    left: 18.2%!important;
}
/*bullet end*/

/*.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:972px;
    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;
}

.widget.widget-gallery.top-banner-slider::before {
    content: url("../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 .jssor-loader .loader-2 {
    display: none;
}
.jssor-slider-container .container [u=caption] {
    background: none;
    border: none;
}
.top-banner-slider {
    background-color: #231f20;
    overflow: hidden;
}
.top-banner-slider .jssor-slider-container .jssora20l, .top-banner-slider .jssor-slider-container .jssora20r {
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) no-repeat;
    background-position: 0px 4px;
}
.top-banner-slider .jssor-slider-container .jssora20l {
    top: 50% !important;
    left: 27px;
    right: auto;
    bottom: auto !important;
    transform: translateY(-50%) rotate(0deg);
}
.top-banner-slider .jssor-slider-container .jssora20r {
    top: 50% !important;
    left: auto;
    right: 27px;
    bottom: auto !important;
    transform: translateY(-50%) rotate(-180deg);
}
.top-banner-slider .jssor-slider-container .jssora20l:hover, .top-banner-slider .jssor-slider-container .jssora20r:hover {
    background-position: 0px 4px;
    opacity: 0.8;
}

.top-banner-slider .jssor-slider-container .jssorb03 div span {
    visibility: hidden;
}
.top-banner-slider .jssor-slider-container .jssorb03 div.av {
    background-color: #29AAE2 !important;
}
.top-banner-slider .jssor-slider-container .container .slide::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
   /* background: rgba(0,0,0,0.5);*/
    background: url(../images/background-opacity.png);
}
.top-banner-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.6);
}
.slide .description.jssor-caption-1 h1 {
    font-size: 56px;
    line-height:64px;
    font-family: 'HelveticaNeue';
    color: #fff;
}
.slide .description.jssor-caption-1 h2 {
    font-size: 56px;
    line-height:56px;
    font-family: 'HelveticaNeue';
    color: #fff;
}
.top-banner-slider .jssor-slider-container .container [u=caption] {
    position: absolute;
    top: 321px;
    width: 765px;
    height: 30px;
    padding: 0;
    margin: 0;
    left: 38%;
    bottom: 100px;
    transform: translateX(-50%);
    text-align: left;
}

.slide .description.jssor-caption-2 p {
    font-size: 24px;
    color: #fff;
    padding: 5px;
    display: block;
    margin: 130px auto 0;
}
.slide .description.jssor-caption-3 a {
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 20px;
    display: block;
    max-width: 193px;
    margin: 188px auto 0;
    text-transform: uppercase;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.slide .description.jssor-caption-3 a:hover {
    border: 2px solid rgb(175,0,15,1);
    background: rgb(175,0,15,1);
}

.top-banner-slider .jssor-slider-container .container .description  {
    background: transparent;
    padding: 0;
    top: auto;
    bottom:392px;
    display: inline-block;
    width: auto;
    left: 23%;
    border: none;
}
.top-banner-slider .jssor-slider-container .container .description  a {
    font-size: 16px;
    color: #fff;
    Position: relative;
	padding: 16px 70px 16px 27px;
	border: 1px solid #ffffff;
	vertical-align: top;
	text-transform: capitalize;
}
.top-banner-slider .jssor-slider-container .container .description  a:after {
	content: " ";
    text-shadow: none;
    width: 9px;
    height: 23px;
    background: url(../images/white-arrow.png);
    position: absolute;
    right: 25px;
    top: 15px;
}

.top-banner-slider .jssor-slider-container .container .description  a:hover {
  background:#29AAE2;
  border: 1px solid #29AAE2;
}
.top-banner-slider .jssor-slider-container .container .description.jssor-caption-3 {
	    margin-left: 10%;
	
}
.top-banner-slider .jssor-slider-container .container .description a{
		max-height: 53px;
		line-height: 19px;
		max-width: 184px;
		font-family: 'HelveticaNeue';
}
.top-banner-slider .jssor-slider-container .container .description.jssor-caption-3 a {
    background:#29aae2;
	border: 1px solid #29aae2;
}
.top-banner-slider .jssor-slider-container .container .description.jssor-caption-3 a:hover{
		background:transparent;
		border:1px solid #ffffff;
}
.jssor-slider-container .container [u=caption]{
    z-index: 1;
}
.top-banner-slider .jssor-slider-container .container .description.jssor-caption-2 {
    top: 52%;
}
.top-banner-slider .jssor-slider-container .container .description.jssor-caption-3 {
    margin-left: -5%;
    top: 32.4%;
}
.top-banner-slider .jssor-slider-container .caption-wrapper {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    bottom: 0;
    text-align: center;
    padding: 15px;
    z-index: 1;
}
/*end: jssor slider css */



.contact-form-template .submit-button{
    position: relative;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    /* padding: 12px 0; */
    background:#066C98;
    /* border: none; */
    color: #fff;
    width: 100%;
	position:relative;
	border:1px solid #ffffff;
}
.contact-form-template .submit-button:after{
    content: "\f105";
    font-size: 20px;
	margin-left: 14px;
    top: 14px;
    font-family: FontAwesome;
    position: absolute;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}

.contact-form-template .submit-button:hover{
    color: #ccc;
}
.contact-form-template .submit-button[disabled]{
    color:#bababa;
	border:1px solid #2488b3;
}
.contact-form-template .submit-button[disabled]:hover{
    color:#bababa;
	border:1px solid #2488b3;
}
.contact-form-template .submit-button[disabled]:hover:after{
    /*right: -15px;*/
}
.contact-form-template .form-row input,
.contact-form-template .form-row textarea{
    border:0;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 12px;
    color:#333;
	font-family: 'Futura Bk BT';
	font-size:14px;
}
.contact-form-template ::-webkit-placeholder {
    color:#333;
    font-size: 14px;
    font-family: 'Futura Bk BT';
}
.contact-form-template ::-moz-placeholder {
    color:#333;
    font-size: 14px;
    font-family: 'Futura Bk BT';
}
.contact-form-template ::-ms-placeholder {
    color:#333;
    font-size: 14px;
    font-family: 'Futura Bk BT';
}
.contact-form-template ::placeholder {
    color:#333;
    font-size: 14px;
    font-family: 'Futura Bk BT';
}
.contact-form-template ::-ms-input-placeholder { /* IE 10+ */
     color:#333;
}

.contact-form-template.contact-form-page .form-row input, .contact-form-template.contact-form-page .form-row textarea {
    color: #000;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px; 
	font-family: 'Futura Bk BT';
	font-size:14px;
}
.contact-form-page {
    max-width: 83%;
    margin-left: 82px;
}
.contact-form-template.contact-form-page .single-input-row .form-row {
    margin-top: 0px;
}
.contact-form-template.contact-form-page .single-input-row .form-row.textBox {
    margin-top: 0px;
    position: relative;
}
.contact-form-template.contact-form-page .form-row input{
	width:47%;
	margin-right: 10px;
}
.widget-form.contact-form-page .form-template .errorlist {
    margin-left: 0;
    padding: 0 0 0 0px;
    background-color: transparent;
    width: 47%;
    border-radius: 0;
    bottom: -11px!important;
    position: absolute;
}
.contact-form-template.contact-form-page .form-row textarea{
  	width:50%;
  	height:164px;
  	float:right;
  	vertical-align:top;
  	position:absolute;
  	top: 6px;
  	right:0;
}
.contact-form-template.contact-form-page .form-template{
	max-width:100%;
}
.contact-form-template.contact-form-page .textArea  {
    margin-bottom: 15px;
}
/*.contact-form-template.contact-form-page .submit-button:after {
    display: none;
}
*/

.contact-form-template.contact-form-page .submit-button {
    line-height: 21px;
    padding: 10px 40px;
    width: 100%;
    font-size: 16px;
    background-color: #066c98;
    border: 2px solid #066c98;
	color:#ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact-form-template.contact-form-page .submit-button:after{
	 content: "\f105";
    font-size: 20px;
    margin-left: 14px;
    top: auto;
    font-family: FontAwesome;
    position: absolute;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}

.contact-form-template.contact-form-page .submit-button:hover {
    background-color: #066c98;
    border: 2px solid #066c98;
	color:#ffffff;
	opacity:0.5;
}
.contact-form-template.contact-form-page   .widget-title{
    color: #000;
    font-size: 26px;
    font-family: 'HelveticaNeue';
}
.contact-form-template.contact-form-page .errorlist.after{
    bottom: -5px;
}

.contact-form-template.contact-form-page  .widget-form .form-row label{
    color: #000;
}
.contact-form-template.contact-form-page  .double-input-row.mandatory>label:after,
.contact-form-template.contact-form-page  .form-row.mandatory>label:after{
    color: #000;
}
.contact-form-template.contact-form-page  .message-block.error{
    top:32px;
}

.contact-form-template.contact-form-page textarea::-webkit-input-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page textarea:-moz-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page textarea::-moz-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page textarea:-ms-input-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page input::-webkit-input-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page input::-moz-placeholder {
	color : #333333;
}
/*end:*/


.contact-form-page  .form-row label{
    display: none;
}
.contact-form-page .double-input-row .form-row label,
.contact-form-page .single-input-row .form-row label{
    display: block;
    padding-bottom: 5px;
}
.contact-form-page .form-row.btn-row {
    margin-top: 6px;
}
/*testimonial*/
.widget-container .clint-testimonial{
	margin:80px 0;
}
.widget-container .clint-testimonial .article-item {
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 0;
    border-bottom: 1px solid #d0d0d0;
	
}
.widget-container .clint-testimonial .article-item:last-child {
	margin-bottom:0px; 
	border-bottom: 0px solid #d0d0d0;
}
.widget-container .clint-testimonial .article-item p{
	font-size:16px;
	text-align:center;
}

.widget-container .clint-testimonial .article-item h4{
    font-family: 'HelveticaNeue';
    margin-bottom: 5px;
    font-size: 20px;
	font-style: italic;
	font-size: 21px;
	 margin: 0;
	text-align:center;
}

.widget-container .clint-testimonial .article-item span:before {
    content: "\f10d";
    position: relative;
    left: -7px;
    top: -8px;
    font: normal normal normal 13px/1 FontAwesome;
    color: #555555;; 
    font-size: 11px;
}

.widget-container .clint-testimonial .article-item span:after {
    content: "\f10e";
    position: relative;
    right: -7px;
    top: -6px;
    font: normal normal normal 13px/1 FontAwesome;
    color: #555555;
    font-size: 11px;
}
.subcategory-container .category-image-view img{
	width:100%;
}
/*testimonial end*/


.content-box .container{
	max-width:1230px;
	width:100%;
	margin:0 auto;
}



/*start:search box*/
.header.active-section .menu-search {
	z-index: 9999999;
}
.widget-search.menu-search .search-form {
	animation: hideSearch 350ms ease-in-out both;
}
.widget-search.menu-search .search-form.show {
	width: 100%;
	top: 0;
	animation: showSearch 350ms ease-in-out both;
}
.search-form.show::after {
	content: "";
	background-color: rgba(6, 108, 152, 0.96);
	height: 100%;
	left: calc(-50vw + 50%);
	position: fixed;
	width: 100vw;
	top: 0;
	right: 0;
}
 @keyframes showSearch {
 from {
 height: 0;
 opacity: 0;
}
to {
	height: 100vh;
	opacity: 1;
}
}
 @keyframes hideSearch {
 from {
 height: 100vh;
 opacity: 1;
}
to {
	height: 0;
	opacity: 0;
}
}
.widget-search.menu-search .valid-verify-form {
	width:70%;
	margin: 0 auto;
	margin-left: auto;
	position: relative;
	top: calc(50% - 20px);
	z-index: 1;
	display:flex;
}
.widget-search .search-menu-button::after {
	content: "\f002";
	color: #fff;
	font-size: 27px;
	opacity: 0;
}
.widget-search.menu-search.widget>.widget-title {
    font-size: 10px;
    padding-bottom: 10px;
    text-align: right;
    color: #fff;
    z-index: 1;
    position: absolute;
    right: 8px;
    top: 64px;
    text-transform: uppercase;
    font-family: 'HelveticaNeue';
	display:none;
}
.widget-search .search-menu-button::after {
	content: "";
	z-index: 9999;
	position: relative;
	height: 32px;
	background: url(/template/5d6012ac/images/cancel.png);
	background-repeat: no-repeat;
	width: 32px;
	background-size: 32px;
	right: -14px;
	font-size: 27px;
	opacity: 0;
	display: none;
	top: 25px;
}
.widget-search .search-menu-button.close::after {
	opacity: 1;
	display: block;
}

.widget-search.menu-search .search-menu-button {
	background-image: url(/template/5d6012ac/images/search-ico.png);
	background-repeat: no-repeat;
	background-color: #29AAE2;
	background-position: center center;
	width: 59px;
	height:94px;
	display: inline-block !important;
	vertical-align: top;
	line-height: 39px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 0;
	position: absolute;
	left: auto;
	right: 0;
	top:0px;
}
.widget-search.menu-search .search-menu-button:before {
	content: "SEARCH";
	position: absolute;
	left: auto;
	right: 8px;
    top: 57px;
	color:#ffffff;
	text-transform: uppercase;
    font-family: 'HelveticaNeue';
     font-size: 10px;
}

.widget-search.menu-search .search-menu-button:hover {
	background-color: #0075bd;
}

.menu-search .search-form input {
	background: transparent;
	border: 0px;
	border: 1px solid #fff;
	width:93%;
	height:56px;
	margin: 0;
	padding: 0px 25px;
	box-sizing: border-box;
	color: #fff;
	font-size:25px;
	font-weight: 300;
	font-family: 'Futura Bk BT';
	text-align: left;
}
.menu-search .search-form {
	position: relative;
	z-index: 99;
}
.menu-search .search-form button {
   /* position: absolute;
    right: 0px;*/
    top: 0;
    padding: 15px 23px;
    border: 0px;
    font-size: 20px;
    /*left: 100%;*/
    background: transparent;
    color: #fff;
    /*transform: translateX(-50%);*/
    border: 1px solid #fff;
	left: -1px;
    height: auto;
    margin-left: 10px;
}
.menu-search .search-form button:hover {
	opacity:0.5;
	
}
.menu-search .search-form.show button{
	top:0px;
}
.menu-search .search-form button:hover {
	background: none;
}
.menu-search .search-form button:hover::before {
	color: #033971;
}
 .menu-search .search-form input::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
 .menu-search .search-form input:-moz-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
 .menu-search .search-form input::-moz-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
 .menu-search .search-form input:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
 .menu-search .search-form input::-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
/*end:search box*/
/* Detault Code */

.widget-snippet a.misbtndefault{
	text-decoration:none;
	color:#ffffff;
}


/*button end*/

.ourservice-section{
	padding-top: 118px;
}
.widget-snippet .phone-number a{
	text-decoration:none;
	color:#ffffff;
}
.footer .contact-details.widget>.widget-title {
    font-size: 16px;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'HelveticaNeue';
    padding-bottom: 0;
}
.widget-snippet .contact-details p{
	font-size:17px;
	color:#ffffff;
	font-family: 'Futura Bk BT';
}
.footer .widget>.widget-title {
    font-size: 16px;
    padding-bottom: 10px;
    color: #fff;
	font-family: 'HelveticaNeue';
}
.footer .vertical .navigation-item a{
	font-size:15px;
	font-family: 'Futura Bk BT';
}

/*Goto Top design*/
span.goToTop {
	bottom: 78px;
	cursor: pointer;
	height: 32px;
	right: 12px;
	text-align: center;
	color:#ffffff;
	position:absolute;
}
span.goToTop:before {
	content: "Back to top";
	display: inline-block;
	font-size:15px;
}
span.goToTop:after {
	content: "";
	margin: -4px 0 0px 15px;
	transition: all 300ms ease 0s;
	width: 22px;
	height:23px;
	background: url(../images/back-to-top.png) no-repeat;
	display: inline-block;
}
span.goToTop:hover:after {
	color: #FFCD00;
}
span.goToTop:hover:before {
	opacity: 0.6;
}
span.goToTop:hover:after {
	opacity: 0.6;
}
/*Exit-Goto Top design*/
.widget-snippet .foo-info-box a.phone:hover{
	color: #29AAE2;
}
.widget-snippet .foo-info-box a.message:hover{
	color: #29AAE2;
}
.widget-snippet .phone-number a:hover{
	color: #29AAE2;
}


/*contact form start*/
.widget-form.wi_get_quote {
	background-color: #E3F1F8;
	padding:48px;
	margin-bottom: 0;
}
.widget-form.wi_get_quote .form-template .errorlist {
    margin-left: 0;
    padding: 0 0 0 0;
    background-color:transparent;
    border-radius: 0;
	bottom: -16px!important;
    position: absolute;
}
.widget-form.wi_get_quote label {
	display : none;
}
.widget-form.wi_get_quote input,
.widget-form.wi_get_quote textarea {
	background-color : #ffffff;
	border : 2px solid rgba(25, 62, 86, .2);
	color : #000;
	width : 100%;
	margin-top: -8px;
	font-size:14px;
    margin-bottom: 5px;
}
.widget-form.wi_get_quote .single-input-row .form-row.textBox {
    position: relative;
	   
}
.widget-form.wi_get_quote .single-input-row .form-row{
	 margin-top: 23px;
     padding-bottom: 0;
}
.widget-form.wi_get_quote textarea::-webkit-input-placeholder {
	color : #000;
}
.widget-form.wi_get_quote textarea:-moz-placeholder {
	color : #000;
}
.widget-form.wi_get_quote textarea::-moz-placeholder {
	color : #000;
}
.widget-form.wi_get_quote textarea:-ms-input-placeholder {
	color : #000;
}
.widget-form.wi_get_quote input {
	height : 40px;
}
.widget-form.wi_get_quote input::-webkit-input-placeholder {
	color : #000;
}
.widget-form.wi_get_quote input::-moz-placeholder {
	color : #000;
}
.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 {
	font-family: 'HelveticaNeue';
    padding-bottom:8px;
    color: #000000!important;
    font-size: 22px !important;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: left;
    border-bottom: 2px solid #218BAC;
	margin-bottom: 30px;
}

/*contact form end*/

/*inner content box start*/
.left-inner-content figure {
    margin: 0em 0px;
}
.left-inner-content figure img{
	width:100%;
	margin-bottom: 22px;
}
.left-inner-content h4{
	font-size:24px;
    color: #000000;
    padding: 0 0 9px 0;
}
.left-inner-content{
	padding-right:70px;
}
.widget-snippet .inner-content-box ul li{
    padding: 0 0 11px 15px;
}
.widget-snippet p{
	font-size:17px;
}
/*inner content box end*/


.ourservice-section div[class*="col-"] {
    padding: 0px 10px 0px 10px;
}
.ourservice-section .row{
   padding: 0 8px 0 8px;
}

.widget-snippet .foo-info-box .phone:hover::before {
	opacity:0.6;
}
.widget-snippet .foo-info-box .message:hover::before {
   opacity:0.6;
}
.footer .vertical .navigation-item a {
	text-transform:capitalize;
}
.widget-snippet .service-box h3 {
	text-transform:capitalize;
}


/*contact page form sample Captch start*/
.contact-form-page .simpleCaptcha-container {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	display: block;
	margin-top: -13px;
}
.contact-form-page .simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
	display: none;
}
.contact-form-page .simpleCaptcha-container .form-row.simple-captcha {
	width: 353px;
	display: inline-block;
	border: 2px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	padding-top:4px;
	height: 41px;
	background-color:#ffffff;
}
.contact-form-page .simpleCaptcha-container .form-row.simple-captcha img {
	height:28px;
}
.contact-form-page .form-row.simple_captcha_input_field.mandatory {
	width: calc(100% - 358px);
	display: inline-block;
	padding-left:18px;
	margin-top: 0;
	vertical-align: top;
	position: relative;
}
.contact-form-page .simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
	display: none;
}
.contact-form-page .simpleCaptcha-container .form-row.simple_captcha_input_field input {
	width: 100%;
}
.contact-form-page .widget.form-row.simple_captcha_input_field input {
	background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
	line-height: 46px;
	height: 46px;
	color: #1d181c;
	font-size: 15px;
}
.widget-form.contact-form-page .form-template .simple_captcha_input_field .errorlist {
	width:100%;
}
/*sidebar contact form sample Captch start*/
.widget-form.wi_get_quote .simpleCaptcha-container {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	display: block;
	margin-top:-2px;
}
.widget-form.wi_get_quote .simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
	display: none;
}
.widget-form.wi_get_quote .simpleCaptcha-container .form-row.simple-captcha {
	width: 100%;
	border: 2px solid rgba(25, 62, 86, .2);
	text-align: center;
	padding-top:4px;
	height: 41px;
	border-radius:0;
	background-color:#ffffff;
}
.widget-form.wi_get_quote .simpleCaptcha-container .form-row.simple-captcha img {
	height:28px;
}
.widget-form.wi_get_quote .form-row.simple_captcha_input_field.mandatory {
	/*width: calc(100% - 358px);*/
	margin-top: 0;
	vertical-align: top;
	position: relative;
	margin-bottom: 10px;
}
.widget-form.wi_get_quote .simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
	display: none;
}
.widget-form.wi_get_quote .simpleCaptcha-container .form-row.simple_captcha_input_field input {
	width: 100%;
	margin-top:10px;
}
.widget-form.wi_get_quote .widget.form-row.simple_captcha_input_field input {
	background-color: #fff;
	border: 2px solid rgba(25, 62, 86, .2);
	border-radius: 4px;
	line-height: 46px;
	height: 46px;
	font-size: 15px;
}
.widget-form.contact-form-page .form-template .simple_captcha_input_field .errorlist {
	width:100%;
}
.message-block.error-message{
    background: transparent;
}
.message-block.info-message{
    background: transparent;
}
.contact-form-page .message-block.error-message{
    background-color: transparent;
    border: 0px solid #fcd2d2;
    color: red;
    position: absolute;
    top: -47px;
    width: 100%;
}
.contact-form-page .message-block.info-message{
    background-color: transparent;
    border: 0px solid #fcd2d2;
    color: green;
    position: absolute;
    top: -47px;
    width: 100%;
}
.widget-snippet .our-service-row:nth-child(2) {
    margin-bottom: 0;
}



/*==fonts==*/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.eot');
    src: url('../fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff'),
        url('../fonts/HelveticaNeueBold.ttf') format('truetype'),
        url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff'),
        url('../fonts/FuturaBT-Book.ttf') format('truetype'),
        url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*==fonts end==*/

* {
    -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-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

.header > .widget-container {
    border-bottom:2px solid rgba(255, 255, 255, .5);
}
.header > .widget-container {
    width: auto;
    max-width: 1608px;
}

body > .header{
	/*background-color:#000;*/
	z-index:1;
}
body > .header.active-section{
	z-index: unset; 
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

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;
    font-family: 'HelveticaNeue';
}
.widget-snippet b, .widget-snippet strong {
    font-family: 'HelveticaNeue';
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #29AAE2;
    color: #fff;
}

small {
    font-size: 80%;
}

i {
    color: #000;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #29AAE2;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #29AAE2;
    color: #ffffff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 17px;
     font-family: 'Futura Bk BT';
    text-align: left;
    line-height: 25px;
}

a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color:#29AAE2;
}


.widget.page-heading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    text-align: left;
    text-transform: capitalize;
    font-style: normal;
    font-family: 'HelveticaNeue';
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: normal;
    font-family: 'HelveticaNeue';
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 36px;
    line-height: 30px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    color: #231F20;
    font-size: 17px;
    font-family: 'Futura Bk BT';
    line-height: 25px;
    margin: 0;
    padding: 0 0 20px;
    font-weight: normal;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote {
     color: #231F20;
     font-family: 'Futura Bk BT';

}
input[type="submit"], input[type="button"], button, .button, a.button {
    line-height: 21px;
    box-sizing: border-box;
    border-radius: 0;
    text-transform: none;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 42px 14px 25px;
    border: 1px solid #066C98;
    background-color: #066C98;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	font-family: 'HelveticaNeue';
}

input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    color: #ccc;
    background: none;
}

input[type=text], input[type=password], select {
    height: 40px;
    width: 100%;
}

input[type=text], input[type=password], select, textarea {
    border: 2px solid #9d9d9d;
    font-family: inherit;
    box-sizing: border-box;
    padding-left: 10px;
}

textarea {
    height: 90px;
}

input[type="text"].validation-error, input[type="password"].validation-error {
    background: transparent;
}
input[type="text"].validation-error, input[type="password"].validation-error, textarea.validation-error {
    border: 1px solid red !important;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}

table th {
    font-size: 17px;
    font-weight: 500;
    background: #eee;
}

table, th, td {
    border: 1px solid #d9d9d9;
    padding: 8px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #232323;
}


.widget-snippet {
    font-size: 14px;
    color: #232323;
    line-height: 25px;
    text-align: left;
}

.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 9px 20px;
    list-style-type: none;
    color: #000000;
    font-size: 17px;
    text-align: left;
    line-height: 25px;
}

.widget ul li a, .widget ol li a {
    color: #000000;
}

.widget ul li a:hover, .widget ol li a:hover {
    color: #f22954;
}

ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}

.widget-snippet ul li::before, ul li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0px;
    width: 13px;
    height: 10px;
    font: normal normal normal 30px/1 FontAwesome;
    color: #000000;
    font-size:23px;
}

ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
}

ol, .widget-article ol, .widget-snippet ol {
    padding-left: 15px;
}
/* Webcommander Base */
.page-content .v-split-container > .v-split {
    /* margin: auto; */
    /* width: 1230px; */
    /* max-width: 100%; */
}
.body .page-content .widget-container {
    width: auto;
    padding: 0 15px 0 15px;
}
.auto-page .page-content {
    margin:0 auto;
}
.widget.widget-pageHeading {
    padding: 100px 0;
    margin-bottom: 85px;
    background-color: #515151;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -4px;
    background-color: #222222;
    background-position: center;
}

.widget.widget-pageHeading h1 {
    position: relative;
    display:block;
    max-width:1200px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    line-height: 37px;
    text-align: left;
    font-size: 56px;
	font-family: 'HelveticaNeue';
	text-transform: capitalize;
    line-height: normal;
}
#webcommander-page  .widget-snippet .container-fluid.bottom-shop-now{
    margin-top: 85px;
}


div.vertical .navigation-item.active > a {
    color: #29AAE2;
}
.footer .vertical .navigation-item.active > a{
	 color: #ffffff;
}

div.widget-snippet a:focus {
    outline: none;
}

.widget.widget-form.contact-form button.submit-button {
    width: 100%;
    background-color: #002368;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.page-heading .enquiry-link {
    position: relative;
    z-index: 99;
    display: inline-block;
}

.page-heading .enquiry-link a {
    transition: all 0.5s ease 0s;
}

.widget-snippet .enquiry-section {
    margin-top: 100px;
}

/*start:Page not faund */
.widget.widget-article .page-not-found-content {
    padding: 80px 0 150px;
}
.page-page-not-found .page-content {
    text-align: center;
}

.page-page-not-found .page-content .article-content h1 {
    color: #29AAE2;
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
    line-height: 60px;
    font-size: 55px;
}

.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0 0 10px;
    margin: 0;
}

.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

/*end:Page not faund */


.header .widget-image img {
    max-width: 100%;
    height: auto;
}
.widget.widget-image.vic-meats-logo {
    margin: 80px 0 0 30px;
    z-index: 1;
}


/*start:menu*/

.widget.widget-navigation.main-menu .navigation-item {
    margin: 0 20px;
}
.widget.widget-navigation.main-menu a {
    text-transform:uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-family: 'HelveticaNeue';
    padding: 8px 0 28px;
    position: relative;
}
.widget.widget-navigation.main-menu .navigation-item.has-child>a::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -15px;
    top: 10px;
}
.widget-navigation.main-menu .navigation-item a span::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #fff;
    bottom: 22px;
    left: 0;
    transition: width .5s;
    -webkit-transition: width .5s; /* Safari 3.1 to 6.0 */
}
.widget-navigation.main-menu .navigation-item a:hover span::before, .widget-navigation.main-menu .navigation-item.active a span::before {
    width: 100%;
}

/*.widget.widget-navigation.main-menu a:hover {
    transition: color ease-in-out .2s;
    -webkit-transition: color ease-in-out .2s;
    -moz-transition: color ease-in-out .2s;
    -ms-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
}
*/
.main-menu .horizontal .navigation-item .navigation-item-child-container {
    top: 60px;
    width: 320px;
    background: none;
    padding:0;
    left: 50%;
	box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, -7px);
    -webkit-transform: translate(-50%, -7px);
    -moz-transform: translate(-50%, -7px);
    -ms-transform: translate(-50%, -7px);
    -o-transform: translate(-50%, -7px);
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin: 0;
    padding: 0;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item + .navigation-item{
    border-top: 1px solid #f1f0f0;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container a {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    border: none;
    padding: 10px 0;
    background-color: #ffffff;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:hover a {
    background: #29AAE2;
    color: #fff;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first{
    position: relative;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first a:before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    background-color: #fff;
    top: -5px;
    border-right: 0;
    border-bottom: 0;
    left: 50%;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first a:hover:before {
    background: #29AAE2;
}
.widget.widget-navigation.main-menu .navigation-item.has-child a span::before{
    display: none;
}
/*end:menu*/


/*start:header search*/

.header-search .search-menu-button {
    background: transparent;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    text-align: center;
}

.header-search .search-menu-button::after {
    content: '';
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
.header-search .search-menu-button:hover::after{
    background-image: url(../images/search-icon-hover.png);
}
.header-search .search-form.show {
    display: block;
    z-index: 999;
    position: absolute;
    width: 285px;
    top: 34px;
    right: -10px;
}

.header-search .search-form.show::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border: 2px solid #fff;
    position: absolute;
    z-index: 999;
    background: #fff;
    right: 25px;
    top: 0;
    border-right: 0;
    border-bottom: 0;
}

.header-search .search-form.show form {
    position: relative;
}

.header-search .search-form.show input[type='text'] {
    width: 100%;
    display: inline-block;
    height: 55px;
    padding-left: 38px;
    background: #fff url(../images/search-ico.png) no-repeat 10px center;
    border: 2px solid #fff;
}

.header-search .search-form.show button {
    position: absolute;
    top: 25px;
    right: 20px;
    padding: 12px 35px;
    line-height: 16px;
    display: none;
}

/*end:header search*/

.footer .copyright-text p{
    color: #ffffff;
    font-size: 13px;
    font-family: 'HelveticaNeue';
    border-top:1px solid rgba(255, 255, 255, .2);
    padding-top:32px;
	max-width: 1200px;
	width:100%;
	margin: 0 auto;
	line-height:19px;
}
.footer .copyright-text a{
	color:#ffffff;
	font-weight: 600;
}

.copyright-text {
    text-align: left;
}
.copyright-text p, .copyright-text p a {
    font-family: 'Futura Bk BT';
    line-height: 27px;
    color: #fff;
}
.copyright-text p a:hover {
    color:#29AAE2
}
.footer .vertical .navigation-item a {
    padding: 3px 0;
    line-height: 20px;
    display: inline-block;
}
.footer .navigation-item a {
    color: #fff;
    border-bottom: none;
}
.footer .vertical .navigation-item.first a {
    margin-top: -15px;
}
.footer .navigation-item a:hover {
    color: #29AAE2;
    transition: all .2s ease;
}

.footer {
    background: #066C98;
}

/*start: jssor slider css */
.page-home div.body {
    margin-top: -152px;
}
.page-home div.header{
    z-index: 1;
}
/*bullet start*/
.top-banner-slider .jssor-slider-container .jssorb03 div, .top-banner-slider .jssor-slider-container .jssorb03 div:hover, .top-banner-slider .jssor-slider-container .jssorb03 .av {
    position: absolute;
    width: 47px;
    height: 3px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url(../../images/slider/b03.png) no-repeat;
    background-color:#ffffff;
    overflow: hidden;
    cursor: pointer;
}
.top-banner-slider .jssor-slider-container .jssorb03 div.av {
    background-color: #29AAE2 !important;
    width: 47px;
    height: 3px;
}
.top-banner-slider .jssor-slider-container .jssorb03 {
    position: absolute;
    bottom: 348px!important;
    left: 18.2%!important;
}
/*bullet end*/

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:962px;
    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;
}

.widget.widget-gallery.top-banner-slider::before {
    content: url("../images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
}
.jssor-slider-container .container [u=caption] {
    background: none;
    border: none;
}
.top-banner-slider {
    background-color: #231f20;
    overflow: hidden;
}
.top-banner-slider .jssor-slider-container .jssora20l, .top-banner-slider .jssor-slider-container .jssora20r {
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) no-repeat;
    background-position: 0px 4px;
}
.top-banner-slider .jssor-slider-container .jssora20l {
    top: 50% !important;
    left: 27px;
    right: auto;
    bottom: auto !important;
    transform: translateY(-50%) rotate(0deg);
}
.top-banner-slider .jssor-slider-container .jssora20r {
    top: 50% !important;
    left: auto;
    right: 27px;
    bottom: auto !important;
    transform: translateY(-50%) rotate(-180deg);
}
.top-banner-slider .jssor-slider-container .jssora20l:hover, .top-banner-slider .jssor-slider-container .jssora20r:hover {
    background-position: 0px 4px;
    opacity: 0.8;
}

.top-banner-slider .jssor-slider-container .jssorb03 div span {
    visibility: hidden;
}
.top-banner-slider .jssor-slider-container .jssorb03 div.av {
    background-color: #29AAE2 !important;
}
.top-banner-slider .jssor-slider-container .container .slide::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
   /* background: rgba(0,0,0,0.5);*/
    background: url(../images/background-opacity.png);
}
.top-banner-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.6);
}
.slide .description.jssor-caption-1 h1 {
    font-size: 58px;
    line-height: 72px;
    font-family: 'HelveticaNeue';
    color: #fff;
    margin-top: 5px;
}
.slide .description.jssor-caption-1 h2 {
    font-size: 56px;
    line-height:56px;
    font-family: 'HelveticaNeue';
    color: #fff;
}
.top-banner-slider .jssor-slider-container .container [u=caption] {
    position: absolute;
    top: 321px;
    width: 765px;
    height: 30px;
    padding: 0;
    margin: 0;
    left: 38%;
    bottom: 100px;
    transform: translateX(-50%);
    text-align: left;
}

.slide .description.jssor-caption-2 p {
    font-size: 24px;
    color: #fff;
    padding: 5px;
    display: block;
    margin: 130px auto 0;
}


.jssor-slider-container .container [u=caption]{
    z-index: 1;
}

/*end: jssor slider css */




.contact-form-template .submit-button:hover{
    color: #ccc;
}
.contact-form-template .submit-button[disabled]{
    color:#bababa;
	border:1px solid #2488b3;
}
.contact-form-template .submit-button[disabled]:hover{
    color:#bababa;
	border:1px solid #2488b3;
}
.contact-form-template .submit-button[disabled]:hover:after{
    /*right: -15px;*/
}
.contact-form-template .form-row input,
.contact-form-template .form-row textarea{
    border:0;
    background:none /*rgba(255, 255, 255, 0.1)*/;
    padding-left: 12px;
    color:#333;
	font-family: 'Futura Bk BT';
	font-size:14px;
}
.contact-form-template ::-webkit-placeholder {
    color:#333;
    font-size: 14px;
    font-family: 'Futura Bk BT';
}
.contact-form-template ::-moz-placeholder {
    color:#333;
    font-size: 14px;
    font-family: 'Futura Bk BT';
}
.contact-form-template ::-ms-placeholder {
    color:#333;
    font-size: 14px;
    font-family: 'Futura Bk BT';
}
.contact-form-template ::placeholder {
    color:#333;
    font-size: 14px;
    font-family: 'Futura Bk BT';
}
.contact-form-template ::-ms-input-placeholder { /* IE 10+ */
     color:#333;
}

.contact-form-template.contact-form-page .form-row input, .contact-form-template.contact-form-page .form-row textarea {
    color: #000;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px; 
	font-family: 'Futura Bk BT';
	font-size:14px;
}
.contact-form-page {
    max-width: 83%;
    margin-left: 82px;
}
.contact-form-template.contact-form-page .single-input-row .form-row {
    margin-top: 0px;
}
.contact-form-template.contact-form-page .single-input-row .form-row.textBox {
    margin-top: 0px;
    position: relative;
}
.contact-form-template.contact-form-page .form-row input{
	width:47%;
	margin-right: 10px;
}
.widget-form.contact-form-page .form-template .errorlist {
    margin-left: 0;
    padding: 0 0 0 0px;
    background-color: transparent;
    width: 47%;
    border-radius: 0;
    bottom: -8
px!important;
    position: absolute;
}
.contact-form-template.contact-form-page .form-row textarea{
  	width: 49%;
  	height:164px;
  	float:right;
  	vertical-align:top;
  	position:absolute;
  	top: 6px;
  	right:0;
}
.contact-form-template.contact-form-page .form-template{
	max-width:100%;
}
.contact-form-template.contact-form-page .textArea  {
    margin-bottom: 15px;
}
/*.contact-form-template.contact-form-page .submit-button:after {
    display: none;
}
*/

.contact-form-template.contact-form-page .submit-button {
    line-height: 21px;
    padding: 10px 40px;
    width: 100%;
    font-size: 16px;
    background-color: #066c98;
    border: 2px solid #066c98;
	color:#ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact-form-template.contact-form-page .submit-button:after{
	 content: "\f105";
    font-size: 20px;
    margin-left: 14px;
    top: auto;
    font-family: FontAwesome;
    position: absolute;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}

.contact-form-template.contact-form-page .submit-button:hover {
    background-color: #066c98;
    border: 2px solid #066c98;
	color:#ffffff;
	opacity:0.5;
}
.contact-form-template.contact-form-page   .widget-title{
    color: #000;
    font-size: 26px;
    font-family: 'HelveticaNeue';
}
.contact-form-template.contact-form-page .errorlist.after{
    bottom: -5px;
}

.contact-form-template.contact-form-page  .widget-form .form-row label{
    color: #000;
}
.contact-form-template.contact-form-page  .double-input-row.mandatory>label:after,
.contact-form-template.contact-form-page  .form-row.mandatory>label:after{
    color: #000;
}
.contact-form-template.contact-form-page  .message-block.error{
    top:32px;
}

.contact-form-template.contact-form-page textarea::-webkit-input-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page textarea:-moz-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page textarea::-moz-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page textarea:-ms-input-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page input::-webkit-input-placeholder {
	color : #333333;
}
.contact-form-template.contact-form-page input::-moz-placeholder {
	color : #333333;
}
/*end:*/


.contact-form-page  .form-row label{
    display: none;
}
.contact-form-page .double-input-row .form-row label,
.contact-form-page .single-input-row .form-row label{
    display: block;
    padding-bottom: 5px;
}
.contact-form-page .form-row.btn-row {
    margin-top: 6px;
}
/*testimonial*/
.widget-container .clint-testimonial{
	margin:80px 0;
}
.widget-container .clint-testimonial .article-item {
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 0;
    border-bottom: 1px solid #d0d0d0;
	
}
.widget-container .clint-testimonial .article-item:last-child {
	margin-bottom:0px; 
	border-bottom: 0px solid #d0d0d0;
}
.widget-container .clint-testimonial .article-item p{
	font-size:16px;
	text-align:center;
}

.widget-container .clint-testimonial .article-item h4{
    font-family: 'HelveticaNeue';
    margin-bottom: 5px;
    font-size: 20px;
	font-style: italic;
	font-size: 21px;
	 margin: 0;
	text-align:center;
}

.widget-container .clint-testimonial .article-item span:before {
    content: "\f10d";
    position: relative;
    left: -7px;
    top: -8px;
    font: normal normal normal 13px/1 FontAwesome;
    color: #555555;; 
    font-size: 11px;
}

.widget-container .clint-testimonial .article-item span:after {
    content: "\f10e";
    position: relative;
    right: -7px;
    top: -6px;
    font: normal normal normal 13px/1 FontAwesome;
    color: #555555;
    font-size: 11px;
}
.subcategory-container .category-image-view img{
	width:100%;
}
/*testimonial end*/


.content-box .container{
	max-width:1230px;
	width:100%;
	margin:0 auto;
}



/*start:search box*/
.header.active-section .menu-search {
	z-index: 9999999;
}
.widget-search.menu-search .search-form {
	animation: hideSearch 350ms ease-in-out both;
}
.widget-search.menu-search .search-form.show {
	width: 100%;
	top: 0;
	animation: showSearch 350ms ease-in-out both;
}
.search-form.show::after {
	content: "";
	background-color: rgba(6, 108, 152, 0.96);
	height: 100%;
	left: calc(-50vw + 50%);
	position: fixed;
	width: 100vw;
	top: 0;
	right: 0;
}
 @keyframes showSearch {
 from {
 height: 0;
 opacity: 0;
}
to {
	height: 100vh;
	opacity: 1;
}
}
 @keyframes hideSearch {
 from {
 height: 100vh;
 opacity: 1;
}
to {
	height: 0;
	opacity: 0;
}
}
.widget-search.menu-search .search-form.show form {
	width:70%;
	margin: 0 auto;
	margin-left: auto;
	position: relative;
	top: calc(50% - 20px);
	z-index: 1;
	display:flex;
}
.widget-search .search-menu-button::after {
	content: "\f002";
	color: #fff;
	font-size: 27px;
	opacity: 0;
}
.widget-search.menu-search.widget>.widget-title {
    font-size: 10px;
    padding-bottom: 10px;
    text-align: right;
    color: #fff;
    z-index: 1;
    position: absolute;
    right: 8px;
    top: 64px;
    text-transform: uppercase;
    font-family: 'HelveticaNeue';
	display:none;
}
.widget-search .search-menu-button::after {
	content: "";
	z-index: 9999;
	position: relative;
	height: 32px;
	background: url(../images/cancel.png);
	background-repeat: no-repeat;
	width: 32px;
	background-size: 32px;
	right: -14px;
	font-size: 27px;
	opacity: 0;
	display: none;
	top: 25px;
}
.widget-search .search-menu-button.close::after {
	opacity: 1;
	display: block;
}

.widget-search.menu-search .search-menu-button {
	background-image: url(../images/search-ico.png);
	background-repeat: no-repeat;
	background-color: #29AAE2;
	background-position: center center;
	width: 59px;
	height:94px;
	display: inline-block !important;
	vertical-align: top;
	line-height: 39px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 0;
	position: absolute;
	left: auto;
	right: 0;
	top:0px;
}
.widget-search.menu-search .search-menu-button:before {
	content: "SEARCH";
	position: absolute;
	left: auto;
	right: 8px;
    top: 57px;
	color:#ffffff;
	text-transform: uppercase;
    font-family: 'HelveticaNeue';
     font-size: 10px;
}

.widget-search.menu-search .search-menu-button:hover {
	background-color: #0075bd;
}

.menu-search .search-form input {
	background: transparent;
	border: 0px;
	border: 1px solid #fff;
	width:93%;
	height:56px;
	margin: 0;
	padding: 0px 25px;
	box-sizing: border-box;
	color: #fff;
	font-size:25px;
	font-weight: 300;
	font-family: 'Futura Bk BT';
	text-align: left;
}
.menu-search .search-form {
	position: relative;
	z-index: 99;
}
.menu-search .search-form button {
   /* position: absolute;
    right: 0px;*/
    top: 0;
    padding: 15px 23px;
    border: 0px;
    font-size: 20px;
    /*left: 100%;*/
    background: transparent;
    color: #fff;
    /*transform: translateX(-50%);*/
    border: 1px solid #fff;
	left: -1px
}
.menu-search .search-form button:hover {
	opacity:0.5;
	
}
.menu-search .search-form.show button{
	top:0px;
}
.menu-search .search-form button:hover {
	background: none;
}
.menu-search .search-form button:hover::before {
	color: #033971;
}
 .menu-search .search-form input::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
 .menu-search .search-form input:-moz-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
 .menu-search .search-form input::-moz-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
 .menu-search .search-form input:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
 .menu-search .search-form input::-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.7);
 font-size: 20px;
 font-family: 'Futura Bk BT';
}
/*end:search box*/
/* Detault Code */

.widget-snippet a.misbtndefault{
	text-decoration:none;
	color:#ffffff;
}


/*button end*/

.ourservice-section{
	padding-top: 118px;
}
.widget-snippet .phone-number a{
	text-decoration:none;
	color:#ffffff;
}
.footer .contact-details.widget>.widget-title {
    font-size: 16px;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'HelveticaNeue';
    padding-bottom: 0;
}
.widget-snippet .contact-details p{
	font-size:17px;
	color:#ffffff;
	font-family: 'Futura Bk BT';
}
.footer .widget>.widget-title {
    font-size: 16px;
    padding-bottom: 10px;
    color: #fff;
	font-family: 'HelveticaNeue';
}
.footer .vertical .navigation-item a{
	font-size:15px;
	font-family: 'Futura Bk BT';
}

/*Goto Top design*/
span.goToTop {
	bottom: 78px;
	cursor: pointer;
	height: 32px;
	right: 12px;
	text-align: center;
	color:#ffffff;
	position:absolute;
}
span.goToTop:before {
	content: "Back to top";
	display: inline-block;
	font-size:15px;
}
span.goToTop:after {
	content: "";
	margin: -4px 0 0px 15px;
	transition: all 300ms ease 0s;
	width: 22px;
	height:23px;
	background: url(../images/back-to-top.png) no-repeat;
	display: inline-block;
}
span.goToTop:hover:after {
	color: #FFCD00;
}
span.goToTop:hover:before {
	opacity: 0.6;
}
span.goToTop:hover:after {
	opacity: 0.6;
}
/*Exit-Goto Top design*/
.widget-snippet .foo-info-box a.phone:hover{
	color: #29AAE2;
}
.widget-snippet .foo-info-box a.message:hover{
	color: #29AAE2;
}
.widget-snippet .phone-number a:hover{
	color: #29AAE2;
}



.widget.widget-snippet .ourservice-list ul li::before {
    display: block;
}

/*contact form start*/
.widget-form.wi_get_quote {
	background-color: #E3F1F8;
	padding:48px;
	margin-bottom: 0;
}
.widget-form.wi_get_quote .form-template .errorlist {
    margin-left: 0;
    padding: 0 0 0 0;
    background-color:transparent;
    border-radius: 0;
	bottom: -16px!important;
    position: absolute;
}
.widget-form.wi_get_quote label {
	display : none;
}
.widget-form.wi_get_quote input,
.widget-form.wi_get_quote textarea {
	background-color : #ffffff;
	border : 2px solid rgba(25, 62, 86, .2);
	color : #000;
	width : 100%;
	margin-top: -8px;
	font-size:14px;
}
.widget-form.wi_get_quote .single-input-row .form-row.textBox {
    position: relative;
	   
}
.widget-form.wi_get_quote .single-input-row .form-row{
	 margin-top: 23px;
}
.widget-form.wi_get_quote textarea::-webkit-input-placeholder {
	color : #000;
}
.widget-form.wi_get_quote textarea:-moz-placeholder {
	color : #000;
}
.widget-form.wi_get_quote textarea::-moz-placeholder {
	color : #000;
}
.widget-form.wi_get_quote textarea:-ms-input-placeholder {
	color : #000;
}
.widget-form.wi_get_quote input {
	height : 40px;
}
.widget-form.wi_get_quote input::-webkit-input-placeholder {
	color : #000;
}
.widget-form.wi_get_quote input::-moz-placeholder {
	color : #000;
}
.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 {
	font-family: 'HelveticaNeue';
    padding-bottom:8px;
    color: #000000!important;
    font-size: 22px !important;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: left;
    border-bottom: 2px solid #218BAC;
	margin-bottom: 30px;
}

/*contact form end*/

/*inner content box start*/
.left-inner-content figure {
    margin: 0em 0px;
}
.left-inner-content figure img{
	width:100%;
	margin-bottom: 22px;
}
.left-inner-content h4{
	font-size:24px;
    color: #000000;
    padding: 0 0 9px 0;
}
.left-inner-content{
	padding-right:70px;
}
.widget-snippet .inner-content-box ul li{
    padding: 0 0 11px 15px;
}
.widget-snippet p{
	font-size:17px;
}
/*inner content box end*/


.ourservice-section div[class*="col-"] {
    padding: 0px 10px 0px 10px;
}
.ourservice-section .row{
   padding: 0 8px 0 8px;
}

.widget-snippet .foo-info-box .phone:hover::before {
	opacity:0.6;
}
.widget-snippet .foo-info-box .message:hover::before {
   opacity:0.6;
}
.footer .vertical .navigation-item a {
	text-transform:capitalize;
}
.widget-snippet .service-box h3 {
	text-transform:capitalize;
}


/*contact page form sample Captch start*/
.contact-form-page .simpleCaptcha-container {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	display: block;
	margin-top: -13px;
}
.contact-form-page .simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
	display: none;
}
.contact-form-page .simpleCaptcha-container .form-row.simple-captcha {
	width: 353px;
	display: inline-block;
	border: 2px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	padding-top:4px;
	height: 41px;
	background-color:#ffffff;
}
.contact-form-page .simpleCaptcha-container .form-row.simple-captcha img {
	height:28px;
}
.contact-form-page .form-row.simple_captcha_input_field.mandatory {
	width: calc(100% - 358px);
	display: inline-block;
	padding-left:18px;
	margin-top: 0;
	vertical-align: top;
	position: relative;
}
.contact-form-page .simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
	display: none;
}
.contact-form-page .simpleCaptcha-container .form-row.simple_captcha_input_field input {
	width: 100%;
}
.contact-form-page .widget.form-row.simple_captcha_input_field input {
	background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
	line-height: 46px;
	height: 46px;
	color: #1d181c;
	font-size: 15px;
}
.widget-form.contact-form-page .form-template .simple_captcha_input_field .errorlist {
	width:100%;
}
/*sidebar contact form sample Captch start*/
.widget-form.wi_get_quote .simpleCaptcha-container {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	display: block;
	margin-top:-2px;
}
.widget-form.wi_get_quote .simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
	display: none;
}
.widget-form.wi_get_quote .simpleCaptcha-container .form-row.simple-captcha {
	width: 100%;
	border: 2px solid rgba(25, 62, 86, .2);
	text-align: center;
	padding-top:4px;
	height: 41px;
	border-radius:0;
	background-color:#ffffff;
}
.widget-form.wi_get_quote .simpleCaptcha-container .form-row.simple-captcha img {
	height:28px;
}
.widget-form.wi_get_quote .form-row.simple_captcha_input_field.mandatory {
	/*width: calc(100% - 358px);*/
	margin-top: 0;
	vertical-align: top;
	position: relative;
	margin-bottom: 10px;
}
.widget-form.wi_get_quote .simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
	display: none;
}
.widget-form.wi_get_quote .simpleCaptcha-container .form-row.simple_captcha_input_field input {
	width: 100%;
	margin-top:10px;
}
.widget-form.wi_get_quote .widget.form-row.simple_captcha_input_field input {
	background-color: #fff;
	border: 2px solid rgba(25, 62, 86, .2);
	border-radius: 4px;
	line-height: 46px;
	height: 46px;
	font-size: 15px;
}
.widget-form.contact-form-page .form-template .simple_captcha_input_field .errorlist {
	width:100%;
}
.message-block.error-message{
    background: transparent;
}
.message-block.info-message{
    background: transparent;
}
.contact-form-page .message-block.error-message{
    background-color: transparent;
    border: 0px solid #fcd2d2;
    color: red;
    position: absolute;
    top: -47px;
    width: 100%;
}
.contact-form-page .message-block.info-message{
    background-color: transparent;
    border: 0px solid #fcd2d2;
    color: green;
    position: absolute;
    top: -47px;
    width: 100%;
}
.widget-snippet .our-service-row:nth-child(2) {
    margin-bottom: 0;
}











.contact-form-page .form-row.simple_captcha_input_field.mandatory {
    width: 50%;
    float: left;
    margin-top: 0;
    vertical-align: top;
    position: relative;
}
    .contact-form-page .simpleCaptcha-container .form-row.simple-captcha {
    float: left;
    border: 2px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 4px;
    height: 41px;
    background-color: #ffffff;
    width: calc(50% - 22px);
    margin-right: 10px;
}




 .contact-form-page .single-input-row .form-row.textBox {
    width: 49%;
    margin-right: 1%;
}

 


.contact-form-template.contact-form-page .form-row input{
    width: 100%;
}

 

.contact-form-template.contact-form-page .form-row.simple_captcha_input_field.mandatory input{
    margin-right: 0 !important;
}
.contact-form-page .simpleCaptcha-container .form-row.simple-captcha {
    float: left;
    border: 2px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 4px;
    height: 41px;
    background-color: #ffffff;
    width: 49%;
    margin-right: 1%;
}
.contact-form-page .form-row.simple_captcha_input_field.mandatory {
    width: 49%;
    float: left;
    margin-top: 0;
    vertical-align: top;
    position: relative;
    padding-left: 0;
    margin-left: 1%;
}
/******************************************************/
.contact-page-form {
    max-width: 83%;
    margin-left: 82px;
}
.contact-page-form .custom-form {
  max-width: 100%;
  position: relative;
}
.contact-page-form .form-row.simple-captcha {
  width: 49%;
    border: 2px solid #ddd;
  display: inline-block;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
.contact-page-form .form-row.simple_captcha_input_field.mandatory  {
  width: 49%;
  float: right;
  margin-top: 0;
  position: relative;
}
.contact-page-form .form-row.simple_captcha_input_field.mandatory .errorlist.after{
    position: absolute;
    top: 40px;
    left: 0;
}
.contact-page-form .single-input-row {
  max-width: 49%;
  margin-bottom: 12px;
    position: relative;
}
.contact-page-form .single-input-row .errorlist.after{
    position: absolute;
    top: 40px;
    left: 0;
}
.contact-page-form .custom-form input[type="text"] {
    padding: 3px 10px;
    border: 2px solid #ddd;
    width: 100%;
  height: 40px;
}
.contact-page-form .custom-form textarea {
  height: 165px;
    width: 100%;
      border: 2px solid #ddd;
}
.contact-page-form .single-input-row:nth-of-type(4) {
  position: absolute;
  top:5px;
  right:0;
  width: 49%;
}
.contact-page-form .single-input-row .form-row {
    margin-top: 0px;
}
.contact-page-form .form-row label {
  display: none;
}
.contact-page-form .submit-button {
    width: 100%;
}
.page-contact-us .widget-spacer {
	height:0px;
}

/*******Search******/

.entire-search .title {
  font-size: 26px;
  line-height: 36px;
}
.total-result {
  margin: 8px 0 25px;
  color: #009ada;
}
.entire-search .search-result > .title {
  border: none;
  padding: 0;
  font-size: 22px;
  margin-bottom: 5px;
  text-align: left;
}
.entire-search .search-result.pages .page a {
    color: #066c98;
    font-size: 15px;
}
.entire-search .search-result.pages .page a .title {
      font-size: 19px;
  font-weight: 600;
  padding-right: 10px;
}
.search-results .page .summary {
  font-size: 17px;
  line-height: 22px;
}
.search-result.pages {
  border: none;
}
.search-result .pagination-literal-status {
  font-size: 17px;
}
.page-result-footer {
  margin-top: 35px;
}
.auto-page .page-content .entire-search h2 {
  margin-bottom: 0;
}
.page-result-footer .pagination span {
  box-shadow: none;
}
.page-result-footer .pagination span:hover {
  background: #066c98;
  color: #fff;
}
.auto-page .page-content .entire-search {
  padding: 0 15px;
}
.widget-form.wi_get_quote .form-row.recaptcha-row .recaptcha-container {
	transform: scale(0.9);
	transform-origin: 0 0;
	margin-left: 0;
}
/*start: front end editor*/
.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 .popup .button-line button + button {
    margin-left: 10px;
}
body > .header {
    background-color: #000;
}
body.page-home.fee > .header {
    background-color: transparent;
}
.fee .widget.widget-pageHeading {
    background-image: url(../images/banner-bg.png);
}
/*end: front end editor*/



.fee-fixed-width-content {
    padding-left: calc(50% - 615px)!important;
    padding-right: calc(50% - 615px)!important;
}
 
@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}
.contact-form-template.contact-form-page .single-input-row .form-row {
    padding: 0;
    margin-bottom: 5px;
}
.contact-form-template.contact-form-page .form-row.recaptcha-row {
    padding: 0;
}
.contact-form-template.contact-form-page .form-row input {
    margin: 5px 10px 12px 0;
}
.contact-form-template.contact-form-page .textArea {
    margin-bottom: 15px!important;
}

.widget-form .errorlist.after .message-block {
    font-size: 13px;
}
.widget-form .contact-form-template .form-row {
    padding-bottom: 0;
    margin: 5px 0;
}
.widget-snippet .container-planning .row {
    margin-left: 0;
}
.responsive.fee-mobile-view-on .widget-form.wi_get_quote {
    width: calc(100% - 30px);
}
