@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap');
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Regular.eot');
    src: url('../fonts/CreatoDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CreatoDisplay-Regular.woff2') format('woff2'),
    url('../fonts/CreatoDisplay-Regular.woff') format('woff'),
    url('../fonts/CreatoDisplay-Regular.ttf') format('truetype'),
    url('../fonts/CreatoDisplay-Regular.svg#CreatoDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
    -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;
}

article, aside, details, figcaption, figure, footer, header, main, 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;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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;
    color: #777;
}

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: #000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000;
    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 {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #009c9c;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}

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

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
    line-height: 25px;
}

p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 26px;
    margin: 0;
    padding: 0 0 20px 0;
}
.article-content p {
    padding: 0 0 15px 0;
}
.widget-snippet p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 26px;
    margin: 0;
    padding: 0 0 20px 0;
}

.widget-snippet p a {
    color: #009C9C;
}

.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.widget.page-heading {
    padding: 0 0 30px 0;
    text-align: left;
}

.widget.page-heading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #009C9C;
    font-size: 35px;
    line-height: 45px;
    text-align: left;
    text-transform: none;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}

.widget.widget-pageHeading {
    padding: 80px 0 120px  0;
    text-align: center;
    background: #121132;
    margin-bottom: 100px;
}
.widget.widget-pageHeading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 60px;
    line-height: 75px;
    text-align: center;
    text-transform: none;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
body > div.body {
    padding: 0;
    min-height: 500px;
}

body.page-home > div.body {
    padding: 0;
}
/* 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: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 26px;
}

input[type="submit"], input[type="button"], button, .button, a.button {
    background: #009C9C;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    padding: 15px 55px;
    line-height: 20px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

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

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

input[type=text], input[type=password], select, textarea {
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-color: #bbb;
    height: 50px;
    border-radius:0;
}

textarea {
    height: 90px;
}


input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
}

button.Zebra_DatePicker_Icon {
    background-position: right center;
}

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

table th {
    font-size: 15px;
    font-weight: 700;
    background: #eee;
}

table, th, td {
    text-align: left;
    border: 1px solid #d9d9d9;
    padding: 8px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 26px;
}

table tr:nth-child(2n) {
    background: #f8f8f8;
}

.widget-snippet td,
.widget-snippet th {
    padding: 8px;
}

.widget-snippet {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 26px;
}

.widget-snippet a {
    color: #009C9C;
}

.widget-snippet a:hover {
    color: #009C9C;
}

.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 5px 22px;
    list-style-type: none;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 26px;
}

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

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

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

.article-content ul li::before,
.widget-snippet ul li::before {
    content: '\f00c';
    position: absolute;
    left: -1px;
    top: 10px;
    width: 8px;
    height: 8px;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: transparent;
    font-size: 5px;
    border: none;
    border-radius: 6px;
    text-align: center;
    line-height: 15px;
    background: rgba(0, 0, 0, 0.38);
}


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

ol, .widget-article ol, .widget-snippet ol {
    padding-left: 19px;
}

/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin:0 auto;
    width: 1400px;
    max-width: 100%;
}

.auto-page .page-content {
    margin: 0 auto;
}

.widget > .widget-title {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 25px;
    text-align: left;
    color: #009C9C;
    font-weight: 500;
    text-transform: none;
    line-height: 36px;
    font-family: 'Manrope', sans-serif;
}
.header:before {
    content: '';
    width: 100%;
    height: 34px;
    background: #009C9C;
    position: absolute;
    left: 0;
    top: 0;
}
/*start:manu*/
.widget-navigation.main-menu {
    text-align: left;
}

.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 5px;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {

}

.widget-navigation.main-menu .navigation-item.first a {
    padding-left: 0;
}

.widget-navigation.main-menu .navigation-item {
    padding-left: 20px;
}

.widget-navigation.main-menu .navigation-item a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    padding: 12px 0;
    margin: 0 22px;
}

.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item a:focus {
    color: #009C9C;
}

.widget-navigation .horizontal .navigation-item.last a {
    padding-right: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    color: #009C9C;
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 268px;
    top: 55px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    margin: -10px 0 0 -122px;
    position: absolute;
    border-radius: 0;
    border: 1px solid #eee;
}

.main-menu .navigation-item-child-container .navigation-item.first a::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    margin-left: -10px;
    z-index: 1;
}

.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: #009C9C transparent #009C9C transparent;
}

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

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    border-bottom: 1px solid #eee;
    padding: 12px 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    margin: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a {
    padding-right: 24px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    background: #009C9C;
    color: #fff;
    z-index: 2;
    display: block;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}

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

/*end:menu*/
.main-menu .horizontal .navigation-item.last{
    float:right;
    max-width: 231px;
    width: 100%;
}
.main-menu .horizontal .navigation-item.last a{
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #009C9C;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #009C9C;
    height: 50px;
}
.main-menu .horizontal .navigation-item.last:hover a, .main-menu .horizontal .navigation-item.last.active a{
    background:#009C9C;
    color: #fff;
}



