@font-face {
    font-family: "Barlow-Regular";
    src: url("../fonts/Barlow-Regular.eot");
    src: url("../fonts/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Regular.otf") format("opentype"), url("../fonts/Barlow-Regular.svg") format("svg"), url("../fonts/Barlow-Regular.ttf") format("truetype"),
        url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Barlow-ExtraBold";
    src: url("../fonts/Barlow-ExtraBold.eot");
    src: url("../fonts/Barlow-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-ExtraBold.otf") format("opentype"), url("../fonts/Barlow-ExtraBold.svg") format("svg"),
        url("../fonts/Barlow-ExtraBold.ttf") format("truetype"), url("../fonts/Barlow-ExtraBold.woff") format("woff"), url("../fonts/Barlow-ExtraBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Barlow-Bold";
    src: url("../fonts/Barlow-Bold.eot");
    src: url("../fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Bold.otf") format("opentype"), url("../fonts/Barlow-Bold.svg") format("svg"), url("../fonts/Barlow-Bold.ttf") format("truetype"),
        url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.blogCover {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.contLft {
  flex: 0 0 70%;
}

.contRgt {
  flex: 0 0 30%;
}

@media (max-width: 992px) {
  .blogCover {
    flex-direction: column;
  }

  .contLft,
  .contRgt {
    width: 100%;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    font: 400 normal 26px/36px Barlow-Regular, Arial, Helvetica, sans-serif;
    color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
html {
    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none;
}
body {
    margin: 0;
    background: #fff;
}
ul {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
:required {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
em,
i {
    font-style: italic;
}
u {
    text-decoration: underline;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}
blockquote,
q {
    quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
a,
input[type="submit"],
input[type="button"],
button,
label[for] {
    cursor: pointer;
}
input[type="submit"] {
    -webkit-appearance: none;
}
input[type="submit"],
a.button {
    width: 260px;
    height: 52px;
    background: #08911f url(../images/arrow-white.png) no-repeat 88% 50%;
    border: 1px solid #08911f;
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    padding: 3px 9px 3px 9px;
    display: block;
    font-family: Barlow-Bold;
    margin: 0 auto;
    text-transform: uppercase;
    outline: none;
}
input[type="submit"]:hover {
    background-color: #030D4E;
    border: 1px solid #030D4E;
}
div.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked,
div.wpcf7-acceptance-missing {
    display: none !important;
}
.wpcf7-form-control-wrap {
    display: inline-block;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 13px !important;
    background: #fff;
    border-radius: 0;
    padding: 3px 11px;
    border: 1px #f00 solid;
    padding-top: 0px;
}
img {
    -ms-interpolation-mode: bicubic;
}
.linksiz {
    font-size: 19px;
    line-height: 30px;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #32318f;
    color: #b5ddd5;
}
::-moz-selection {
    background: #32318f;
    color: #b5ddd5;
}
::-webkit-selection {
    background: #32318f;
    color: #b5ddd5;
}
a {
    text-decoration: underline;
    color: #327d9d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.readmore {
    display: inline-block;
    padding: 11px 59px 11px 42px;
    color: #fff;
    text-transform: uppercase;
    font-size: 31px;
    text-decoration: none;
    background: #32318f url(../images/arrow-white.png) no-repeat 93% 50%;
    background-size: 25px !important;
}
.readmore:hover {
    background-color: #ffb508;
}
button {
    cursor: pointer;
}
caption,
th,
td {
    vertical-align: top;
}
h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 26px;
}
h2,
h3,
h4,
h5,
h6 {
    display: inline-block;
    color: #ffb508;
    font-family: Barlow-Bold;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 22px;
    position: relative;
}

h2 a,
h3 a {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-decoration: none;
    color: inherit;
}
h2 a:hover,
h3 a:hover {
    color: #030D4E !important;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: Barlow-Bold;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #ffb508;
}
.heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 22px;
    text-transform: uppercase;
}
img {
    height: auto;
    max-width: 100%;
}
input,
select,
textarea {
    font-size: 13px;
}
input[type="text"],
input[type="tel"],
input[type="phone"],
input[type="email"] {
    outline: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 43px;
    padding: 4px 18px;
    width: 100%;
    font-size: 23px;
    font-weight: normal;
    vertical-align: top;
    font-family: Barlow-Regular;
    color: #666;
}
p {
    margin: 0 0 30px;
}
table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
}
textarea {
    outline: none;
    height: 97px;
    font-size: 23px;
    resize: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 18px;
    font-weight: normal;
    border: 1px solid #ccc;
    color: #666;
    margin: 0;
    vertical-align: top;
    font-family: Barlow-Regular;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
.wrap {
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
.ban_inn li:last-child a:hover {
    background-color: #e2b72c;
    color: #fff;
    border: 1px solid #e2b72c;
}
.ban_inn li:last-child a img {
    display: inline-block;
    vertical-align: middle;
}
.leftfl {
    float: left;
}
.rgtfl {
    float: right;
}
.tall {
    text-align: left;
}
.talr {
    text-align: right;
}
.talc {
    text-align: center;
}
.justify {
    text-align: justify;
}
.m0 {
    margin: 0px 0px 0px 0px;
}
.wid {
    max-width: 1200px;
    margin: 0 auto;
}


::-webkit-input-placeholder {
    opacity: 1;
    color: #acacac;
}
:-moz-placeholder {
    opacity: 1;
    color: #acacac;
}
::-moz-placeholder {
    opacity: 1;
    color: #acacac;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #acacac;
}
*,
:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hidecal {
    display: none;
}
a.phn {
    color: #ffb508;
    font-family: Barlow-Bold;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
}
a.phn:hover {
    color: #030D4E;
}
.rcapcha {
    border-radius: 3px;
    height: 75px;
    margin: 0 auto 6px;
    overflow: hidden;
    width: 100%;
}
.listng {
    margin-bottom: 30px;
    padding-left: 20px;
    display: inline-block;
}
.listng li {
    padding: 0 0 0 25px;
    position: relative;
}
.listng li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
}
.social {
    margin: 15px 0 0;
}
.social li {
    float: left;
}
.social li a {
    width: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/socialicons.png);
}
.fb {
    background-position: -10px -8px;
}
.fb:hover {
    background-color: #3a589e;
}
.gplus {
    background-position: -65px -8px;
}
.gplus:hover {
    background-color: #e1493b;
}
.insta {
    background-position: -120px -8px;
}
.insta:hover {
    background-color: #e5237c;
}
.tw {
    background-position: -178px -8px;
}
.tw:hover {
    background-color: #3b98d3;
}
.yt {
    background-position: -229px -8px;
}
.yt:hover {
    background-color: #f61c0d;
}
@media screen and (max-width: 1440px) {
    div,
    span,
    applet,
    object,
    iframe,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1230px) {
    .wid {
        max-width: 1200px;
        padding: 0 15px;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 34px;
        text-align: center;
    }
    h2.hdngLft {
        text-align: left;
    }
    h2.hdngLft:before {
        margin-left: 0;
        left: 0;
    }
    
    div,
    span,
    applet,
    object,
    iframe,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 995px) {
    .innerpage h2.hdngLft {
        clear: inherit;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 28px;
        line-height: 38px;
        width: 100%;
    }
    div,
    span,
    applet,
    object,
    iframe,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 874px) {
    .readmore {
        padding: 3px 35px 3px 15px;
        font-size: 19px;
        background-size: 13px !important;
    }
}
@media screen and (max-width: 770px) {
    h2.hdngLft.clearBth {
        clear: both;
        text-align: center;
    }
    h2.hdngLft.clearBth:before {
        margin-left: -55px;
        left: 50%;
    }
}
@media screen and (max-width: 767px) {
    header .hdrTop .logo .logoImg {
        max-width: 35% !important;
    }
    
    .innerpage h2.hdngLft {
        clear: both;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 25px;
        line-height: 35px;
        width: 100%;
    }
    h2.hdngLft {
        text-align: center;
    }
    h2.hdngLft:before {
        margin-left: -55px;
        left: 50%;
    }
}
@media screen and (max-width: 359px) {
    div,
    span,
    applet,
    object,
    iframe,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        font-size: 18px;
        line-height: 27px;
    }
}
ul.sub-menu a {
    font-size: 18px !important;
}
.aniPos ul.sub-menu a {
    font-size: 18px !important;
}
.current_page_item a,
.current-menu-item a {
    color: #fff !important;
    font-weight: bold;
    border-bottom: 4px solid #030D4E !important;
}
.current_page_item li a,
.current-menu-item li a {
    border-bottom: 1px solid #fff !important;
}
.current_page_item a:hover,
.current_page_item li a:hover,
.current-menu-item a:hover {
    color: #fff !important;
}
footer .current_page_item a,
footer .current-menu-item a {
    background: none;
    border-bottom: 4px solid rgba(54, 58, 243, 0) !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff !important;
}
.sitmpee .current_page_item a {
    color: inherit !important;
}
footer .current_page_item a:hover,
footer .current-menu-item a:hover {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #ffb508 !important;
}
.current_page_item li a {
    color: #fff !important;
    background: none;
}
a.menu-link {
    color: #000;
    display: block;
    text-decoration: none;
    height: 22px;
    width: 35px;
}
.menu-link:hover span {
    border-color: #666;
}
.menu,
.menu > ul,
.menu > ul ul {
    clear: both;
    flex-flow: column;
}
.menu.active1 {
    background: #000;
    border-bottom: 1px solid #116f5e;
    border-top: 1px solid #116f5e;
    margin: 1em 0 1em -12px;
    max-height: 55em;
    width: 100vw;
}
.js .menu > ul ul.active1 {
    margin: 0;
    max-height: 55em;
    padding: 0;
}
.menu > ul {
    padding: 0;
}
nav li {
    display: inline-block;
    margin: 0;
    position: relative;
}
nav > ul > li {
    margin: 0 25px;
}
nav > ul > li:first-child {
    margin-left: 0;
}
nav > ul > li:last-child {
    margin--right: 0;
}
li.contactMenu a {
    padding: 8px 20px !important;
    font-family: Barlow-Bold;
    border: 3px #ffb508 solid;
}
li.contactMenu a:hover {
    background: #ffb508;
    color: #fff !important;
}
li.contactMenu a:before,
li.contactMenu a:hover:before {
    display: none;
}
li.contactMenu {
    margin-left: 12px !important;
    float: right;
}
.menu li a {
    color: #fff;
    border-bottom: 4px solid #ffb508;
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    padding: 11px 0 18px;
    text-decoration: none;
    white-space: nowrap;
}
li.menu-item-has-children a {
    padding-right: 23px !important;
}
.menu > ul > li:last-child a {
    padding-right: 0;
}
span.has-subnav {
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 34px;
    position: absolute;
    padding: 0 0.5em;
    cursor: pointer;
    right: 7px;
    top: -2px;
    width: 30px;
    height: 30px;
    background: url(../images/dpDownArrow.png) no-repeat center center;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    position: absolute;
    display: block;
    content: "";
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    background: #fff;
}
#nav-toggle span::before {
    top: 8px;
}
#nav-toggle span:after {
    bottom: -16px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 500ms ease-in-out;
}
#nav-toggle.active1 span {
    background-color: transparent;
}
#nav-toggle.active1.active1 span::before,
#nav-toggle.active1.active1 span::after {
    top: 11px;
}
#nav-toggle.active1 span:before,
#nav-toggle.active1 span:after {
    top: 0;
}
#nav-toggle.active1 span:before {
    transform: rotate(45deg);
}
#nav-toggle.active1 span:after {
    transform: rotate(-45deg);
}
@media screen and (min-width: 875px) {
    a.menu-link {
        display: none;
    }
    .js .menu,
    .js .menu > ul ul {
        max-height: none;
        overflow: visible;
    }
    .js .menu > ul li:hover > ul {
        display: flex;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    .menu ul {
        float: right;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    nav > ul > li:last-child {
        padding-right: 0;
    }
    .menu > ul > li > a {
        position: relative;
    }
    .menu > ul > li > a:before {
        background: rgba(107, 181, 68, 0);
        height: 7px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        right: 0;
    }
    .menu span.has-subnav {
        width: 20px;
        height: 10px;
        background: url(../images/dropdown-icon-white.png) no-repeat center bottom;
        position: absolute;
        right: -2px;
        top: 25px;
        text-indent: -9999px;
    }
    .menu li a:hover {
        color: #fff;
        border-bottom: 4px solid #030D4E;
    }
    .menu li li a:hover {
        border-bottom: 1px solid #fff;
    }
    .menu ul ul {
        border-radius: 0px 0px 5px 5px;
        border-bottom: solid 1px transparent;
        display: none;
        height: auto;
        overflow: hidden;
        padding: 14px 0 0;
        position: absolute;
        text-align: left;
        left: 0;
        right: 0;
        top: 44px;
        min-width: 305px;
        z-index: 999;
        transition: all 0.25s;
        transform: translate3d(0, 13px, 0);
        -webkit-transform: translate3d(0, 13px, 0);
    }
    .chrome .js .menu > ul ul {
        top: 43px;
    }
    .menu ul ul.wide {
        width: 300px;
    }
    .menu ul ul li {
        border-bottom: solid 1px #ffb508;
        display: inline-block;
        padding: 0 11px;
        position: relative;
        background: #ffb508;
    }
    .menu > ul ul li:last-child {
        border-bottom: none;
    }
    .menu ul ul li a {
        display: block;
        border-bottom: 1px #fff solid;
        padding: 6px 0;
        font-size: 18px;
    }
    .menu ul ul li:last-child a {
        border-bottom: 0px #fff solid;
    }
    .aniPos .menu li a {
        font-size: 21px;
    }
    .aniPos .menu li li a {
        font-size: 18px;
    }
    .aniPos nav > ul > li {
        margin: 0 10px;
    }
}
@media screen and (max-width: 1440px) {
    .menu li a {
        font-size: 23px;
    }
}
@media screen and (max-width: 1365px) {
    nav > ul > li {
        margin: 0 7px;
    }
}
@media screen and (max-width: 1230px) {
    nav > ul > li {
        margin: 0 7px;
    }
    .menu li a {
        font-size: 20px;
        line-height: 30px;
        padding: 9px 0;
    }
    .aniPos .menu span.has-subnav {
        top: 23px;
    }
}
@media screen and (max-width: 1200px) {
    .menu li a {
        font-size: 22px;
    }
    .aniPos .menu li a {
        font-size: 20px;
    }
}
@media screen and (max-width: 1184px) {
    .menu li a {
        font-size: 20px;
    }
    .aniPos .menu li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1090px) {
    .menu li a {
        font-size: 17px;
    }
    .menu span.has-subnav {
        right: -4px;
        top: 24px;
        height: 7px;
    }
    .aniPos .menu li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1023px) {
    nav > ul > li {
        margin: 0 10px;
    }
}
@media screen and (max-width: 995px) {
    .menu li a {
        font-size: 15px;
    }
    .aniPos .menu li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 874px) {
    nav > ul > li {
        margin: 0 7px;
    }
    .menuD {
        float: right;
        width: auto;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav > ul > li,
    li.contactMenu {
        margin: 0 0 !important;
    }
    li.contactMenu a {
        padding: 5px 15px !important;
        border: 1px #fff solid;
        font-family: Barlow-Regular;
    }
    .menu span.has-subnav {
        right: 15px;
        height: 20px;
        top: 11px;
    }
    .menu.active1 {
        right: 0;
    }
    .aniPos .menu {
        top: 123px;
    }
    .menu {
        z-index: 999999 !important;
        right: 0;
        margin: 0 0 0 !important;
        position: absolute;
        top: 142px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        width: 100%;
    }
    span.has-subnav {
        text-indent: -99999px;
        background: url(../images/dropdown-icon-white.png) no-repeat 50% 50%;
        top: 6px;
    }
    a.menu-link {
        float: right;
    }
    .menu,
    .menu > ul ul {
        margin: 0;
        max-height: 0;
        overflow: hidden;
    }
    .menu li a {
        border-bottom: 1px solid #116f5e;
        display: block;
        padding: 5px 15px;
        color: #fff;
    }
    .menu li li a {
        padding-left: 27px;
        font-size: 17px;
    }
    .menu li:last-child a {
        border: none;
    }
    .menu li li:last-child a {
        border-bottom: 1px solid #b5ddd5;
    }
    .menu li:hover {
        background: #0e4571;
    }
    .current_page_item a:hover,
    .current_page_item li a:hover,
    .current-menu-item a:hover {
        color: #ffb508 !important;
    }
    .navigate .menu-item-has-children > span {
        display: block;
        right: 2%;
        position: absolute;
        width: 40px;
        height: 40px;
        background: url(images/dpDownArrow.png) no-repeat center center;
        top: 8px;
        cursor: pointer;
    }
    .navigate .menu-item-has-children:hover > ul {
        display: none;
    }
    .menu ul li {
        background: #ffb508;
        display: block;
        float: left;
        padding: 0 0;
        width: 100%;
    }
    .sub-menu {
        float: left;
        margin: 0;
        padding: 0;
        position: inherit;
        top: inherit;
        width: 100% !important;
    }
    .sub-menu li {
        width: 100%;
        padding: 0%;
    }
    .menu li a {
        font-size: 20px;
    }
    .sub-menu li a {
        border-bottom: 1px solid #116f5e !important;
        font-size: 17px !important;
        padding: 0px 32px !important;
        width: 100%;
    }
    .sub-menu ul li {
        background: none repeat scroll 0 0 #666;
        display: block;
        padding: 16px 10px;
    }
    .sub-menu .sub-menu {
        float: left;
        position: static;
        padding: 0;
        margin: 0;
    }
    .sub-menu .sub-menu li {
        padding: 0;
        margin: 0;
    }
    .sub-menu .sub-menu li a {
        padding-left: 9% !important;
        background: #414141;
    }
    .sub-menu .menu-item-has-children a {
        background-image: none;
    }
    .sub-menu .menu-item-has-children a:hover {
        background-image: none;
    }
    .sitmpee .sub-menu li a {
        background-position: 0 1px;
        font-size: 16px !important;
        line-height: inherit !important;
        padding: 0 22px !important;
    }
    .sitmpee .sub-menu li a:hover {
        background-position: 0 1px !important;
    }
    .sitmpee li a {
        font-size: 16px;
        background-position: 0 2px;
    }
    .sitmpee li a:hover {
        font-size: 16px;
        background-position: 0 2px;
    }
}
@media screen and (max-width: 767px) {
    header .logoRgt .hdrRgtTop {
        float: right;
    }
    header .logoRgt .hdrRgtTop .hdrEmail {
        float: right;
        color: #fff;
        margin: 0;
        font-size: 16px;
    }
    a.menu-link.active1 {
        margin-top: -2px;
    }
    .menu {
        top: 110px;
        text-align: left;
    }
    .aniPos .menu {
        top: 110px;
    }
    .menu li a {
        color: #fff;
    }
}
@media screen and (max-width: 479px) {
    header.aniPos .hdrTop .logo .logoImg, header .hdrTop .logo .logoImg {
        max-width: 35% !important;
    }
    
    a.menu-link.active1 {
        margin-top: -2px;
    }
    .menu {
        top: 103px;
        text-align: left;
    }
    .aniPos .menu {
        top: 94px;
    }
    .aniPos .menuD {
        padding-top: 10px;
    }
}
@media screen and (max-width: 359px) {
    .menu {
        top: 112px;
    }
}
.slideCvr > a {
    color: #000;
}
.slideCvr {
    margin: 0;
    width: 100%;
    clear: both;
    float: left;
    padding: 92px 0 0;
}
.slideCvr::after,
.content-slider::after {
    clear: both;
    content: "";
    display: block;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
.slider1.lSSlideOuter .lSPager.lSpg {
    display: none !important;
}
.slider1 .lSAction {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.slider1 .lSAction > a {
    position: static;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 10px;
    width: 43px;
}
.slider1 .lSAction > .lSPrev {
    background-image: url(../images/preview-icon.png);
}
.slider1 .lSAction > .lSNext {
    background-image: url(../images/next-icon.png);
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 2px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 0;
    display: inline-block;
    height: 14px;
    overflow: hidden;
    text-indent: -999em;
    width: 14px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #000;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.7;
    overflow: hidden;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}
.contentarea {
    width: 50%;
    float: left;
    padding-right: 20px;
}
.contentarea p {
    line-height: 30px;
    margin: 0px;
    margin-bottom: 15px;
}
.fullWdth {
    width: 100%;
    float: left;
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
} /*! lightgallery - v1.6.11 - 2018-05-22*/
@font-face {
    font-family: "lg";
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.lg-icon {
    font-family: "lg";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}
.lg-actions .lg-next {
    right: 20px;
}
.lg-actions .lg-next:before {
    content: "\e095";
}
.lg-actions .lg-prev {
    left: 20px;
}
.lg-actions .lg-prev:after {
    content: "\e094";
}
@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}
.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
    color: #fff;
}
.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}
.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}
.lg-autoplay-button:after {
    content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
#lg-zoom-in,
#lg-zoom-out,
.lg-fullscreen.lg-icon,
.lg-autoplay-button.lg-icon,
#lg-download {
    display: none;
}
#lg-zoom-in:after {
    content: "\e311";
}
#lg-actual-size {
    font-size: 20px;
    display: none;
}
#lg-actual-size:after {
    content: "\e033";
}
#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}
#lg-zoom-out:after {
    content: "\e312";
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}
.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}
.lg-fullscreen:after {
    content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}