/*search-form*/
.widget.widget-search .search-form {
    background-color: #000000;
    display: block;
    height: 0;
    position: absolute;
    right: 15px;
    top: 42px;
    transition: all 400ms ease 0s;
    width: 470px;
    z-index: 9999;
    border-radius: 0px;
}
.widget.widget-search .search-form button:before{
    content: '';
    position: absolute;
    top: -10px;
    right: 15px;
    width: 0px;
    height: 0px;
    border-color: #009c9c transparent #009c9c transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    margin-left: -10px;
    z-index: 1;
}
.widget.widget-search .search-form button {
    background-color: #009C9C;
    padding: 6px;
    position: absolute;
    right: -30px;
    border-radius: 0px;
    top: 0;
    width: 120px;
    border: none;
    text-align: center;
    text-transform: none;
    display: block;
    margin: 0;
    height: 56px;
    font-size: 17px;
    line-height: 16px;
}
.widget.widget-search .search-form button:hover {
    color: #fff;
    background-color: #009C9C;
}
.widget.widget-search .search-form.show {
    height: 56px;
}
.widget.widget-search .search-form form {
    padding: 0px 5px;
    position: relative;
    background: #009C9C;
}
.widget.widget-search .search-form input {
    border: medium none;
    height: 56px;
    padding: 5px 100px 5px 10px;
    width: 100%;
    background: aliceblue;
    border: 5px solid #009c9c;
    border-left: 0;
}
.widget-search .search-menu-button:before {
    content: 'Search';
    position: absolute;
    right: 0;
    top: 1px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    padding-left: 20px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.05em;
}
.search-menu-button:after {
    display: none;
}
.search-menu-button {
    width: 26px;
    height: 22px;
    background: url(../images/search-icon.svg) no-repeat center center;
}
.widget.widget-search .search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
.widget.widget-search .search-form ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
.widget.widget-search .search-form :-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
.widget.widget-search .search-form :-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
/*end:search*/
/*start:home slider*/
div.jssor-slider-container {
    width: 1920px;
    height: 800px;
    padding: 0 !important;
    text-align: left;
    margin: 0 auto;
}
div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
div.jssor-slider-container .slide:after {
    background: none;
}
div.jssor-slider-container .container {
    width: 1920px;
    height: 795px;
    padding: 0 !important;
    text-align: left;
    margin: 0 auto;
}
.jssor-slider-container .caption-wrapper {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: auto;
    text-align: left;
    padding: 0;
    z-index: 1;
    width: 1430px;
    transform: translateX(-50%)  !important;
    top: 17.5%;
}
.jssor-slider-container .caption-wrapper .description h1 {
    font-size: 70px;
    font-weight: 700;
    max-width: 700px;
    line-height: 75px;
    left: 0;
    top: 0;
    margin-right: auto;
    padding: 0 0 20px 0;
    margin: 0;
    color: #fff;
}
.jssor-slider-container .caption-wrapper .description.jssor-caption-2 {
    font-style: normal;
    font-size: 22px;
    font-weight: 500;
    max-width: 640px;
    margin-right: auto;
    left: 0;
    top: 0;
    padding: 0 0 55px 0;
}
.jssor-slider-container .caption-wrapper .button {
    padding: 0;
    border-radius: 0;
    border: 0;
    font-size: 70px;
    font-weight: 700;
    margin: auto;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.jssor-slider-container .caption-wrapper a.submit-button {
    display: block;
    padding: 16px 0;
    background: transparent;
    border: 2px solid #fff;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    max-width: 275px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.jssor-slider-container .caption-wrapper a.submit-button::after {
    /*content: url(../images/white-arrow.png);*/
    margin-left: 8px;
    vertical-align: middle;
    line-height: 20px;
}
.jssor-slider-container .caption-wrapper a.submit-button:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #000000;
}
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
    color: #ffffff;
    content: "\f105 ";
    font-family: fontawesome;
    font-size: 36px;
}
div[id^="jssor-slider-"] .jssora20l {
    left: auto;
    right: 50px;
}
div[id^="jssor-slider-"] .jssora20l, div[id^="jssor-slider-"] .jssora20r {
    background: transparent;
    bottom: 0;
    height: 45px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    transition: all 400ms ease-out 0s;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
}
div[id^="jssor-slider-"] .jssora20r::before {
    line-height: 65px;
}
div[id^="jssor-slider-"] .jssora20r {
    transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20r {
    right: auto;
    left: 50px;
}
div[id^="jssor-slider-"] .jssora20r::before {
    display: block;
    margin-top: -13px;
}
div[id^="jssor-slider-"] .jssora20l:hover, div[id^="jssor-slider-"] .jssora20r:hover {
    background: #204d47;
    border: 1px solid #204d47;
}
.jssor-slider-container .jssorb03 {
    position: absolute;
    width: 400px !important;
    left: 50% !important;
    right: auto !important;
    bottom: 45px !important;
    top: auto !important;
    transform: translatex(-50%);
    border-radius: 35px;
    opacity: 1 !important;
    height: auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.jssor-slider-container .jssorb03 div {
    width: 22px !important;
    height: 22px !important;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    font-size: 0;
    margin: 0 7px;
    border: 1px solid transparent;
}
.jssor-slider-container .jssorb03 div.av {
    background-color: transparent !important;
    border: 1px solid #fff;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #fff;
}
.jssor-slider-container .jssorb03 div.av span, .jssor-slider-container .jssorb03 div span {
    font-size: 0;
    width: 4px !important;
    height: 4px !important;
    display: block;
    background: #fff;
    margin: 8px auto;
    border-radius: 50%;
}
.jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av:hover {
    font-size: 0;
    background-color: transparent !important;
    border: 1px solid #fff;
    width: 22px !important;
    height: 22px !important;
}
.jssor-slider-container::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 .jssor-loader .loader-2 {
    display: none;
}
.jssor-slider-container .caption-wrapper .title span.text {
    font-size: 70px;
    font-weight: 700;
    display: inline-block;
    line-height: 75px;
}
div.jssor-slider-container[jssor-slider="true"] .slide:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89.54deg, #000000 -26.19%, rgba(0, 0, 0, 0) 123.29%);
    z-index: 1;
}
/*end:home slider*/

.header-user-login{
    text-align: right;
}
.header-user-login a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-right: 15px;
    font-family: 'Creato Display';
}
.header-user-login a:hover {
    color: #fff;
    text-decoration: underline;
}
.header-user-login a:before {
    content: url(../images/member-login-icon.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px  0 0;
}
.header-user-login a:after {
    content: url(../images/line-divider.png);
    position: absolute;
    right: -18px;
    top: 6px;
    width: 1px;
    height: 18px;
}
.header-user-login .navigation-item.active>a {
    color: #fff;
}

/*start:Page not faund */
.page-page-not-found .page-content {
    text-align: center;
}

.page-page-not-found .page-content .article-content h1 {
    color: #f00;
    text-align: center;
    padding: 0;
    margin: 0;
}

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

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

/*end:Page not faund */




/*start:quick enquiry*/
.quick-enquiry-heading {
    background: #39297B;
    padding: 120px 0 0 160px;
}
.quick-enquiry-heading h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    padding: 0;

}
.quick-enquiry-heading  p {
    margin: 0;
    padding: 13px 0 22px 0;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.023em;
    color: #FFFFFF;
    opacity: 0.7;
}
.quick-enquiry {
    background: #39297B;
    padding: 3px 100px 78px 10px;
}
.quick-enquiry br {
    display: none;
}

/*end:quick enquiry*/

/*start:form*/
.quick-enquiry .custom-form {
    margin: 0 auto;
    max-width: 537px;
}

.widget-form.quick-enquiry .double-input-row .form-row:first-child {
    padding: 4px 9px;
    margin-top: 0;
}
.widget-form.quick-enquiry  .double-input-row, .widget-form.quick-enquiry  .triple-input-row {
    margin: 10px -9px;
}
.widget-form.quick-enquiry .single-input-row .form-row {
    position: relative;
    margin: 0;
    padding: 0;
}

.widget-form.quick-enquiry input[type=text],
.widget-form.quick-enquiry textarea,
.widget-form.quick-enquiry select {
    width: 100%;
    padding: 3px 15px;
    border-radius: 1px;
    height: 54px;
    margin: 0;
    line-height:54px;

    color: rgba(255, 255, 255, 1.00);
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;


    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}
.widget-form.quick-enquiry textarea{
    height: 124px;
    margin-top: 15px;
    padding: 15px;
    border-radius: 0;
    color: rgba(255, 255, 255, 1.0);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;

}
.widget-form.quick-enquiry  .form-row.btn-row label {
    display: none;
}
.widget-form.quick-enquiry .form-row.btn-row {
    text-align: left;
    padding: 0;
    margin: 23px 0 0 0;
}
.widget-form.quick-enquiry .btn-row button[type="submit"] {
    margin:15px 0 0 0;
    background: #fff;
    border: none;
    box-sizing: border-box;
    text-align: center;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1px;
    text-transform: none;
    padding: 18px 0;
    line-height: 18px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #39297B;
    font-family: 'Manrope', sans-serif;
    min-width: 313px;
}
.widget-form.quick-enquiry .btn-row button[type="submit"]:hover, .widget-form.quick-enquiry .btn-row button[type="submit"]:focus {
    color: #fff;
    background-color: #000;
}
.widget-form .double-input-row > .form-editor-single-input-row:first-child .form-row {
    padding-right: 8px;
    padding-left: 0;
}
.widget-form .double-input-row > .form-editor-single-input-row:last-child .form-row {
    padding-left: 8px;
    padding-right: 0;
}
.widget-form.quick-enquiry .errorlist.after {
    position: absolute;
    bottom: -6px;
    background: #ea5a5a;
    min-width: 160px;
    line-height: 21px;
    left: 25px;
    border-radius: 0;
}
.widget-form.quick-enquiry .textArea  .errorlist.after{
    left: 0;
}
.widget-form.quick-enquiry .errorlist .message-block {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    font-size: 13px;
    position: relative;
    bottom: 0;
}
.widget-form.quick-enquiry .textArea .errorlist.after {
    left: 12px;
    bottom: -18px;
}
.widget-form.quick-enquiry .single-input-row .form-row.textArea .errorlist.after{
    bottom: -10px;
}
.quick-enquiry ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.62);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;
}