.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
}
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
.lg-outer #lg-share {
    position: relative;
    display: none;
}
.lg-outer #lg-share:after {
    content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}
.lg-group:after {
    content: "";
    display: table;
    clear: both;
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-empty-html {
    display: none;
}
.lg-outer.lg-hide-download #lg-download {
    display: none;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.banner .customerReview input[type="submit"],
.banner .customerReview a.button {
    padding: 3px 9px 7px 9px;
}
.listHome li {
    font-size: 20px;
    text-align: left;
    color: white;
    margin-bottom: 10px;
    padding-left: 31px;
    position: relative;
}
.listHome li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}
.homeSec1 .listng li a {
    font-size: inherit;
}
.splist {
    clear: inherit !important;
    display: table !important;
    width: auto;
}
header {
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    position: fixed;
    z-index: 999;
}
header .hdrTop {
    padding-bottom: 0px;
    height: 110px;
}
header .hdrTop .logo {
    width: 405px;
    float: left;
    margin: 10px 0 0;
}
header .hdrTop .logo .logoImg {
    float: left;
    width: 100px;
    margin: 0;
    text-align: center;
}
header .hdrTop .logo .logoTxt {
    float: left;
    width: 214px;
    padding: 1px 0 0 17px;
    font-size: 30px;
    line-height: 27px;
    font-family: Barlow-Bold;
    text-transform: uppercase;
}
header .hdrTop .logo .logoTxt img {
    float: left;
    margin-right: 6px;
    width: 62px;
}
header .hdrTop .logo .logoTxt span {
    display: block;
    font-family: Barlow-Bold;
    font-size: 32px;
    padding: 4px 0 0;
    color: #08911f;
}
header .hdrTop a.callTop {
    float: right;
    margin: 25px 0 0;
    background: url(../images/call-btn-blue.png) no-repeat 7px 11px;
    padding: 0px 0px 0px 48px;
    font-family: Barlow-Bold;
    color: #030D4E;
    font-size: 47px;
    line-height: 50px;
    text-decoration: none;
}
header .hdrTop a.callTop:hover {
    color: #ffb508;
}
header .hdrBtm {
    height: 65px;
    background: #ffb508;
}
header a,
header li,
header div,
header ul,
header img,
header strong,
header small,
header span {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header.aniPos .hdrTop {
    padding-bottom: 8px;
}
header.aniPos .hdrTop a.callTop {
    margin: 17px 0 0;
    font-size: 30px;
    background-size: 22px;
    background-position: 1px 16px;
    padding-left: 32px;
    padding-bottom: 5px;
}
header.aniPos .hdrTop .logo {
    width: 500px;
}
header.aniPos .hdrTop .logo .logoImg {
    width: 92px;
}
header.aniPos .hdrTop .logo .logoTxt {
    float: left;
    width: 168px;
    padding: 2px 0 0 11px;
    font-size: 20px;
}
header.aniPos .hdrTop .logo .logoTxt span {
    font-size: 25px;
    padding: 0px 0 0;
}
header.aniPos .hdrTop .logo .logoTxt img {
    float: left;
    margin-right: 6px;
    width: 44px;
    margin-top: 2px;
}
.customerReview .social {
    text-align: center;
    margin: 0;
}
.customerReview li {
    float: inherit;
    display: inline-block;
    padding: 0 5px;
}
.fbrev {
    background-position: -11px -9px;
    background-color: #3a589e;
}
.gplusrev {
    background-position: -65px -8px;
    background-color: #e1493b;
}
.abtLeft {
    position: relative;
    float: none;
    width: 50%;
    background: rgba(255, 255, 255, 0.81);
    margin: 50px auto 0;
    padding: 20px 20px;
}
.abtLeft:after {
    top: -106px;
    position: absolute;
    content: "";
    background: url(../images/cash-hand.png) no-repeat center;
    width: 286px;
    height: 179px;
    bottom: 0;
    left: 50%;
    margin-left: -144px;
}
.abtLeft ul {
    margin-bottom: 20px;
}
.banner {
    margin: 188px 0 0;
    position: relative;
    padding: 50px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.banner .customerReview {
    width: 28.2%;
    display: none;
}
.banner .bannerRght {
    display: none;
    width: 47%;
    float: left;
    height: 505px;
    background: url(../images/m4car_banner.png) no-repeat center top;
}
.banner .bannerTxt {
    width: 100%;
    float: none;
    margin-top: 40px;
    text-align: center;
}
.banner .bannerTxt .bnrTst h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
    color: #000;
    font-family: Barlow-Bold;
}
.banner .bannerTxt .bnrTst h2 {
    text-transform: none;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 40px;
    font-family: Barlow-Regular;
}
.banner .bannerTxt .bnrTst h2:before {
    background: none !important;
}
.banner.banAni {
    margin-top: 190px;
}
.brands {
    padding: 15px 0;
}
.brands li {
    float: left;
    width: 14.2%;
}
.brands li .brandImgs {
    height: auto;
    display: block;
}
.brands .lSSlideOuter .lSPager.lSpg {
    display: none !important;
}
.buttons {
    padding: 20px 0 0;
}
.buttons li {
    display: inline-block;
}
.buttons li a {
    display: inline-block;
    line-height: 28px;
    margin-right: 6%;
    width: 322px;
    text-align: center;
    padding: 13px 10px;
    display: block;
    color: #fff;
    height: 61px;
    border: 2px #ffb508 solid;
    font-size: 34px;
    text-transform: uppercase;
    text-decoration: none;
}
.buttons li:nth-child(1) a {
    padding: 13px 53px 13px 10px;
    background-image: url(../images/arrow-white.png);
    background-position: 89% 50%;
    background-repeat: no-repeat;
    background-color: #ffb508;
}
.buttons li:nth-child(2) a {
    padding: 13px 10px 13px 38px;
    background-image: url(../images/call-icon.png);
    background-position: 17px 50%;
    background-repeat: no-repeat;
    color: #ffb508;
}
.buttons li:nth-child(1) a:hover {
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../images/arrow-green.png);
    color: #ffb508;
}
.buttons li:nth-child(2) a:hover {
    background-color: #ffb508;
    background-image: url(../images/call-icon-white.png);
    color: #fff;
}
.blog img {
    float: left;
    padding: 0 20px 0 0;
}
.abtBtmImgs li {
    float: left;
    width: 33.33%;
}
.abtBtmImgs li .abtBtImg {
    height: 470px;
    overflow: hidden;
}
.abtBtmImgs li .abtBtImg img {
    width: 670px;
    max-width: 670px;
    height: 492px;
}
.ourServices {
    text-align: center;
    background: #eee;
    padding: 69px 0 100px;
}
.ourServices h2 {
    font-size: 34px;
    text-transform: none;
}
.ourServices h2:before {
    left: 50%;
    margin-left: -70px;
}
.ourServices h3:before {
    left: 50%;
    margin-left: -80px;
}
.ourServices ul {
    padding: 15px 0 0;
}
.ourServices ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 0;
}
.ourServices ul li .servBx {
    width: 88%;
    text-decoration: none;
    text-align: left;
    padding: 0;
    position: relative;
    display: block;
    margin: 0 auto;
}
.ourServices ul li .servBx .servTitl {
    display: block;
    background: #ffb508;
    padding: 13px 11px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-family: Barlow-Bold;
}
.ourServices ul li .servBx .servImgs {
    height: auto;
    overflow: hidden;
}
.ourServices ul li .servBx .servImgs img {
    width: 100%;
    max-width: 100%;
}
.ourServices ul li .servBx .servDscr {
    height: 400px;
    overflow: hidden;
    margin-bottom: 28px;
}
.ourServices ul li .servBx .readmore {
    position: absolute;
    bottom: -27px;
    left: 81px;
}
.ourServices ul li .servBx:hover .servTitl {
    background: #030D4E;
}
.aboutScn {
    background: #fff url(../images/cash-left.jpg) no-repeat 0 0;
    padding: 0;
    position: relative;
}
.aboutScn .wid {
    position: relative;
}
.aboutScn .abtLeft {
    float: left;
    width: 64%;
    text-align: center;
}
.aboutScn .abtLeft small {
    display: block;
    text-align: left;
    font-family: Barlow-Bold;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 68px;
    color: #08911f;
}
.aboutScn .abtLeft .abtHm {
    text-align: left;
    font-size: 26px;
    line-height: 38px;
}
.aboutScn .abtLeft .abtHm p {
    font-size: inherit;
    line-height: inherit;
}
.aboutScn .abtLeft:after {
    display: none;
}
.aboutScn2 {
    background: url(../images/cash-right.jpg) no-repeat right 0;
    padding: 45px 0 44px;
}
.customerReview {
    text-align: center;
    padding: 0 9px 0px;
    width: 31.2%;
    float: right;
}
.customerReview small {
    display: block;
    text-align: left;
    font-family: Barlow-Bold;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 37px;
    color: #08911f;
}
.customerReview h2:before {
    left: 50%;
    margin-left: -70px;
}
.customerReview h2 a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
}
.customerReview h2 a:hover {
    color: #ffb508;
}
.customerReview .lSSlideOuter .lSPager.lSpg {
    margin: -48px 0 0 113px !important;
    padding: 0;
    text-align: left;
    position: relative;
}
.customerReview .testDv {
    padding-bottom: 11px;
    background: #e3e3e3;
}
.customerReview ul#testimonial .reviewCvr {
    padding: 127px 0 118px;
    position: relative;
}
.customerReview ul#testimonial .reviewCvr:before,
.customerReview ul#testimonial .reviewCvr:after {
    content: "";
    position: absolute;
    width: 92px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.customerReview ul#testimonial .reviewCvr:before {
    left: 21px;
    top: 22px;
    background-image: url(../images/quote-left.png);
}
.customerReview ul#testimonial .reviewCvr:after {
    right: 23px;
    bottom: 33px;
    background-image: url(../images/quote-right.png);
}
.customerReview ul#testimonial .reviewCvr .revImg {
    display: inline-block;
    width: 67px;
    height: 65px;
    overflow: hidden;
}
.customerReview ul#testimonial .reviewCvr .revCnt {
    display: inline-block;
    width: 204px;
    margin: 0 17px;
}
.customerReview ul#testimonial .reviewCvr .revCnt .revContnt {
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
}
.customerReview ul#testimonial .reviewCvr .revCnt .revContnt p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 10px;
}
.customerReview ul#testimonial .reviewCvr .revCnt span {
    font-size: 20px;
    line-height: 28px;
    display: block;
    text-align: left;
    color: #ffb508;
    font-style: italic;
    font-family: Barlow-Bold;
}
footer {
    background: #4a4a4a;
    height: 400px !important;
}
footer .ftrTop {
    padding: 42px 0 20px;
    height: 350px;
}
.cntactFtra {
	color: #ffffff;
	float: left;
    width: 301px;
    padding: 0 28px 0 0;
    margin: 37px 0 0;
    text-align: center;
}
.cntactFtra p {
	margin-top: 1em;
}
footer .ftrTop a.ftrLogo {

}
footer .ftrTop a.ftrLogo .logoImg {
    margin: 0 auto;
    max-width: 168px;
}
footer .ftrTop .cntactFtr {
    float: left;
    margin-left: 114px;
    width: 27%;
    padding-right: 15px;
}
footer .ftrTop .ftrMenu {
    float: left;
    width: 18%;
}
footer .ftrTop .ftrMenu li {
    font-size: 20px;
    line-height: 28px;
}
footer .ftrTop .ftrMenu li a {
    font-size: inherit;
    line-height: inherit;
}
footer .ftrTop .ftrServce {
    float: right;
    width: 20.2%;
    padding-right: 0;
}
footer .ftrTop .ftrServce li {
    font-size: 20px;
    line-height: 28px;
}
footer .ftrTop .ftrServce li a {
    font-size: inherit;
    line-height: inherit;
}
footer .ftrTop .ftrTitl {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 30px;
    font-family: Barlow-Bold;
    color: #fff;
}
footer .ftrTop ul.addressScn {
    margin-bottom: 23px;
}
footer .ftrTop ul.addressScn li {
    font-size: 20px;
    color: #fff;
}
footer .ftrTop ul.addressScn li a,
footer .ftrTop ul.addressScn li span {
    font-size: inherit;
    color: inherit;
}
footer .ftrTop ul.addressScn li a:hover {
    color: #ffb508;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #ffb508;
}
.ftrContact {
    float: right;
    width: 25.5%;
}
.ftrContact li a {
    display: block;
    padding: 0 0 0 36px;
    background-repeat: no-repeat;
    background-position: 0 10px;
}
.ftrContact li.ftrCall a {
    background-image: url(../images/footer-call.png);
}
.ftrContact li.ftrmail a {
    background-image: url(../images/footer-email.png);
}
.copyright {
    border-top: 1px #fff solid;
    padding: 10px 0;
    text-transform: uppercase;
}
.copyright .copy {
    color: #fff;
    font-size: 18px;
    line-height: 31px;
}
.copyright .copy a {
    font-size: inherit;
    line-height: inherit;
}
.copyright .copy a .clixpert {
    display: inline-block;
}
section.innerbanner {
    margin-top: 175px;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 0;
    text-align: center;
}
section.innerbanner h1 {
    display: inline-block;
    min-width: 693px;
    font-size: 57px;
    font-family: Barlow-Bold;
    margin-bottom: 0;
    padding: 28px 10px 37px;
    background: rgba(255, 255, 255, 0.8);
}
.innerpage {
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 57px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.innerpage .QoteCvr {
    float: right;
    width: 410px;
    margin-left: 90px;
    margin-bottom: 45px;
}
.innerpage .QoteCvr input[type="submit"] {
    position: absolute;
    bottom: -82px;
    left: 50%;
    margin-left: -130px;
}
.innerpage small {
    display: block;
    text-align: left;
    font-family: Barlow-Bold;
    font-size: 32px;
    line-height: 39px;
    color: #08911f;
    margin-bottom: 30px;
}
.innerpage .imageAreaLeft {
    float: left;
    margin-right: 25px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.innerpage.servicesPage {
    padding-top: 0;
}
.innerpage.servicesPage .innerCvr {
    padding-top: 60px;
}
.innerpage.servicesPage .innerCvr strong {
    color: #ffb508;
    font-family: Barlow-ExtraBold;
}
.contLft {
    float: left;
    width: 70%;
}
.contRgt {
    float: right;
    width: 27%;
}
.contRgt .enquireNow li input[type="submit"] {
    width: 100%;
    max-width: 258px;
}
.enquireNow {
    padding: 15px 16px;
    position: relative;
    z-index: 1;
    background: #ffb508;
}
.enquireNow > div {
    color: white;
}
.enquireNow .heading {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Barlow-Bold;
}
.enquireNow li {
    margin-bottom: 10px;
    position: relative;
}
.enquireNow.coTct {
    padding: 10px;
}
.innerpage.innAni {
    margin-top: 196px;
    border-top: 1px #000 solid;
}
.contactPage .contLft {
    width: 54%;
}
.contactPage .contLft .ftrContact {
    width: 100%;
    margin-bottom: 20px;
}
.contactPage .contLft .ftrContact li.ftrmail a {
    background-image: url(../images/contact-email.png);
}
.contactPage .contLft .ftrContact li.ftrCall a {
    background-image: url(../images/contact-call.png);
}
.contactPage .contLft .enquireNow {
    clear: both;
    background: #fff;
    padding: 30px 0 0;
    max-width: 400px;
}
.contactPage .contLft .enquireNow .heading {
    color: #000;
    text-align: left;
    font-family: Barlow-Bold;
}
.contactPage .contLft .enquireNow input[type="submit"] {
    margin: 0;
    width: 145px;
}
.contactPage .contRgt {
    width: 42%;
}
.contactPage .contRgt .mapScn {
    overflow: hidden;
}
.contactPage .contRgt .mapScn iframe {
    width: 100%;
}
.heading01 {
    text-transform: uppercase;
    font-family: Barlow-Bold;
}
.imgCvr {
    float: left;
    margin: 0 15px 0 0;
    padding: 12px 0 0;
}
.getaQuote.hdrBtn {
    display: none;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    bottom: -13px;
    background-color: #fff;
    border-radius: 50%;
}
.myPopupDv {
    width: 400px;
    height: 352px;
    position: absolute !important;
    left: 50% !important;
    margin-left: -200px;
    top: 100px;
}
.myPopupDv .wpcf7-form-control-wrap {
    display: block;
}
button.my_popup_close {
    position: absolute;
    background: #fff url(../images/close.png) no-repeat center center;
    right: 7px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 7px;
    background-size: 52%;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 99999;
}
div#my_popup_wrapper {
    background: rgba(0, 0, 0, 0.71);
}
div[aria-hidden="true"] {
    display: none !important;
}
div[aria-hidden="true"] .enquireNow {
    display: none !important;
}
div[aria-hidden="false"] {
    display: inline-block !important;
}
div[aria-hidden="false"] .enquireNow {
    display: block !important;
}
.snglBlg {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px #ccc solid;
}
.sitemap li {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    padding-left: 29px;
    position: relative;
}
.sitemap li:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 13px;
    width: 15px;
    height: 15px;
    background: #000;
}
.sitemap li a:hover {
    color: #ffb508;
}
ul.sitemap ul.sub-menu a {
    font-size: inherit !important;
}
.contactLeft {
    float: left;
    width: 50%;
}
.contactLeft .map {
    overflow: hidden;
    margin-top: 34px;
}
.contactLeft .map iframe {
    width: 100%;
    height: 300px;
}
.contactLeft .webName {
    color: #ffb508;
    font-family: Barlow-Bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.contactLeft li span {
    color: #ffb508;
    font-family: Barlow-Bold;
}
.contactLeft li a:hover {
    color: #ffb508;
}
.innerpage h2,
.innerpage h4 {
    display: block;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h3 {
    font-size: 28px;
    line-height: 35px;
}
h4 {
    font-size: 26px;
    line-height: 34px;
}
.ftrServce ul {
    margin-bottom: 25px;
}
.listtw li {
    width: 50%;
    float: left;
}
ul.listng.innlistng.listtw.imgLine li {
    width: 25%;
}
ul.listng.innlistng.listtw.imgLine li:nth-child(even) {
    padding-right: 10px;
}
.title a {
    text-decoration: none;
}
.listng li a {
    font-size: 18px;
}
.innlistng {
    display: block;
}
section.innerbanner .bloginr {
    font-size: 40px;
}
.ourServices h2 {
    color: #000;
}
ul.listng.imgLstLengthy {
    display: table;
}
.threeCol {
    width: 100%;
}
.threeCol li {
    float: left;
    width: 33%;
}
.twoCol {
    width: 100%;
}
.twoCol li {
    float: left;
    width: 50%;
}
a.fixCall {
    position: fixed;
    right: -124px;
    top: 50%;
    margin-top: -33px;
    width: 316px;
    height: 67px;
    color: #fff;
    background: #08911f url(../images/contact-fix.png) no-repeat 12px 50%;
    z-index: 1;
    padding: 14px 0 0 72px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 37px;
    font-family: Barlow-ExtraBold;
    transform: rotate(-90deg);
}
a.fixCall:hover {
    background-color: #030D4E;
}
.socflot {
    display: none !important;
    position: fixed;
    left: 0;
    top: 50%;
    width: 60px;
    margin-top: -120px;
}
.socflot a {
    display: block;
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
}
.socflot a:hover {
    opacity: 0.8;
}
.socflot .ffb {
    background-image: url(../images/share-facebook.png);
    background-color: #28639d;
}
.socflot .ftw {
    background-image: url(../images/share-twitter.png);
    background-color: #00b1d9;
}
.socflot .flink {
    background-image: url(../images/youtube-icon.png);
    background-color: #f61c0d;
}
.socflot .fmail {
    background-image: url(../images/share-mail.png);
}
.socflot .fgplus {
    background-image: url(../images/share-gplus.png);
    background-color: #f2462d;
}
.grt-i {
    display: inline-block;
    margin-right: 20px;
}
.grt-i a {
    font-weight: 700;
    background-color: #030D4E;
    background: -moz-linear-gradient(top, #030D4E 0%, #080a6e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #030D4E), color-stop(100%, #080a6e));
    background: -webkit-linear-gradient(top, #030D4E 0%, #080a6e 100%);
    background: -o-linear-gradient(top, #030D4E 0%, #080a6e 100%);
    background: -ms-linear-gradient(top, #030D4E 0%, #080a6e 100%);
    background: linear-gradient(to bottom, #030D4E 0%, #080a6e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030D4E', endColorstr='#080a6e', GradientType=0 );
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 7px;
    text-transform: uppercase;
}
.grt-i a:hover {
    background: #ffb508;
    transition: 1s all;
}
.cal-get {
    background-image: url(../images/call-btn-blue.png) !important;
    background-position: 4% 53% !important;
    border: 2px solid #030D4E;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    padding-right: 30px !important;
    background-size: 12% !important;
    padding: 7px 24px 8px 30px !important;
    color: #030D4E !important;
}
.cal-get:hover {
    background-image: url(../images/cal-white.png) !important;
    background-color: #030D4E !important;
    background: -moz-linear-gradient(top, #030D4E 0%, #080a6e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #030D4E), color-stop(100%, #080a6e));
    background: -webkit-linear-gradient(top, #030D4E 0%, #080a6e 100%);
    background: -o-linear-gradient(top, #030D4E 0%, #080a6e 100%);
    background: -ms-linear-gradient(top, #030D4E 0%, #080a6e 100%);
    background: linear-gradient(to bottom, #030D4E 0%, #080a6e 100%);
    color: #fff !important;
}
.cvr-so {
    position: relative;
    float: left;
    top: 70px;
}
.cvr-so .social li {
    display: inherit !important;
    float: inherit;
    position: sticky;
    width: 50px;
    content: "";
    top: 9px;
    left: 0;
    right: auto;
    margin-bottom: 0;
}
@media only screen and (min-width: 375px) and (max-width: 414px) {
    header .hdrTop .logo .logoTxt strong {
        font-size: 13.7px !important;
    }
    header.aniPos .hdrTop .logo .logoTxt strong {
        font-size: 10px !important;
    }
    footer .ftrTop a.ftrLogo .logoTxt strong {
        font-size: 10px !important;
        line-height: 16px;
    }
}
@media only screen and (min-width: 667px) and (max-width: 736px) {
    header .hdrTop .logo .logoTxt strong {
        font-size: 15.3px !important;
        line-height: 17px;
    }
    footer .ftrTop a.ftrLogo .logoTxt strong {
        font-size: 10px !important;
        line-height: 16px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .myPopupDv .enquireNow li {
        margin-bottom: 15px;
    }
    .banner .bannerInn .banCont h1 {
        text-align: center;
    }
    .banner .bannerInn .banCont .buttons {
        text-align: center;
    }
    .banner .bannerInn .banCont .buttons li {
        width: 170px !important;
        display: inline-block;
        float: none;
        margin: 0 0 !important;
    }
    header {
        position: absolute;
    }
    header .hdrTop a.callTop {
        margin: 10px auto 0;
        font-size: 25px;
        display: inline-block;
        width: auto;
        float: none;
    }
    header .hdrTop .logo {
        width: 366px;
        margin: 7px auto 0;
        display: block;
        float: none;
    }
    header.aniPos {
        padding-bottom: 0 !important;
    }
    header.aniPos .hdrTop a.callTop {
        margin: 23px 0 0;
        background-position: 6px 7px;
    }
    header.aniPos .hdrTop .logo {
        width: 244px;
        margin: 7px auto 0;
    }
    header.aniPos .hdrTop .logo .logoTxt {
        width: 138px;
        padding: 0 0 0 17px;
        font-size: 27px;
    }
    header.aniPos .hdrTop .logo .logoTxt strong {
        font-size: 17px;
        line-height: 25px;
    }
    header.aniPos .hdrTop .logo .logoImg {
        width: 73px;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
    nav > ul > li {
        margin: 0px 7px;
    }
    header .hdrTop a.callTop {
        margin: 15px 0 0;
    }
    header .hdrTop .logo {
        margin: 10px 0 0;
    }
    .aniPos .hdrTop .logo {
        margin: 15px 0 0;
    }
    header.aniPos .hdrTop {
        padding-bottom: 9px;
    }
}
@media screen and (max-width: 1440px) {
    .aboutScn .abtLeft .abtHm p,
    .aboutScn .abtLeft .abtHm {
        font-size: 20px;
        line-height: 34px;
    }
    .aboutScn2 {
        background: #fff;
    }
    header .hdrTop {
        padding-bottom: 16px;
    }
    header .hdrTop .logo {
        width: 250px;
        margin: 10px 0 0;
    }
    header .hdrTop .logo .logoImg {
        width: 105px;
        margin: 6px 0 0;
    }
    header .hdrTop .logo .logoTxt {
        width: 141px;
        padding: 4px 0 0 17px;
        font-size: 33px;
        line-height: 35px;
    }
    header .hdrTop .logo .logoTxt span {
        font-size: 25px;
        padding: 3px 0 0;
    }
    header .hdrTop .logo .logoTxt img {
        margin-right: 6px;
        width: 49px;
        margin-top: 6px;
    }
    header .hdrTop a.callTop {
        margin: 25px 0 0;
        background-position: 7px 15px;
        padding: 9px 9px 17px 39px;
        background-size: 27px;
        font-size: 35px;
        line-height: 32px;
    }
    header.aniPos .hdrTop .logo .logoTxt img {
        width: 49px;
        margin-top: 6px;
    }
    .banner,
    section.innerbanner {
        margin: 166px 0 0;
    }
    a.fixCall {
        right: -92px;
        width: 236px;
        height: 54px;
        padding: 12px 0 0 58px;
        font-size: 28px;
        background-size: 32px;
        margin-top: 32px;
    }
    .socflot {
        width: 47px;
        margin-top: -56px;
    }
    .socflot a {
        width: 46px;
        height: 46px;
        background-size: 28px;
    }
}
@media screen and (max-width: 1230px) {
    .ourServices h2:before {
        left: 50%;
        margin-left: -55px;
    }
    .customerReview h2:before {
        left: 50%;
        margin-left: -55px;
    }
    .listng li:before {
        top: 11px;
    }
    .aboutScn .abtLeft .abtHm p,
    .aboutScn .abtLeft .abtHm {
        font-size: 28px;
        line-height: 34px;
    }
    header .hdrTop .logo {
        width: 290px;
    }
    header .hdrTop .logo .logoImg {
        width: 100px;
    }
    header .hdrTop .logo .logoTxt {
        width: 187px;
        padding: 0 0 0 17px;
        font-size: 42px;
    }
    header .hdrTop .logo .logoTxt img {
        width: 60px;
        margin-top: 6px;
    }
    header .hdrTop .logo .logoTxt span {
        font-size: 34px;
        padding: 1px 0 0;
    }
    header .hdrTop a.callTop {
        margin: 25px 0 0;
        padding: 9px 9px 17px 48px;
        font-size: 33px;
        line-height: 32px;
        background-size: 26px;
        background-position: 14px 14px;
    }
    .banner .bannerTxt {
        max-width: 560px;
    }
    .banner .bannerTxt h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner .bannerTxt small {
        font-size: 30px;
        line-height: 43px;
    }
    .aboutScn .abtLeft small {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    section.innerbanner h1 {
        min-width: 540px;
        font-size: 45px;
        padding: 12px 10px 19px;
    }
    .aboutScn,
    .aboutScn2 {
        background: #fff;
    }
    header.aniPos .hdrTop {
        margin: 0 0 0;
    }
    header.aniPos .hdrTop .logo {
        width: 255px;
    }
    header.aniPos .hdrTop .logo .logoImg {
        width: 87px;
        margin-top: 10px;
    }
    .banner {
        margin: 154px 0 0;
    }
    .banner .bannerInn .banCont .buttons li a {
        background-size: 23px;
    }
    section.innerbanner {
        margin-top: 152px;
        background-position: right 0;
    }
    .innerpage .QoteCvr {
        width: 40%;
    }
    .innerpage .imageAreaLeft {
        margin-top: 12px;
        margin-bottom: 20px;
    }
    footer .ftrTop a.ftrLogo {
        width: 27%;
    }
    footer .ftrTop .ftrMenu {
        width: 19%;
    }
    footer .ftrTop .ftrServce {
        width: 25.2%;
    }
    footer .ftrTop .cntactFtr {
        margin-left: 12px;
        width: 27%;
    }
}
@media screen and (max-width: 1200px) {
    .banner .bannerInn .banCont h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .customerReview ul.revUl .reviewCvr span {
        font-size: 25px;
        line-height: 35px;
    }
    .customerReview ul.revUl .reviewCvr .revContnt {
        font-size: 27px;
        line-height: 40px;
    }
    footer .ftrTop a.ftrLogo .logoTxt {
        float: left;
        width: 100%;
        padding: 14px 0 0 0;
        font-size: 26px;
    }
    footer .ftrTop a.ftrLogo .logoTxt strong {
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 0;
    }
    footer .ftrTop .ftrContact {
        width: 28.5%;
    }
    .firstclsConstr h2 {
        font-size: 55px;
        line-height: 71px;
    }
}
@media screen and (max-width: 1184px) {
    .ourServices ul li .servBx .servTitl {
        font-size: 25px;
    }
    .aboutScn .abtLeft .abtHm p,
    .aboutScn .abtLeft .abtHm {
        font-size: 23px;
        line-height: 34px;
    }
    .customerReview small {
        font-size: 28px;
    }
    .customerReview ul#testimonial .reviewCvr {
        padding: 77px 0 65px;
    }
    .customerReview ul#testimonial .reviewCvr:before,
    .customerReview ul#testimonial .reviewCvr:after {
        width: 58px;
        height: 46px;
        background-size: 100%;
    }
    .customerReview ul#testimonial .reviewCvr:after {
        bottom: 15px;
    }
    .customerReview ul#testimonial .reviewCvr .revCnt {
        width: 168px;
    }
    .aboutScn .abtLeft small {
        font-size: 28px;
    }
    footer .ftrTop .cntactFtr {
        width: 31%;
    }
    footer .ftrTop .ftrServce {
        width: 26.2%;
    }
    footer .ftrTop .ftrMenu {
        width: 18%;
    }
    footer .ftrTop a.ftrLogo {
        width: 21%;
    }
}
@media screen and (max-width: 1090px) {
    .banner .bannerRght {
        margin-top: 100px;
        height: 406px;
        background-size: 100% !important;
    }
    .banner .customerReview input[type="submit"],
    .banner .customerReview a.button {
        width: 222px;
    }
    footer .ftrTop .ftrServce {
        width: 29.2%;
    }
    footer .ftrTop .ftrMenu {
        width: 15%;
    }
    .ourServices .servCvr li .servBx .servDscr {
        height: 427px;
    }
    .contactPage .contRgt {
        width: 41%;
    }
    .banner .bannerInn .banCont h1 {
        font-size: 36px;
        line-height: 50px;
    }
    .banner .bannerInn .banCont .buttons li a {
        font-size: 21px;
    }
    .unlockScn .unlockCvr .unlockTxt {
        font-size: 28px;
        line-height: 38px;
    }
    .unlockScn .unlockCvr .readmore {
        top: 50%;
        margin-top: -25px;
    }
    footer .ftrTop a.ftrLogo .logoTxt {
        float: left;
        width: 100%;
        padding: 14px 0 0 0;
        font-size: 25px;
    }
    footer .ftrTop a.ftrLogo .logoTxt strong {
        font-size: 19px;
        line-height: 30px;
    }
    .contLft p,
    .contLft span,
    .contLft a,
    .contLft div,
    .contLft li {
        font-size: 19px;
        line-height: 30px;
    }
    .contLft p {
        margin: 0 0 18px;
    }
    .contRgt p,
    .contRgt span,
    .contRgt a,
    .contRgt div,
    .contRgt li {
        font-size: 19px;
        line-height: 30px;
    }
    .contRgt p {
        margin: 0 0 18px;
    }
}
@media screen and (max-width: 1024px) {
    a.fixCall {
        display: none;
    }
    .socflot {
        display: none;
    }
    .brands {
        padding: 4px 0;
    }
}
@media screen and (max-width: 995px) {
    .brands {
        padding: 0 0;
    }
    .sitemap li:before {
        top: 12px;
        width: 10px;
        height: 10px;
    }
    .innerpage h2,
    .innerpage h4 {
        display: block;
        clear: both;
    }
    .imageAreaLeft.imglistLenghy {
        width: 46%;
    }
    ul.listng.innlistng.listtw.imgLine li {
        width: 35%;
    }
    .banner .bannerInn .banCont h1 {
        font-size: 31px;
        line-height: 40px;
    }
    .banner .bannerInn .banCont .buttons li a {
        font-size: 18px;
    }
    .ourServices ul li .servBx .servTitl {
        font-size: 20px;
    }
    .imgCvr {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .contLft {
        float: left;
        width: 62%;
    }
    .contRgt {
        float: right;
        width: 35%;
    }
    .aboutScn .abtCont {
        padding: 0;
    }
    .aboutScn .abtCont .abtLeft {
        position: static;
        text-align: center;
    }
    .aboutScn .abtCont h2 {
        margin-bottom: 25px;
    }
    .abtBtmImgs li .abtBtImg {
        height: 287px;
    }
    .abtBtmImgs li .abtBtImg img {
        width: 402px;
        max-width: 402px;
        height: auto;
    }
    .customerReview ul#testimonial .reviewCvr {
        padding: 77px 0 97px;
    }
    footer .ftrTop {
        padding: 20px 0 20px;
    }
    footer .ftrTop a.ftrLogo {
        width: 140px;
        padding: 0;
        margin: 0 auto 24px;
        display: block;
        float: none;
    }
    footer .ftrTop a.ftrLogo .logoImg {
        float: left;
        max-width: 111px;
    }
    footer .ftrTop a.ftrLogo .logoTxt {
        width: 296px;
    }
    footer .ftrTop a.ftrLogo:after {
        clear: both;
        content: "";
        display: block;
    }
    footer .ftrTop .cntactFtr {
        width: 37%;
    }
    footer .ftrTop .ftrMenu {
        width: 24.33%;
    }
    footer .ftrTop .ftrServce {
        width: 33.33%;
    }
    footer .ftrTop .ftrContact {
        width: 33.33%;
    }
    footer .ftrTop .ftrContact li a {
        display: block;
        padding: 0 0 0 36px;
        background-repeat: no-repeat;
        background-position: 0 8px;
        background-size: 17px;
    }
    .copyright .copy {
        font-size: 14px;
    }
    .copyright .copy a .clixpert {
        width: 20px;
        line-height: 20px;
        vertical-align: middle;
    }
}
@media screen and (max-width: 874px) {
    .banner .bannerRght {
        width: 100%;
        margin-top: 55px;
        height: 426px;
        background-size: 51% !important;
    }
    .banner .bannerTxt .bnrTst h1 br {
        display: none;
    }
    .banner .customerReview {
        display: none;
    }
    .banner .bannerTxt .bnrTst h2::before {
        right: 0;
        margin: 0 auto;
        width: 90%;
    }
    .banner .bannerTxt {
        width: 100%;
        text-align: center;
        max-width: inherit !important;
    }
    .banner .abtLeft {
        width: 80%;
    }
    .abtLeft {
        width: 100%;
    }
    .listHome {
        padding: 14px 0 0;
        margin: 0 auto 10px;
        max-width: 375px;
    }
    .banner .bannerTxt .bnrTst h2 {
        text-align: center;
    }
    .banner .bannerTxt .bnrTst h1 {
        text-align: center;
    }
    ul.sitemap ul.sub-menu a {
        font-size: inherit !important;
        padding: 0 !important;
        border: none !important;
    }
    .threeCol li {
        width: 50%;
    }
    header {
        padding-bottom: 0;
    }
    header .hdrTop .logo {
        width: 261px;
    }
    header .hdrTop .logo .logoImg {
        margin-top: 7px;
        width: 73px;
    }
    header .hdrTop .logo .logoTxt strong {
        font-size: 17px;
        line-height: 25px;
    }
    header .hdrTop a.callTop {
        margin: 30px 0 0;
        font-size: 25px;
        background-size: 21px;
        background-position: 3px 7px;
        padding: 0px 0px 0px 28px;
    }
    header .hdrBtm .getaQuote.hdrBtn {
        display: block;
        padding: 0 27px 2px 18px;
        background-image: url(../images/arrow-white.png);
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-color: #08911f;
        width: 170px;
        background-size: 17px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 5px;
        float: left;
        text-decoration: none;
    }
    header.aniPos {
        padding-bottom: 0;
    }
    header.aniPos .hdrTop .logo .logoTxt strong {
        font-size: 16px;
        line-height: 21px;
        padding: 3px 0 0;
    }
    header.aniPos .hdrTop .logo .logoImg {
        width: 77px;
    }
    header.aniPos .hdrTop a.callTop {
        background-position: 1px 9px;
    }
    .innerpage {
        margin-top: 0;
    }
    .innerpage .imageAreaLeft {
        width: 55%;
    }
    .innerpage small {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 29px;
    }
    .innerpage.innAni {
        margin-top: 138px;
    }
    .banner {
        margin: 136px 0 0;
    }
    .banner .bannerInn .banCont {
        float: right;
        width: 97%;
    }
    .banner .bannerInn .banCont h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .banner .bannerInn .banCont .buttons li {
        width: 41.2%;
    }
    .banner .bannerInn .banCont .buttons li a {
        font-size: 18px;
        padding: 4px 14px 4px 14px;
        height: 40px;
    }
    .banner .bannerInn .banCont .buttons li:nth-child(1) a {
        background-size: 14px !important;
        background-position: 93% 50%;
        text-align: left;
    }
    .banner .bannerInn .banCont .buttons li:nth-child(2) a {
        padding-left: 34px !important;
        background-size: 17px !important;
        background-position: 8px 50%;
        text-align: right;
    }
    .buttons li a {
        line-height: 28px;
        width: 212px;
        padding: 13px 10px;
        height: 39px;
        font-size: 20px;
        background-size: 18px;
    }
    .buttons li:nth-child(1) a {
        padding: 4px 38px 4px 10px;
    }
    .buttons li:nth-child(2) a {
        padding: 4px 38px 4px 10px;
    }
    section.innerbanner {
        padding: 102px 0;
        margin-top: 135px;
    }
    section.innerbanner h1 {
        min-width: 540px;
        font-size: 39px;
        padding: 5px 10px 11px;
        line-height: 45px;
    }
    .customerReview ul#testimonial .reviewCvr:after {
        bottom: 51px;
    }
    .customerReview ul.revUl .reviewCvr {
        padding: 0 56px;
    }
    .customerReview ul.revUl .reviewCvr span {
        font-size: 18px;
        line-height: 30px;
    }
    .customerReview ul.revUl .reviewCvr .revContnt {
        font-size: 20px;
        line-height: 30px;
    }
    .customerReview ul.revUl .reviewCvr:before,
    .customerReview ul.revUl .reviewCvr:after {
        margin-top: -19px;
        width: 37px;
        height: 37px;
        background-position: center center;
        background-size: 33px;
    }
    .ourServices ul li .servBx .servTitl {
        font-size: 17px;
    }
    .firstclsConstr h2 {
        font-size: 38px;
        line-height: 41px;
    }
    footer .ftrTop .ftrMenu {
        float: right;
        width: 56%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px #fff solid;
    }
    footer .ftrTop .ftrMenu li {
        width: 33%;
        float: left;
    }
    footer .ftrTop .ftrServce {
        width: 56%;
        float: right;
    }
    footer .ftrTop .ftrContact {
        width: 50%;
    }
    footer .ftrTop .cntactFtr {
        width: 42%;
    }
}
@media screen and (max-width: 767px) {
    .banner .bannerRght {
        margin-top: 0;
    }
    .grt-i a {
        font-weight: inherit !important;
    }
    .listHome li {
        font-size: 18px;
        margin-bottom: 5px;
        padding-left: 24px;
    }
    .listHome li:before {
        top: 9px;
    }
    .banner .bannerTxt .bnrTst h1 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner .bannerTxt .bnrTst h2 {
        font-size: 22px;
        line-height: 35px;
    }
    footer .ftrTop .ftrTitl {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .customerReview small {
        font-size: 23px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 10px;
    }
    button.my_popup_close {
        z-index: 999;
    }
    div[aria-hidden="false"] .enquireNow {
        z-index: 999;
    }
    .myPopupDv .wpcf7-form-control-wrap {
        z-index: 999;
    }
    .aboutScn2 {
        padding: 10px 0 44px;
    }
    .aboutScn .abtLeft small {
        font-size: 23px;
        line-height: 27px;
    }
    h2,
    h3,
    h4 {
        font-size: 23px;
        line-height: 33px;
    }
    .innerpage small {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 14px;
    }
    .brands {
        padding: 0px 0;
    }
    .contactLeft {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .threeCol li {
        float: left;
        width: 50%;
    }
    .twoCol li {
        float: left;
        width: 50%;
    }
    .imageAreaLeft.imglistLenghy {
        width: 100%;
        text-align: center;
    }
    ul.listng.innlistng.listtw.imgLine li {
        width: 100%;
    }
    section.innerbanner h1 {
        font-size: 25px;
    }
    section.innerbanner {
        padding: 49px 0;
        margin-top: 118px;
    }
    section.innerbanner h1 {
        min-width: 230px;
    }
    .ourServices h2 {
        font-size: 24px;
        text-transform: none;
    }
    ul.sitemap {
        margin-bottom: 30px;
    }
    .enquireNow {
        padding: 15px 13px 20px;
    }
    .enquireNow .heading {
        font-size: 26px;
    }
    .myPopupDv {
        top: 0;
        width: 90%;
        margin-left: -45%;
        margin-top: 0;
        height: 526px;
    }
    .myPopupDv input[type="submit"] {
        width: 186px;
        padding: 0px 9px 3px 9px;
        height: 38px;
        background-size: 19px;
        background-position: 92% 50%;
        font-size: 24px;
    }
    .aboutScn,
    .wecreat,
    .customerReview {
        padding: 15px 0;
    }
    .contactPage .contLft {
        width: 100%;
    }
    .contactPage .contRgt {
        width: 100%;
        max-width: 100%;
        margin-top: 23px;
        clear: both;
        float: left;
    }
    .innerpage.contactPageCvr .QoteCvr {
        display: block;
    }
    .innerpage.contactPageCvr .QoteCvr .enquireNow {
        padding-bottom: 36px;
        margin: 0 auto;
        max-width: 400px;
    }
    .innerpage.contactPageCvr .QoteCvr .enquireNow input[type="submit"] {
        position: absolute;
        bottom: -57px;
    }
    .innerpage {
        margin-top: 0;
        padding-top: 20px;
    }
    .innerpage .QoteCvr {
        width: 100%;
        display: none;
        margin: 0 0 30px;
    }
    .innerpage .imageAreaLeft {
        width: 100%;
        margin: 0px 0 20px;
    }
    .innerpage.innAni {
        margin-top: 158px;
    }
    .contLft {
        float: left;
        width: 100%;
    }
    .contRgt {
        width: 100%;
        clear: both;
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    header .hdrTop {
        padding-bottom: 0px;
        height: 70px !important;
    }
    header .hdrTop a.callTop {
        margin: 19px auto 0;
        font-size: 25px;
        float: right;
    }
    header .hdrTop .logo {
        width: 244px;
        float: left;
    }
    header .hdrTop .logo:after {
        clear: both;
        content: "";
        display: block;
    }
    header .hdrTop .logo .logoTxt {
        width: 138px;
        padding: 0 0 0 17px;
        font-size: 27px;
    }
    header .hdrTop .logo .logoTxt img {
        width: 42px;
        margin-top: 6px;
    }
    header .hdrTop .logo .logoTxt span {
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 7px;
    }
    header .hdrBtm {
        height: 42px;
    }
    header.aniPos .hdrTop {
        padding-bottom: 0;
    }
    header.aniPos .hdrTop .logo {
        width: 244px;
        margin: 7px auto 0;
    }
    header.aniPos .hdrTop .logo .logoTxt {
        width: 138px;
        padding: 0 0 0 17px;
        font-size: 27px;
    }
    header.aniPos .hdrTop .logo .logoTxt strong {
        font-size: 17px;
        line-height: 25px;
    }
    header.aniPos .hdrTop .logo .logoTxt img {
        width: 42px;
    }
    header.aniPos .hdrTop .logo .logoTxt span {
        font-size: 23px;
        padding: 0px 0 0;
    }
    header.aniPos .hdrTop .logo .logoImg {
        width: 73px;
    }
    header.aniPos .hdrTop a.callTop {
        margin: 24px auto 0;
        font-size: 25px;
        float: right;
    }
    .abtLeft:after {
        top: -81px;
        background-size: 53%;
    }
    .banner {
        margin: 110px 0 0;
        padding: 20px 10px;
    }
    .banner .bannerInn {
        width: 100%;
        padding: 35px 15px;
    }
    .banner .bannerTxt {
        max-width: 382px;
        padding: 9px 18px;
    }
    .banner .bannerTxt p {
        margin-bottom: 0;
    }
    .banner .bannerTxt h1 {
        font-size: 25px;
        line-height: 36px;
    }
    .banner .bannerTxt small {
        font-size: 20px;
        line-height: 30px;
    }
    .banner h2 {
        font-size: 22px;
    }
    .abtBtmImgs li .abtBtImg {
        height: 190px;
    }
    .abtBtmImgs li .abtBtImg img {
        width: 260px;
        max-width: 260px;
        height: auto;
    }
    .buttons li:nth-child(2) a {
        padding: 4px 17px 4px 30px;
    }
    .ourServices {
        padding: 15px 0 1px;
    }
    .ourServices ul li {
        margin: 0 auto 19px;
        width: 100%;
        max-width: 427px;
        display: block;
        float: none;
    }
    .ourServices ul li .servBx .servTitl {
        font-size: 20px;
    }
    .ourServices ul li .servBx .servDscr {
        height: auto;
        margin-bottom: 0;
    }
    .ourServices ul li .servBx .servImg {
        margin-bottom: 17px;
        height: auto;
        overflow: hidden;
    }
    .ourServices ul li:nth-child(3) {
        margin-bottom: 30px;
    }
    .ourServices ul li:nth-child(4) {
        margin-bottom: 30px;
    }
    .aboutScn .abtLeft {
        width: 100%;
    }
    ul.gallImgUl li {
        float: left;
        width: 50%;
    }
    ul.gallImgUl li .galImg a img {
        height: auto;
        width: 370px;
        max-width: 370px;
    }
    .unlockScn .unlockCvr {
        text-align: center;
        position: relative;
        padding: 0;
    }
    .unlockScn .unlockCvr .readmore {
        position: static;
        margin: 16px auto 0;
        display: inline-block;
        float: none;
    }
    .customerReview {
        width: 100%;
    }
    .customerReview ul#testimonial .reviewCvr .revCnt {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
    .customerReview ul#testimonial .reviewCvr .revImg {
        display: block;
        margin: 0 auto;
    }
    footer {
    height: 1120px !important;
}
    footer .ftrTop {
        height: 1055px !important;
        text-align: center;
    }
    footer .ftrTop a.ftrLogo {
        width: 256px;
    }
    footer .ftrTop a.ftrLogo .logoImg {
        float: left;
        max-width: 70px;
    }
    footer .ftrTop .cntactFtr {
        width: 100%;
    }
    footer .ftrTop .ftrMenu {
        width: 100%;
    }
    footer .ftrTop .ftrMenu li {
        width: 100%;
        float: left;
    }
    footer .ftrTop .ftrServce {
        width: 100%;
    }
    footer .ftrTop .ftrContact {
        width: 100%;
    }
    footer .ftrTop .ftrContact li a {
        display: inline-block;
    }
    .social {
        margin: 0 0 0;
    }
    .social li {
        display: inline-block;
        float: none;
    }
    .copyright .copy {
        width: 100%;
        text-align: center;
        line-height: 27px;
    }
}
@media screen and (max-width: 767px) and (max-width: 640px) {
    .banner .bannerRght {
        height: 350px;
    }
	.cntactFtra {
    color: #fff;
    float: left;
    width: 100%;
    padding: 0;
    margin: 37px 0 0;
    text-align: center;
}
}
@media screen and (max-width: 767px) {
    .banner .bannerTxt .bnrTst h1 {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .grt-i a {
        padding: 10px 12px;
        font-size: 16px;
    }
}
@media screen and (max-width: 479px) {
    .banner .bannerRght {
        height: 219px;
    }
    .menu.active1 {
        max-height: 21em;
        overflow: auto;
    }
    .aniPos .menu span.has-subnav {
        top: 12px;
    }
    .brands li .brandImgs {
        height: auto;
        display: block;
    }
    section.innerbanner {
        margin-top: 105px;
    }
    .listtw li {
        width: 100%;
    }
    .myPopupDv {
        top: 50%;
        margin-top: -239px;
    }
    header {
        text-align: center;
    }
    header .hdrTop .logo {
        width: 175px;
        margin-top: 0;
        margin-bottom: 4px;
    }
    header .hdrTop .logo .logoTxt {
        width: 94px;
        padding: 3px 0 0 4px;
        font-size: 18px;
        text-align: left;
    }
    header .hdrTop .logo .logoTxt span {
        font-size: 15px;
        line-height: 19px;
        margin-top: -7px;
    }
    header .hdrTop .logo .logoTxt img {
        width: 33px;
        margin-top: 8px;
    }
    header .hdrTop .logo .logoImg {
        width: 72px;
        padding-top: 1px;
    }
    header .hdrTop a.callTop {
        margin: 13px auto 0;
        font-size: 20px;
        float: right;
    }
    header .hdrBtm {
        height: 42px;
    }
    header.aniPos .hdrTop .logo {
        width: 132px;
    }
    header.aniPos .hdrTop a.callTop {
        margin: 8px 0 0;
        font-size: 19px;
        background-size: 15px;
        background-position: 0 50%;
        padding-left: 20px;
    }
    header.aniPos .hdrTop .logo {
        margin: 0px auto 3px;
    }
    header.aniPos .hdrTop .logo .logoImg {
        width: 52px;
        margin-top: 9px;
    }
    header.aniPos .hdrTop .logo .logoTxt {
        width: 80px;
        padding: 5px 0 0 10px;
        font-size: 15px;
        line-height: 25px;
    }
    header.aniPos .hdrTop .logo .logoTxt img {
        width: 26px;
    }
    header.aniPos .hdrTop .logo .logoTxt span {
        font-size: 12px;
    }
    header.aniPos .hdrBtm .getaQuote.hdrBtn {
        padding: 2px 26px 2px 9px;
        font-size: 16px;
        width: 150px;
        background-size: 13px;
        margin-top: 10px;
    }
    .banner {
        margin: 103px 0 0;
    }
    .banner .bannerInn .banCont h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner .bannerInn .banCont .buttons li {
        margin-right: 2%;
    }
    .banner .bannerInn .banCont .buttons li:nth-child(2) a {
        padding-left: 26px !important;
    }
    .banner .bannerInn .banCont .buttons li:nth-child(2) a {
        padding-left: 26px !important;
        background-size: 17px !important;
        background-position: 8px 50%;
        text-align: right;
    }
    .firstclsConstr h2 {
        font-size: 29px;
        line-height: 41px;
    }
    .buttons li a {
        line-height: 28px;
        width: 180px;
    }
    .buttons li:nth-child(1) a {
        background-position: 94% 50%;
    }
    .buttons li:nth-child(2) a {
        background-position: 7px 50%;
    }
    .customerReview ul.revUl .reviewCvr {
        padding: 0 35px;
    }
    .unlockScn .unlockCvr .unlockTxt {
        font-size: 17px;
        line-height: 25px;
    }
    .ourServices h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .banner .bannerTxt .bnrTst h2 {
        font-size: 19px;
        line-height: 24px;
    }
    .grt-i {
        margin-bottom: 20px;
    }
    .abtLeft ul {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 431px) {
    .threeCol li {
        float: left;
        width: 100%;
    }
    .twoCol li {
        float: left;
        width: 100%;
    }
    .buttons li a {
        line-height: 28px;
        width: 161px;
        font-size: 17px;
    }
    .banner .bannerTxt h1 {
        font-size: 25px;
        line-height: 27px;
    }
    .banner .bannerTxt small {
        font-size: 16px;
        line-height: 26px;
    }
    .banner .bannerInn .banCont h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .banner .bannerInn .banCont .buttons {
        text-align: center;
    }
    .banner .bannerInn .banCont .buttons li {
        margin-right: 0;
        width: 48.2%;
    }
    .banner .bannerInn .banCont .buttons li a {
        font-size: 13px;
        padding: 4px 14px 4px 14px;
        font-size: 16px;
        height: 40px;
    }
    ul.gallImgUl li .galImg {
        height: 147px;
    }
    ul.gallImgUl li .galImg a img {
        width: 203px;
        max-width: 203px;
    }
    .abtBtmImgs li .abtBtImg {
        height: 110px;
    }
    .abtBtmImgs li .abtBtImg img {
        width: 150px;
        max-width: 150px;
        height: auto;
    }
    .grt-i a {
        padding: 10px 10px;
        font-size: 11.5px;
    }
    .banner .bannerTxt .bnrTst h2 {
        margin-bottom: 2px;
        font-size: 18px;
    }
    .banner .bannerTxt .bnrTst h1 {
        font-size: 21px;
    }
    .banner .abtLeft {
        margin: 27px auto 0;
        padding: 1px 20px;
    }
}
@media screen and (max-width: 359px) {
    header .hdrTop .logo {
        width: 150px;
        margin-top: 0;
        margin-bottom: 4px;
    }
    header .hdrTop .logo .logoImg {
        padding-top: 6px;
        width: 56px;
    }
    header .hdrTop .logo .logoTxt {
        width: 86px;
        padding: 5px 0 0 4px;
        font-size: 18px;
        text-align: left;
    }
    header .hdrTop .logo .logoTxt span {
        font-size: 14px;
    }
    header .hdrTop a.callTop {
        font-size: 19px;
        background-size: 17px;
        background-position: 5px 8px;
        padding-left: 26px;
    }
    header .hdrBtm .getaQuote.hdrBtn {
        padding: 0 27px 2px 9px;
        width: 139px;
        background-size: 17px;
        margin-top: 7px;
        font-size: 17px;
    }
    header.aniPos .hdrTop .logo {
        width: 140px;
        margin: 0px auto 3px;
    }
    .banner {
        margin: 99px 0 0;
    }
    .banner .bannerInn .banCont .buttons li a {
        font-size: 14px;
    }
    .banner .bannerInn .banCont h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .customerReview ul.revUl .reviewCvr .revContnt {
        font-size: 16px;
        line-height: 27px;
    }
    .social li a {
        width: 46px;
        height: 46px;
    }
    .copyright .copy {
        font-size: 12px;
    }
    .buttons li a {
        line-height: 28px;
        width: 145px;
        font-size: 14px;
    }
    .firstclsConstr h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .banner .bannerTxt .bnrTst h1 {
        font-size: 20px;
    }
    .banner .bannerTxt .bnrTst h2 {
        font-size: 17px;
    }
    .banner .bannerTxt {
        padding: 0px 11px;
    }
}
ol{padding: 0 0 20px 30px;}
ol li::marker{font-weight:600;}