.quick-enquiry ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.62);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;
}

.quick-enquiry :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.62);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;
}
.quick-enquiry :-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.62);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;
}

/*textarea*/
.quick-enquiry  textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.62);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;
}

.quick-enquiry  textarea:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.62);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;
}

.quick-enquiry  textarea::-moz-placeholder {  /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.62);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;
}

.quick-enquiry  textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.62);
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;
}
.quick-enquiry .simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 25px;
    padding-bottom: 15px;
}
.quick-enquiry .simpleCaptcha-container .simple-captcha label[for="captcha"] , .quick-enquiry .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}
.quick-enquiry .simpleCaptcha-container .form-row.simple-captcha {
    width: calc(50% - 5px);
    display: inline-block;
    margin-right:15px;
    border: 1px solid rgba(112,112,112,0.7);
    text-align:center;
}
.quick-enquiry .form-row.simple_captcha_input_field.mandatory {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    margin-left:1px;
    position: relative;
}
.quick-enquiry .simpleCaptcha-container .form-row.simple_captcha_input_field label , .quick-enquiry  .simpleCaptcha-container  .form-row.simple_captcha_help_text{
    display: none;
}
.quick-enquiry .simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}
.quick-enquiry .form-row.simple_captcha_input_field.mandatory .errorlist.after {
    position: absolute;
    bottom: -18px;
    background: red;
    min-width: 170px;
    line-height: 18px;
    left: 13px;
    border-radius: 0;
}
.quick-enquiry .form-row{
    text-align:center;
    position: relative;
}
.quick-enquiry .form-row label{
    display:none;
}
.quick-enquiry .recaptcha-container {
    display: block;
    margin: 18px auto 0px;
    text-align: center;
}
/*end:form*/
.widget.widget-form.quick-enquiry {
    height: 594px;
}
.page-home .widget-form.quick-enquiry .double-input-row .form-row {
    position: relative;
    float: none;
    width: 100%;
}


/*start:for contact page*/
.page-contact-us .widget.widget-pageHeading{
    margin-bottom: 0;
}
.page-contact-us .quick-enquiry-heading {
    background: #009c9c;
    padding: 70px 0 0 100px;
    margin-top: -133px;
}
.page-contact-us .quick-enquiry-heading p{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.023em;
    color: #FFFFFF;
    opacity: 0.7;
}

.page-contact-us .widget-form.quick-enquiry .form-row.btn-row {
    text-align: left;
    padding: 0;
    margin: 13px 0 0 0;
}

.page-contact-us .page-content iframe {
    width: 100%;
    height: 655px;
}
.page-contact-us .widget.widget-form.quick-enquiry {
    background: #009C9C;
    padding: 3px 100px 70px 100px;
    height: 470px;
}
.page-contact-us  .quick-enquiry .custom-form {
    margin: 0 auto;
    max-width: 600px;
}
.page-contact-us .widget-form.quick-enquiry input[type=text],
.page-contact-us .widget-form.quick-enquiry textarea, .widget-form.quick-enquiry select{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
}
.page-contact-us .widget-form.quick-enquiry .btn-row button[type="submit"]{
    color: #009C9C;
}
.page-contact-us .widget-form.quick-enquiry .btn-row button[type="submit"]:hover {
    color: #fff;
    background-color: #000;
}
.page-contact-us  .widget-snippet .call-to-action {
    padding: 110px 0 35px 0;
}
.page-contact-us .widget-snippet .call-to-action h2 {
    margin: 0;
    padding: 0 0 42px 0;
    line-height: 55px;
}
.page-contact-us .widget-form.quick-enquiry textarea {
    height: 140px;
}
.page-contact-us .widget-snippet .call-to-action a {
    padding: 14px  45.8px;
}
/*end:for contact page*/



/*start:footer*/
.footer {
    background: #121132;
}
.footer .widget > .widget-title {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    line-height: 36px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
}
.footer .navigation-item {
    padding-bottom: 11px;
}
.footer .navigation-item a {
    border: none;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255,255,255,0.6);
    padding: 0;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
}
.footer .navigation-item a:hover {
    color: rgba(255,255,255,1.0);
}
.footer .vertical .navigation-item.active>a {
    color: rgba(255,255,255,0.6);
}
.footer .vertical .navigation-item.active>a:hover {
    color: rgba(255,255,255,1.0);
}
.footer .spacer {
    color: rgba(255,255,255,0.15);
    border-top: 1px solid rgba(255,255,255,0.15);;
}
.copyright-text p {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.6);
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.copyright-text p a{
    color: rgba(255,255,255,0.6);
}
.copyright-text p a:hover{
    color: rgba(255,255,255,1.0);
}
.copyright-text p span {
    padding: 0 15px;
}
/*end:footer*/



span.goToTop {
    top: -10px;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
    color: rgba(255,255,255,0.50);
    margin-left: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0;
}
span.goToTop:after {
    content: "";
    transition: all 300ms ease 0s;
    width: 16px;
    height: 23px;
    background: url(../images/back-to-top.svg) no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}
span.goToTop:hover {
    opacity:0.8;
}
/*start:breadcum*/
.widget.widget-breadcrumb {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
    z-index: 9999;
}
.widget.page-heading + .widget.widget-breadcrumb{
    top:  -164px;
}
.widget.widget-breadcrumb span {
    position: relative;
    color: rgba(255,255,255,1.0);
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}
.body.active-section .widget.widget-breadcrumb,
.edit-page-with-layout .widget.page-heading + .widget.widget-breadcrumb,
.edit-page-with-layout .widget.widget-breadcrumb {
    position: relative;
    left: auto;
    top: 0;
    z-index: inherit;
    margin-left: 0;
    background-color: rgba(0,0,0,0.1);
    padding: 0;
    text-align: center;
    transform:none;
}
.body.active-section .widget.widget-breadcrumb  span.breadcrumb-item.root ,
.edit-page-with-layout .widget.page-heading + .widget.widget-breadcrumb span.breadcrumb-item.root,
.edit-page-with-layout  span.breadcrumb-item.root {
    position: relative;
    margin-left: 50px;
}
.body.active-section  .widget.page-heading,
.edit-page-with-layout .widget.page-heading,
.body.active-section   .widget.widget-pageHeading,
.edit-page-with-layout .widget.widget-pageHeading,
.edit-page-with-layout .widget.page-heading{
    margin:0;
}
.breadcrumb-item.root .icon:before {
    content: 'Home';
    color: #ffff;
    background-image: none;
    position: absolute;
    left: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.breadcrumb-item.root a:hover .icon:before {
    color: #009C9C;
}
.breadcrumb-item.root .icon {
    background: none;
}
.widget.widget-breadcrumb .separator {
    padding: 0;
    font-size: 0;
    width: 16px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 40px;
    vertical-align: top;
    top: 3px;
}
.breadcrumb-item .separator:before {
    content:'';
    position:absolute;
    left:0;
    top: 7px;
    width: 16px;
    height: 20px;
    background-image: url(../images/separator-breadcrumb.svg);
    background-repeat: no-repeat;
}
span.breadcrumb-item.current {
    color: rgba(255,255,255,0.6);
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    display: inline-block;
}
/*end:breadcum*/
.entire-search h2 .title {
    font-weight: bold;
}
.entire-search .total-result {
    font-weight: bold;
    color: #009C9C;
}
.entire-search .search-result>.title {
    font-weight: bold;
}
.search-results .title {
    color: #000;
    font-weight: bold;
}
.search-results .page-read-more{
    color: #009C9C;
    font-weight: bold;
}
.search-results .page-read-more:after {
    content: '';
    vertical-align: top;
    line-height: 34px;
    background: url(/template/ed135d28/images/readmore-arrow-hover.png) no-repeat right 0;
    display: inline-block;
    width: 21px;
    height: 14px;
    margin: 11px 0 0 7px;
}
.search-results .page-read-more:hover {
    opacity: 0.8;
}
.search-results .page .summary{
    font-size: 15px;
}
/*end:serach*/
.article-content a:hover {
    color: #39297b;
}

/*start:login*/
.login-form {
    width: 100%;
    width: 100%;
    max-width: 650px;
    border: 1px  solid #efefef;
    background: #fff;
    margin: 0 auto;
    padding: 70px;
}
.login-form span.title {
    display: none;
}
.page-login .login-form .form-row {
    margin-top: 15px;
    position: relative;
}
.form-row label {
    width: auto;
    text-transform: capitalize;
    font-weight: normal;
    color: #555;
    font-size: 16px;
}
.login-form input[type="password"],
.login-form input[type="text"] {
    width: 100%;
    background-color: transparent;
    margin-bottom: 3px;
    padding: 3px 14px;
    height: 50px;
    border-width: 1px;
    border-radius: 0;
}
.login-form .account-register a,
.login-form .lost-password a {
    color: #009C9C;
    font-weight: 700;
}
.login-form .account-register a:hover,
.login-form .lost-password a:hover {
    color: #000;
}
.login-form .submit-row {
    margin: 0px  0 0;
    float: none;
    display: block;
    padding-top: 5px;
}
.page-login .login-form button.login-button {
    max-width: 248px;
    width: 100%;
}
.page-login .login-form .remember {
    font-weight: 500;
}
.page-login .login-form span.no-account-label {
    font-weight: 500;
}
.login-form .errorlist.after {
    bottom: -15px;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
}
.password-reset-form {
    width: 100%;
    max-width: 600px;
    border: 1px  solid #efefef;
    background: #fff;
    margin: 0 auto;
    padding: 70px 80px;
    text-align: center;
}
.password-reset-form .title {
    font-weight: 700;
    color: #000;
}
.password-reset-form .lost-password-text {
    padding: 0 0 5px  0;
    color: #000;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
}
.password-reset-form .form-row {
    display: block;
}
.password-reset-form .form-row label {
    text-align: center;
    margin-bottom: 5px;
}
.password-reset-form .form-row input {
    width: 100%;
    background-color: transparent;
    margin-bottom: 3px;
    padding: 3px 14px;
    height: 50px;
    border-width: 1px;
    border-radius: 0;
}
.password-reset-form .form-row.submit-row button {
    margin-left: 3px;
    width: 100%;
    max-width: 248px;
    margin-top: 10px;
}
.password-reset-form .errorlist.after {
    font-size: 12px;
    line-height: 15px;
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    text-align: center;
    bottom: auto;
}
.password-reset-form .errorlist.after .message-block {
    text-align: center;
}
.registration-form {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #efefef;
    flex-wrap: wrap;
    display: flex;
}
.registration-form .title {
    display: none;
}
.registration-form input {
    width: 100%;
}
.registration-form select {
    width: 100%;
}
.registration-form > .form-row:not(.submit-row) {
    width: 50%;
    float: left;
    padding: 4px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.registration-form .form-row.submit-row {
    width: 100%;
    padding: 0 15px;
    margin-top: 0;
}
.registration-form .form-row.submit-row button {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
}
.registration-form .form-row.submit-row label{
    display: none;
}

.registration-form .errorlist.after {
    position: absolute;
    font-size: 12px;
    line-height: 15px;
}
.password-meter-wrap {
    position: absolute;
    top: 4px;
    left: 107px;
    width: auto;
    display: flex;
}
.password-meter-wrap .password-description {
    font-size: 13px;
    padding-right: 10px;
}
.password-meter-wrap .password-strength-bar {
    position: relative;
    top: 10px;
}


.customer-new-password.valid-verify-form {
    max-width: 650px;
    margin: 0 auto;
    padding: 70px;
    border: 1px solid #efefef;
}
.customer-new-password .form-row label{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 10px
}
.customer-new-password .form-row input {
    width: 100%;
}
.customer-new-password .form-row.submit-row button {
    margin-top: -10px;
    width: 100%;
    max-width: 248px;
}
/*end:login*/


/*start:my account*/
#customer-profile-tabs .welcome-profile {
    margin-bottom: 10px;
    overflow: hidden;
}
#customer-profile-tabs .welcome-profile > span {
    color: #009C9C;
}
#customer-profile-tabs .welcome-profile > span:first-of-type {
    color: #009C9C;
    font-weight: bold;
}
#customer-profile-tabs .button.profileLogout a{
    color: #fff;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
    border: 1px solid #e2e2e2;
    min-height: 550px;
    overflow: hidden;
    padding: 20px;
}
.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header-container.top-box {
    display: flex;
    border: 0;
    padding: 0;
    margin-bottom: -1px;
}
.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header {
    text-align: center;
    border: 1px  solid #009C9C;
    margin-left: -1px;
    width: auto;
    padding: 3px 15px;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: #009C9C;
    border-left: none;
}
.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header:first-child {
    margin-left: 0;
}
.bmui-tab.left-side-header .bmui-tab-header .title {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 10px 20px;
    font-size: 15px;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    background: #009C9C;
    color: #fff;
    margin: 0;
}
#customer-profile-tabs .form-row, #customer-profile-tabs .edit-address-form .form-row {
    height: auto;
    margin: 0;
}
#customer-profile-tabs .form-row label {
    display: block;
    margin-top: 12px;
}
#customer-profile-tabs .form-row input, #customer-profile-tabs .form-row select {
    max-width: 545px;
    width: 100%;
    margin: 0;
}
#customer-profile-tabs .form-row.btn-row {
    margin-top: 20px;
    width: 100%;
}
.auto-page.page-profile .confirm-popup.popup button.no-button:hover, .auto-page.page-profile button.cancel-button:hover {

}
#customer-profile-tabs .form-row.btn-row .cancel-button {
    margin-right: 6px;
}
.bmui-tab.left-side-header > .bmui-tab-header-container {
    width: auto;
    float: unset;
    display: flex;
    margin-bottom: -1px;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
    border: 0;
    min-height: 550px;
    overflow: hidden;
    padding: 30px 0 0;
}
.auto-page.page-profile .page-content {
    margin: 0 auto;
    max-width: 1150px;
}
.bmui-tab.left-side-header .bmui-tab-header {
    border-right: 1px solid #e2e2e2;
    margin-left: -1px;
}
.auto-page.page-profile .account_information {
    max-width: 96%;
}
.bmui-tab-body-container .errorlist.after {
    position: absolute;
    margin: -3px 0 0 0;
}


/*end:my account*/

/*start:Front end editor*/
.button-line.fee-button-wrapper.fee-widget-navigation-add-button button.fee-save {
    height: 58px;
    width: 230px;
}
.fee.page-home .widget.widget-html.quick-enquiry-heading, .fee.page-home .widget-form.quick-enquiry {
    background: #39297b;
}
.fee .widget-snippet .social-links a {
    padding: 8px;
}
.fee .widget-snippet .social-links a i {
    padding: 2px;
}
.fee .widget.widget-html.widget-pageHeading{
    background:#121132;
}
.fee.page-contact-us .widget.widget-html.quick-enquiry-heading, .fee .widget-form.quick-enquiry {
    background:#009c9c;
}
.fee .widget-snippet .let-work-together {
    margin-top:0;
}
.fee .widget-snippet .social-link-letwork a {
    padding: 10px;
}
.fee .widget-snippet .social-link-letwork a i {
    padding: 5px;
}
.fee.page-contact-us .widget.widget-form.quick-enquiry {
    height: 502px;
}
/*end:Front end editor*/

body>.header .widget-container {
    max-width: 1630px;
    margin: 0 auto;
    width: 100%;
}


/**********form-work************/
.widget.widget-html.contact-title {
    padding: 0 0 0 160px;
    background: #39297B;
    display: inline-block;
    width: 100%;
}
.widget.widget-html.contact-title h2{
    margin-top: 130px;
    color: #fff;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    font-size: 45px;
    line-height: 66px;
}

.widget.widget-html.contact-title p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}







.widget.widget-form.home {
    padding: 0 0 0 160px;
    background: #39297B;
}
.widget-form.home form.custom-form {
    height:685px
}

.widget.widget-form.home .form-row {
    width:100%;
    padding: 0;
    position: relative;
}
.widget.widget-form.home .double-input-row .form-row {
    width:50%;
}
.widget.widget-form.home form.custom-form {
    max-width:537px;
    width:100%;
}

form.custom-form input[type=text], form.custom-form textarea, form.custom-form select {
    width:100%;
    height: 54px;
    margin: 0;
    padding: 5px 15px;
    color: #fff;
font-weight: 500;
}
.widget-form .double-input-row, .widget-form .triple-input-row{
    margin: 0;
}

.widget-form .single-input-row .form-row, .widget-form .double-input-row .form-row, .widget-form .triple-input-row .form-row{
    margin: 0 0 20px;
}
.widget.widget-form .form-row label{
    display:none;
}
.widget.widget-form .form-row .errorlist.after {
    position:absolute;
    bottom: -22px;
}

.widget.widget-form .form-row .errorlist.after .message-text {
    font-size: 13px;
}
form.custom-form textarea{
    min-height:143px
}
input[type=text], input[type=password], select, textarea {
    background: #342671;
}
.widget-form input[type=text], .widget-form textarea, .widget-form select {
    border-color: #2F2265;
}
input[type="text"].validation-error, input[type="password"].validation-error {
    background: #342671;
    border-color: #e64343;
}
.widget.widget-form .form-row button.submit-button {
    background: #fff;
    color: #39297B;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.widget.widget-form .form-row button.submit-button:hover{
    background:#000;
    color:#fff;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    border: 1px solid #000000;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    font-weight: 600;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    font-weight: 600;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
    font-weight: 600;
}

input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    font-weight: 600;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    font-weight: 600;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    font-weight: 600;
}

textarea:-ms-textarea-placeholder {
    /* IE 10+ */
    font-size: 15px;
    font-weight: 600;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    font-weight: 600;
}

textarea::placeholder {
    font-size: 15px;
    font-weight: 600;
}
textarea::placeholder {
    font-size: 15px;
    font-weight: 600;
}
.widget.widget-image.worktogether {
    max-width: 960px;
    margin-left: auto;
    height: 938px;
    overflow: hidden;
}

.widget.widget-image.worktogether img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Contact Page Design*/
.page-contact-us div.body {
    padding: 0;
}
#spltr-C6AC4186-AE2C-4E1C-B056-59B9F3131041 {
    margin-top: -135px;
}
.widget-googleMap .google-map-container {
    height: 655px;
}
#spltr-EE67D03A-0BDD-4A5F-89D0-E28212D31B1D {
    background: #009C9C;
    padding: 70px 95px;
    min-height: 565px;
}
.contact-html p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    padding: 0 0 15px 0;
}
.widget-form.contact-form .custom-form {
    height: auto;
}
.widget-form.contact-form .custom-form .double-input-row {
    margin: 0 -8px;
}
.widget-form.contact-form .custom-form .double-input-row .form-row:first-child {
    padding: 0 8px;
}
.widget-form.contact-form .custom-form .form-row{
    position: relative;
}
.widget-form.contact-form .custom-form input[type="text"].validation-error, .custom-form.home.contact input[type="password"].validation-error {
    border-color: #e64343;
}
.widget-form.contact-form .custom-form .form-row input[type="text"]::-webkit-input-placeholder,
.widget-form.contact-form .custom-form .form-row textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
    font-family: 'Manrope';
}
.widget-form.contact-form .custom-form .form-row input[type="text"]::-moz-placeholder,
.widget-form.contact-form .custom-form.form-row textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
    font-family: 'Manrope';
}
.widget-form.contact-form .custom-form .form-row input[type="text"]:-ms-input-placeholder,
.widget-form.contact-form .custom-form .form-row textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
    font-family: 'Manrope';
}
.widget-form.contact-form .custom-form .form-row input[type="text"]:-moz-placeholder,
.widget-form.contact-form .custom-form .form-row textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
    font-family: 'Manrope';
}
.widget-form.contact-form .custom-form textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
    font-family: 'Manrope';
}
.widget-form.contact-form .custom-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
    font-family: 'Manrope';
}
.widget-form.contact-form .custom-form input[type=text],
.widget-form.contact-form .custom-form input[type=password],
.widget-form.contact-form .custom-form select,
.widget-form.contact-form .custom-form textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
font-weight: 500;
}
.widget-form.contact-form .custom-form .form-row button.submit-button {
    background: #fff;
    color: #009C9C;
    margin-top: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}
.widget-form.contact-form .custom-form .form-row button.submit-button:hover{
    background: #000;
    color: #fff;
}

/****Page NOT FounD***/

.page_404 .ops {
    color: #009c9c;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.page_404 .ops .big_font {
    color: #39297b;
    font-size: 104px;
    margin-right: -17px;
}
.page_404 .big {
    color: #39297b;
    font-size: 104px;
    margin-left: -19px;
}
.page_404 .error {
    font-size: 36px;
}
.page_404 p {
    color: #686868;
    font-size: 18px;
    margin-bottom: 14px;
    margin: 20px auto;
    text-align: center;
    max-width:500px;
    
}
.page_404 {
    margin: 100px 0 200px;
    text-align: center;
}
.page_404{
    max-width:1000px;
    margin:0 auto 150px;
}

.page_404 a{
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #009C9C;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #009C9C;
    height: 50px;
    max-width:250px;
}
.page_404 a:hover {
    background:#009C9C;
    color: #fff;
}
/*****END****************/
.widget.widget-form .custom-form .message-block.info-message, .widget.widget-form .custom-form .message-block.success {
    padding: 0;
    background-color: rgba(255,255,255,0.05);
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #00c000;
    margin: 0 0 15px;
}
.widget.widget-form .custom-form .message-block.error-message, .widget.widget-form .custom-form .message-block.error {
    background-color: rgba(255,120,120,0.05);
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #f00;
    margin: 0 0 15px;
}
.widget.widget-form.contact-form .custom-form .message-block.info-message, .widget.widget-form.contact-form  .custom-form .message-block.success,
.widget.widget-form.contact-form  .custom-form .message-block.error-message, .widget.widget-form.contact-form  .custom-form .message-block.error{position:absolute;width:100%;top: -70px;}

.widget.widget-navigation.footer-services  .nav-wrapper {
    display:flex;
    flex-wrap:wrap;
}
.widget.widget-navigation.footer-services  .nav-wrapper .navigation-item{
    width:calc(100%/2)
}
@media (max-width: 767px) {
.widget.widget-navigation.footer-services .nav-wrapper {
    flex-direction: column;
}
.widget.widget-navigation.footer-services .nav-wrapper .navigation-item {
    width: 100%;
}
.widget.widget-form.home .double-input-row .form-row, .widget-form .double-input-row .form-row {
    width: 100%;
}
.widget.widget-form .double-input-row > .form-editor-single-input-row:first-child .form-row {
    padding-right: 0;
}
.widget.widget-form .double-input-row > .form-editor-single-input-row:last-child .form-row {
    padding-left: 0;
}
.widget.widget-form {
    padding: 0 15px;
}
}

/*****start****************/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
	width: auto;
}
.fee-fixed-width-content {
	padding-left: calc(50% - 640px) !important;
	padding-right: calc(50% - 640px) !important;
}
.fee .widget-navigation.main-menu .navigation-item a{
	padding-bottom:0;
}

.fee .widget-snippet.about-proactive,
.fee .widget.widget-snippet.inner-services {
    margin: 0;
}
/*****END****************/
