/*-----FONTS-----*/
@font-face {
    font-family: 'Apercu';
    src: url('../fonts/Apercu-Medium.eot');
    src: url('../fonts/Apercu-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apercu-Medium.woff2') format('woff2'),
        url('../fonts/Apercu-Medium.woff') format('woff'),
        url('../fonts/Apercu-Medium.ttf') format('truetype'),
        url('../fonts/Apercu-Medium.svg#Apercu-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu';
    src: url('../fonts/Apercu-Regular.eot');
    src: url('../fonts/Apercu-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apercu-Regular.woff2') format('woff2'),
        url('../fonts/Apercu-Regular.woff') format('woff'),
        url('../fonts/Apercu-Regular.ttf') format('truetype'),
        url('../fonts/Apercu-Regular.svg#Apercu-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu';
    src: url('../fonts/Apercu-Light.eot');
    src: url('../fonts/Apercu-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apercu-Light.woff2') format('woff2'),
        url('../fonts/Apercu-Light.woff') format('woff'),
        url('../fonts/Apercu-Light.ttf') format('truetype'),
        url('../fonts/Apercu-Light.svg#Apercu-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu';
    src: url('../fonts/Apercu-Bold.eot');
    src: url('../fonts/Apercu-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apercu-Bold.woff2') format('woff2'),
        url('../fonts/Apercu-Bold.woff') format('woff'),
        url('../fonts/Apercu-Bold.ttf') format('truetype'),
        url('../fonts/Apercu-Bold.svg#Apercu-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    src: url('../fonts/ApercuPro-Light.woff2') format('woff2'),
        url('../fonts/ApercuPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BruumFYW01';
    src: url('../fonts/BruumFYW01-Bold.eot');
    src: url('../fonts/BruumFYW01-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BruumFYW01-Bold.woff2') format('woff2'),
        url('../fonts/BruumFYW01-Bold.woff') format('woff'),
        url('../fonts/BruumFYW01-Bold.ttf') format('truetype'),
        url('../fonts/BruumFYW01-Bold.svg#BruumFYW01-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    src: url('../fonts/ApercuPro-Bold.eot');
    src: url('../fonts/ApercuPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ApercuPro-Bold.woff2') format('woff2'),
        url('../fonts/ApercuPro-Bold.woff') format('woff'),
        url('../fonts/ApercuPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-----RESET-----*/
html,
body {
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Apercu';
    font-weight: 300;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    color: #3f4243;
    line-height: 24px;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

a,
button {
    text-decoration: none;
    color: inherit;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    cursor: pointer
}

ul {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder {
    color: #424242;
    font-family: 'Apercu';
    font-weight: 300;
    text-transform: capitalize;
}

::-moz-placeholder {
    color: #424242;
    font-family: 'Apercu';
    font-weight: 300;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: #424242;
    font-family: 'Apercu';
    font-weight: 300;
    text-transform: capitalize;
}

::-moz-selection {
    color: #fff;
    background: #00aeef;
}

::selection {
    color: #fff;
    background: #00aeef;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input:invalid {
    box-shadow: none;
}

input[type=text],
input[type=submit],
input[type=email],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
    height: auto !important;
    min-height: 155px;
    overflow: hidden;
    margin: 0;
    font-family: 'Apercu';
    font-weight: normal;
    border-radius: 0px !important;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}
#dob::-webkit-input-placeholder{ 
    visibility: hidden !important;
}
.form-control {
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    height: 45px;
    background: #fff;
    font-family: 'Apercu';
    font-weight: 300;
    font-size: 14px;
    color: #828282;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    color: #9f9595;
    letter-spacing: 0.4px;
}

.submitbtn input[type=submit] {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    cursor: pointer;
    font-family: 'Apercu';
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;

}

.submitbtn .btn-submit {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Apercu';
    font-weight: bold;
}

.submitbtn {
    background: #003462;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 0;
    font-family: 'Apercu';
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.submitbtn:before {
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #00aeef;
    opacity: 0;
    background: #00aeef;
    transform: scale(1, 0.1);

}

.submitbtn::after {
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 4px;
    border: 1px solid #fff;
    opacity: 0;
}

.submitbtn:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.submitbtn:hover:after {
    z-index: 0;
    opacity: 1;
}


/*.form-control:focus{border-color:#00aeef !important;}*/
.btnbox {
    text-align: right;
    margin: 0;
}

/*-----STRUCTURE-----*/
.container,
.container_lg,
.container_md {
    max-width: 1850px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.container_lg {
    max-width: 1720px;
}

.team-bg .container_md {
    max-width: 1400px;
}

.container_md {
    max-width: 1240px;
}

.container {
    max-width: 1650px;
    margin: 0 auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after,
.container_lg::before,
.container_lg::after,
.container_md::before,
.container_md::after {
    display: table;
    content: " ";
}

.row::after,
.container::after,
.clearfix::after,
.container_lg::after,
.container_md::after {
    clear: both;
}

.width50,
.width33 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left
}

.width33 {
    width: 33.33%;
}

.flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container.flex-container:before,
.container.flex-container:after {
    display: block;
}

/*-----HELPER-----*/
.fl {
    float: left !important
}

.fr {
    float: right !important
}

.hidden {
    display: none
}

.bgimg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.mCSB_inside > .mCSB_container {
    margin-right: 60px
}

.mCustomScrollbar .mCSB_scrollTools {
    opacity: 0
}

.mCustomScrollbar:hover .mCSB_scrollTools {
    opacity: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #f3373f;
}

.leftimg {
    float: left;
    margin: 0 90px 10px 0;
}

/*----------------------------------------COMMON------------------------------------*/
.divider {
    border-top: 1px solid #d0dbe0;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

.divider:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 1px;
    border-bottom: 1px solid #ffffff;
}

.fixedbtn {
    position: fixed;
    top: 26%;
    width: 51px;
    right: 0;
    z-index: 998;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.fixedbtn > a.btn-quote {
    color: #fff;
    background: #00aeef;
    border-radius: 0px 10px 10px 0;
    font-size: 18px;
    text-transform: capitalize;
    padding: 25px 20px;
    line-height: 100%;
    font-weight: 500;
    position: relative;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 55%;
    -moz-transform-origin: 50% 55%;
    -ms-transform-origin: 50% 55%;
    -o-transform-origin: 50% 55%;
    transform-origin: 50% 55%;
    writing-mode: tb-rl;
    z-index: 11;
    right: 0px;
}

.active.btn-quote:before {
    content: none !important;
}


.fixedbtn > a.btn-quote:before {
    position: absolute;
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #00aeef;
    top: 50%;
    left: 57px;
    margin-top: 0;
}

.fixedbtn > a.btn-quote:hover {
    letter-spacing: .5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hdwrap {
    display: flex;
    flex-wrap: wrap;
    /*	justify-content: center*/
}

ul.fixed-social-list {
    position: fixed;
    top: 63%;
    right: 0;
    background: #fff;
    z-index: 999;
    border-radius: 10px 0 0px 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    width: 50px;
}

ul.fixed-social-list li {
    display: block;
    padding: 10px 21px;
    text-align: center;
    color: #7d7d7d;
}

ul.fixed-social-list li a:hover i {
    color: #00aeef
}

.get-free-quote-info {
    position: fixed;
    background: #00aeef;
    right: 0;
    overflow-x: hidden;
    padding: 50px 35px;
    height: 100%;
    width: 331px;
    top: 0;
    z-index: 1001;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    overflow-y: auto;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.get-free-quote-info.active {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.get-title {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 35px;
    margin-bottom: 30px
}

.fixedbtn.active,
.fixedbtn.active .fixed-social-list {
    right: 332px;
    position: fixed;
}

.bookoverlay {
    position: fixed;
    top: 0;
    z-index: 997;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
}

.bookclose {
    position: absolute;
    right: 20px;
    text-align: right;
    width: 30px;
    cursor: pointer;
    top: 15px;
}

.bookclose:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-submit {
    background-color: #003462;
    border-radius: 4px;
    height: 45px;
    border: 0px;
    display: block;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 20px;
    min-width: 261px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer
}

/* inner common get form */


/*-----SCROLL TOP-----*/
.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 82px;
    border-radius: 50%;
    opacity: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 10;
    color: #fff;
    background: #00aeef;
    text-align: center;
    font-size: 16px;
    padding: 0;
}

/*-----CONTENT-----*/
.heading-tag {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #003462;
    padding: 8px 20px;
    display: inline-block;
    line-height: 100%;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.main-heading,
.h1_title {
    font-size: 30px;
    color: #00aeef;
    font-family: 'Apercu Pro';
    font-weight: bold;
    margin-bottom: 45px;
    line-height: 35px;
}

.sub-heading,
.panel-heading,
.h2_title {
    font-size: 26px;
    color: #00aeef;
    font-family: 'Apercu Pro';
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 100%;
}

.panel-heading {
    font-size: 24px;
}

.center-img {
    text-align: center;
}

.center-img img {
    display: block;
    margin: 60px auto 0;
}

/*P tags*/
.ptag p {
    font-family: 'Apercu';
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 25px;
}

.ptag p:last-of-type {
    margin-bottom: 0;
}

.ptag p a {
    text-decoration: none;
    display: inline-block;
    color: #00aeef;
    word-break: break-all;
}

.ptag p a:hover {
    text-decoration: underline;
}

/*Default List*/
.dlist,
.ptag ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 40px;
}

.ptag ul {
    margin-top: 26px;
}

.dlist li,
.ptag ul li {
    font-family: 'Apercu';
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 37px;
    width: 100%;
    color: #454547;
    font-weight: normal;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
}

.dlist.half li {
    width: 50%;
}

.dlist.thrice li {
    width: 33.33%;
}

.dlist li:before,
.ptag .subrub_pages li:before,
.ptag ul li:before {
    content: '';
    background: url(../images/icon_tick.png) no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    width: 26px;
    height: 26px;
}

.ptag .subrub_pages li {
    width: 33.33%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    float: left;
}

.ptag .subrub_pages li:hover a,
.ptag .subrub_pages li.active {
    color: #00aeef
}



/*Center List*/
.clist {
    text-align: center;
    font-size: 0;
}

.clist li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 15px;
}

/*Inner Content*/
.inpage {
    padding: 70px 0 70px;
    background-color: #e9f1f5;
}

.inpage .main-heading {
    margin-bottom: 20px;
}

.inpage .hm-col-4 {
    padding: 0 35px;
}

.inpage .dlist li,
.ptag .subrub_pages li,
.ptag ul li {
    padding-left: 30px
}

.inpage .panel-in-list {
    background-color: #ffffff;
    padding: 35px 30px 15px;
    border-left: 2px solid #00aeef;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

.inpage .panel-in-list .dlist {
    margin: 0;
}

.inpage .dlist li:before,
.ptag .subrub_pages li:before,
.ptag ul li:before {
    width: 16px;
    height: 20px;
    filter: invert(59%) sepia(86%) saturate(3365%) hue-rotate(162deg) brightness(98%) contrast(101%);
    background-size: 100%;
}

.inner-key-wrapper {
    padding-top: 65px;
    border-top: 1px solid #e8eef1;
    align-items: flex-start;
    width: 100%;
}

.inner-key-wrapper .hm-col-4 p {
    color: #424242;
}

.inpage .hm-col-4 .hm-label {
    font-size: 20px;
}

.inner-key-wrapper .hm-col-4 .hm-num sup {
    position: absolute;
    top: -22px;
    line-height: 100%;
    font-size: 30px;
}

.inner-left-block {
    /*	width: 74.65%;*/
    width: calc(100% - 410px);
    float: left;
    position: relative;
    display: inline-block;
}

.inner-left-block .hm-team-list {
    margin-bottom: 50px;
}

.mrgb50 {
    margin-bottom: 50px;
}

.mrgb45 {
    margin-bottom: 45px;
}

.right-sidebar {
    width: 331px;
    float: right;
    position: sticky;
    top: 45px;
    position: -webkit-sticky;
    margin-top: -229px;
}

.right-sidebar .get-free-quote-info {
    transform: none;
    -webkit-transform: none;
    right: inherit;
    position: relative;
    margin-bottom: 50px;
    padding: 35px;
    width: 100%;
    z-index: inherit
}

.right-sidebar .get-free-quote-info .form-group {
    margin-bottom: 15px;
}

.grow-box {
    padding: 70px 30px 40px;
    text-align: center;
    background-color: #ffffff;
}

.grow-box .exp-caption {
    border-top: 1px solid #d5d5d5;
    padding: 32px 0 0
}

.grow-box .exp-caption .num {
    font-size: 70px;
    color: #00aeef;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 15px;
}

.grow-box .exp-caption .num sup {
    font-size: 50px;
}

.grow-box .exp-caption p {
    font-size: 20px;
    font-weight: normal;
}

.grow-box .exp-caption .exp-heading {
    color: #404040;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}

.grow-box > img {
    margin-bottom: 70px;
}

.call-info-sidebar {
    background-color: #ffffff;
    padding: 40px 35px;
}

.call-info-sidebar li span {
    color: #424242;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.call-info-sidebar li a {
    color: #424242;
    font-size: 20px;
    font-weight: normal;
}

.call-info-sidebar li img {
    margin-right: 10px;
    display: inline-block;
    margin-top: -5px;
}

.call-info-sidebar li:not(:last-child) {
    border-bottom: 1px solid #e5e9eb;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.call-info-sidebar li {}

.call-info-sidebar .sub-heading {
    margin-bottom: 25px;
}

/*----- PAGE TITLE | BREADCRUMBS -----*/
.inbanner {
    padding: 225px 0 0px;
    position: relative;
    min-height: 330px;
}

.inbanner .pgtitle {
    border-top: 1px solid rgba(0, 174, 239, .16)
}

.pgtitle {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 35px 0px;
    font-family: 'BruumFYW01';
    font-weight: bold
}

/*BREADCRUMBS*/
.brd-sec {
    background-color: #ffffff;
    border-bottom: 1px solid #ccd6db;
    padding: 5px 0;
}

.breadcrumb_bar ul {
    width: 100%;
}

.breadcrumb_bar ul li {
    float: left;
    list-style: none;
    color: #00aeef;
    padding: 10px 0;
    margin: 0 0px 0 0;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Apercu';
}

.breadcrumb_bar ul li a {
    text-decoration: none;
    position: relative;
    margin-right: 30px;
    display: inline-block;
    color: #424242;
}

.breadcrumb_bar ul li a:after {
    position: absolute;
    z-index: 0;
    content: '';
    background: #ccd6db;
    top: 6px;
    right: -15px;
    width: 1px;
    height: 14px;
}

.breadcrumb_last {
    display: inline-block;
}

/*-----BUTTONS-----*/
.btn_list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 0 -8px;
}

.btn_list li {
    padding: 0px 8px;
}

[class*="btn_"] {
    font-family: 'Apercu';
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 10px 35px;
    overflow: hidden;
}

[class*="btn_"] img {
    margin-left: 15px;
}


.btn_blue {
    background: #00aeef;
}



[class*="btn_"] {
    overflow: hidden;
}

/*----- THANK YOU | 404 -----*/
.thank-content,
.error-page {
    text-align: center;
}

.thank-content img,
.error-page img {
    margin-bottom: 30px;
    max-width: 350px;
}

.thank-content p,
.error-page p {
    font-size: 18px;
}

.thank-content p {
    max-width: 50%;
    margin: 0 auto;
}

.thank-content p a {
    color: #00aeef;
}

.thank-content p a:hover {
    text-decoration: underline;
}

/*-----SLICKNAV-----*/
.slicknav .slick-prev,
.slicknav .slick-next {
    width: 43px;
    height: 43px;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    top: calc(50% - 21px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 0;
}

.slicknav .slick-prev {
    left: 0;
}

.slicknav .slick-next {
    right: 0;
}

.slicknav .slick-prev:before,
.slicknav .slick-next:before {
    font-size: 18px;
}

/*-----HEADER-----*/
.mainheader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    /*
	background: #000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 29%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,rgba(0, 0, 0, 0.9)), color-stop(100%,rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 29%,rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 29%,rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9)29%,rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 29%,rgba(0, 0, 0, 0) 100%) W3C  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.9)', endColorstr='rgba(0, 0, 0, 0)',GradientType=0 );
    padding-bottom: 10%;
*/
}

.tophead .container.hdwrap {
    position: inherit;
}

/*.fixed-header .tophead{position: fixed;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.23);-webkit-animation-duration: 0.7s;-webkit-animation-name: headfadeIn;animation-name: headfadeIn;animation-duration: 0.7s;-webkit-animation-fill-mode: both;animation-fill-mode: both}
@-webkit-keyframes headfadeIn { 0% { opacity: 0;-webkit-transform: translateY(-50px);transform: translateY(-50px);} 100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}
@keyframes headfadeIn {0% { opacity: 0; -webkit-transform: translateY(-50px);transform: translateY(-50px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}*/

.logo-left {
    max-width: 225px;
    float: left;
    padding: 15px 0 0;
}

.logo-left a {
    display: block;
}

.call-header-links ul {
    border-bottom: 1px solid rgba(0, 174, 239, .16);
    width: auto;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-end;
}

.call-header-links ul li {
    display: inline-block;
    float: left;
    margin: 26px 108px 26px 0;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
}

.call-header-links ul li:last-child {
    margin-right: 0;
}

.call-header-links ul li:not(:last-child):before {
    position: absolute;
    content: "";
    right: -49px;
    background-color: rgba(255, 255, 255, .20);
    height: 14px;
    width: 1px;
    top: 3px;
}

.call-header-links ul li:first-child > span {
    color: #00aeef
}

.call-header-links ul li > img {
    margin-right: 20px;
}

.menu_link ul > li.hidden {
    display: none
}

.menu_link {
    padding-left: 0;
    margin: 0 0 0 auto;
    width: calc(100% - 240px);


}

.menu_link > nav > ul {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu_link nav > ul > li {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.menu_link nav > ul > li > a {
    font-family: 'Apercu';
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
    padding: 20px 0px;
    display: block;
    text-transform: capitalize;
    position: relative;
    line-height: 100%;
    margin: 0px 30px;
    letter-spacing: 0.5px
}

.menu_link nav > ul > li > a:hover img,
.menu_link nav > ul > li.active > a img {
    filter: invert(53%) sepia(53%) saturate(3359%) hue-rotate(162deg) brightness(99%) contrast(102%);
}

.menu_link nav > ul > li:last-child > a {
    margin-right: 0;
}

.menu_link nav > ul > li:hover > a,
.menu_link nav > ul > li.active > a,
.ft-call-links li a:hover,
.sub-dropdown > li:hover > a,
.sub-dropdown > li.active > a,
.call-header-links ul li a:hover {
    color: #00aeef
}

.menu_link ul > li:hover > a > i.menudrop {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu .menu-dropdown > li > a:hover,
.submenu .menu-dropdown > li.active > a {
    color: #003462;
}


.submenu .container {
    margin: auto;
    max-width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-menu-wrap {
    /*display: flex;
	align-items: center;
	justify-content: center;*/
    padding: 30px 0px;
}

.sub-menu-wrap > ul.menu-dropdown {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sub-menu-wrap ul li {
    width: 100%;
}

.sub-dropdown {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.menu_link .submenu {
    right: 0;
    position: absolute;
    top: 130%;
    /*	top: 50%;*/
    width: 100%;
    text-align: left;
    border-radius: 0px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    max-width: 100%;
    max-width: 100%;
    background: #fff;
    min-width: 230px;
    border-top: 3px solid #00aeef;
    box-shadow: 1px 1px 12px 2px rgba(0, 52, 98, 0.18);
    -webkit-box-shadow: 1px 1px 12px 2px rgba(0, 52, 98, 0.18);
    pointer-events: none;
}

.menu_link nav > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 0px solid #22186b;
    margin: 0 auto;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}


.menudrop {
    z-index: 1;
    display: inline-block;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: 0px;
    line-height: 16px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    font-size: 12px;
}

.menu_link ul > li.hidden,
.togglebtn,
.menulogo,
.hide-desktop,
.visible-sm,
.mobile-visible {
    display: none
}

.submenu .menu-dropdown > li > a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    padding-left: 30px;
    transition: all 500ms ease 0s;
    position: relative;
    color: #00aeef;
}

.sub-dropdown.two-column li {
    width: 33.33%;
    display: inline-block;
    float: left;
}

.sub-dropdown > li > a {
    padding: 5px 10px;
    padding-left: 30px;
    transition: all 500ms ease 0s;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.sub-dropdown > li > a:before {
    position: absolute;
    left: 0px;
    content: "\f101";
    font-size: 18px;
    font-family: "FontAwesome";
}

.submenu .menu-dropdown > li > a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    content: "";
    background: url(../images/plus-icon-small.png);
    width: 15px;
    height: 15px;
    transition: all 500ms ease;
    margin: 20px 0;
    background-size: 100%;
    filter: invert(48%) sepia(86%) saturate(3365%) hue-rotate(162deg) brightness(105%) contrast(105%);
    background-size: 100%;
}


.sub-menu-wrap ul.single-column li a {
    display: inline-block
}

.sub-menu-wrap ul .menucaption p,
.menucaption {
    font-size: 16px;
}

.menu_link nav > ul > li > ul.submenu > li:last-child a {
    border-bottom: none;
}

.menu_link nav > ul > li.has-sub {
    position: static;
}



html.menuhidden {
    position: fixed;
    overflow-y: hidden
}

.fullmenu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}


/*----- FOOTER -----*/

footer {
    background-color: #003462;
    padding: 55px 0 0;
}

.call-box {
    width: 47px;
    height: 47px;
    text-align: center;
    border-radius: 100%;
    line-height: 45px;
    background-color: #00aeef;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.call-box:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 174, 239, .40);
    height: 107px;
    top: -28px;
    width: 1px;
    left: 50%;
    z-index: -1;
}

.ft-call-links {
    display: flex;
    padding-left: 69px;
    justify-content: center;
    align-content: center;
    width: calc(100% - 340px);
}

.ft-call-links li {
    width: 25%;
    text-align: center;
    margin-bottom: 60px;
}

.ft-call-links li span {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold
}

.ft-title {
    font-size: 28px;
    color: #ffffff;
    font-family: 'BruumFYW01';
    line-height: 38px;
    margin-bottom: 55px;
}

.ft-heading,
.social-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    line-height: 100%;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.ft-right-block {
    width: 31.74%;
    float: right
}

.social-list li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 55px;
}

.asc-logo {
    margin-bottom: 55px;
}

.social-title {
    margin-bottom: 0;
}

.social-list li a {
    width: 58px;
    height: 58px;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    display: block;
    /*border: 1px solid #ffffff;*/
    line-height: 64px;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    position: relative;
    z-index: 1;
}

.social-list li a:hover {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.8509803921568627);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.social-list li a:hover:after {
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    background: #00aeef;
    z-index: -1;
    box-shadow: 0 0 0 1px #00aeef;
}

.social-list li a:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 1px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.ft-heading:after {
    position: absolute;
    content: "";
    background-color: #00aeef;
    width: 21px;
    height: 4px;
    bottom: 0;
    left: 0
}

.ft-call-links li a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #ffffff;
}

.social-list li:last-child {
    margin-right: 0
}

.social-list li a i {
    font-size: 26px;
    color: #ffffff;
}

.ftlogo {
    max-width: 230px;
    margin-right: 60px;
    margin-bottom: 60px;
}

footer .hdwrap {
    align-items: center;
}

.img-abs-left {
    position: absolute;
    top: 50px;
    left: 15PX;
}

.ft-top-divider {
    border-top: 1px solid rgba(255, 255, 255, .20);
    padding-top: 70px;
}

.ft-left-bock {
    width: 48%;
    float: left
}

#menu-quick-links {
    margin-bottom: 40px;
}

.ftlinks li {
    margin-bottom: 8px;
}

.ftlinks li {
    color: #fff;
}

.service-ft-links ul.ftlinks li {
    padding-left: 30px;
    position: relative;

}

.service-ft-links ul.ftlinks li a {
    cursor: pointer !important;
}

.service-ft-links ul.ftlinks {
    margin-bottom: 45px;
    margin-top: 10px;
}

.service-ft-links ul.ftlinks li:before {
    position: absolute;
    content: "";
    left: 0;
    background: url(../images/plus-icon-small.png) no-repeat;
    width: 8px;
    height: 8px;
    background-size: 100%;
    top: 8px;
    left: 0;
}

.ftlinks li a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-transform: capitalize;

}

#menu-our-servcies li a {
    cursor: context-menu;
}

.ft-copyright {
    background-color: #01182c;
    text-align: center;
    padding: 15px 0;
    color: #ffffff;
    font-size: 16px;
}

.newsletter-form-wrap .btn-submit {
    width: 56px;
    background-color: #00aeef;
    min-width: auto;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
    height: 50px;
    padding: 0;
    border: 1px solid #00aeef;
}

.newsletter-form-wrap .btn-submit:hover {
    background-color: #003462;
}

.newsletter-form-wrap .btn-submit:hover img {
    animation: hoverBtn ease-out 0.3s reverse;
}

.get-free-quote-info .submitbtn,
.getform .submitbtn {
    width: 100%;
    height: 45px;
}

.get-free-quote-info .submitbtn input[type=submit],
.getform .submitbtn input[type=submit] {
    position: absolute;
    width: 100%;
    height: 45px;
    z-index: 11;
    left: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes hoverBtn {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    51% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1;
    }

    52% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    53% {
        opacity: 0;
    }

    54% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes hoverBtn {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    51% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1;
    }

    52% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    53% {
        opacity: 0;
    }

    54% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



.newsletter-form-wrap {
    width: 100%;
    padding-right: 56px;
    position: relative;
    margin-bottom: 75px;
}

.newsletter-form-wrap .form-control {
    color: #5a5a5a;
    font-size: 18px;
    height: 50px;
}

/*----- SUPPLIERS -----*/


/*----- TRUST FACTOR -----*/
.hm-col-4 {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 75px;
}

.hm-label {
    color: #404040;
    font-size: 24px;
    display: block;
    font-weight: bold
}

.hm-num {
    font-size: 50px;
    color: #00aeef;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.hm-num sup {
    position: absolute;
    top: -8px;
    font-size: 30px;
}

.hm-col-4 p {
    color: #7a7f81;
    font-weight: normal;
}

.hm-col-4:not(:last-child) {
    border-right: 1px solid #d2dbe1;
}

/*----- INNER CTA -----*/

/* COMMON TEAM LISTING */
.hm-team-list {
    display: flex;
    flex-wrap: wrap;
}

.hm-team-list li {
    width: calc(33.3% - 3px);
    float: left;
    position: relative;
    margin-bottom: 3px;
    /*display: inline-block;*/
    margin-right: 3px;
}

.hm-team-list .slick-prev:before,
.hm-team-list .slick-next:before {
    opacity: 1;
    color: #ffffff !important;
}

.hm-team-list .slick-prev,
.hm-team-list .slick-next {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 100%;
}

.hm-team-list .more-link img {
    display: inline-block !important;
}

/*
.hm-team-list li:nth-child(3n) {
	margin-right: 0
}
*/

.hm-team-list li a {
    position: relative;
    display: block;
    overflow: hidden
}

.team-caption {
    background: -moz-linear-gradient(top, rgba(3, 2, 2, 0) 0%, rgba(3, 2, 2, 0.09) 13%, rgba(3, 2, 2, 0.2) 24%, rgba(3, 2, 2, 0.65) 62%, rgba(3, 2, 2, 0.84) 78%, rgba(3, 2, 2, 0.98) 95%, rgba(3, 2, 2, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(3, 2, 2, 0) 0%, rgba(3, 2, 2, 0.09) 13%, rgba(3, 2, 2, 0.2) 24%, rgba(3, 2, 2, 0.65) 62%, rgba(3, 2, 2, 0.84) 78%, rgba(3, 2, 2, 0.98) 95%, rgba(3, 2, 2, 1) 100%);
    background: linear-gradient(to bottom, rgba(3, 2, 2, 0) 0%, rgba(3, 2, 2, 0.09) 13%, rgba(3, 2, 2, 0.2) 24%, rgba(3, 2, 2, 0.65) 62%, rgba(3, 2, 2, 0.84) 78%, rgba(3, 2, 2, 0.98) 95%, rgba(3, 2, 2, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00030202', endColorstr='#030202', GradientType=0);
    position: absolute;
    /* content: ""; */
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 60px 45px 0;
    z-index: 1;
    color: #ffffff;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    min-height: 200px;
}

.team-caption .des {
    line-height: 100%;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.team-caption .team-name {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
    width: 100%;
    clear: both;
}

.team-caption .more-link {
    position: absolute;
    bottom: -35px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    padding-bottom: 5px;
    color: #00aeef
}

.team-caption .more-link:before {
    border-color: currentColor
}



/*----- ANIMATION -----*/
.js_oslist .slick-next:before,
.js_oslist .slick-prev:before {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.more-link {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.more-link:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid #ffffff;
}

.more-link > img {
    width: 11px;
    opacity: 1;
}

@-webkit-keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.more-link:hover:before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

.menu_link li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {

    #hamburger-icon:hover .line-1,
    #hamburger-icon:focus .line-1 {
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
    }

    #hamburger-icon:hover .line-3,
    #hamburger-icon:focus .line-3 {
        transform: translateY(4px);
        -webkit-transform: translateY(4px);
        -moz-transform: translateY(4px);
    }

    .menu_link nav > ul > li.has-sub:hover > a:after {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-bottom-width: 12px;
        border-bottom-style: solid;
        border-bottom-color: #00aeef;
    }

    .ftlinks li a:hover,
    .ct-address-list li a:hover,
    .breadcrumb_bar ul li a:hover,
    .ftlinks li.active a {
        color: #00aeef;
    }

    .ftlinks li.active .ftlinks li a {
        color: white;
    }

    .ftlinks li.active .ftlinks li.active a {
        color: #00aeef;
    }

    [class*="btn_"]:before {
        opacity: 0;
        background: rgb(250, 251, 252);
        transform: scale(1, 0.1);
    }

    [class*="btn_"]:after {
        transition: all 0.3s;
        border: 1px solid rgb(0, 174, 239);
    }

    [class*="btn_"]:before,
    [class*="btn_"]:after {
        content: '';
        position: absolute;
        transition: all 0.3s;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    [class*="btn_"]:hover:before {
        opacity: 1;
        transform: scale(1, 1);
    }

    [class*="btn_"]:hover:after {
        /*transform: scale(1, .1); opacity: 0;*/
    }

    [class*="btn_"].btn_wht:before,
    [class*="btn_"].btn_wht:after {
        border-top-color: #fa7e1b;
        border-bottom-color: #fa7e1b;
    }

    [class*="btn_"]:hover,
    .call-info-sidebar li a:hover,
    .service-list li a:hover,
    .service-list li.active a,
    .service-list li:hover:before {
        color: #00aeef;
    }

    .hm-team-list li a:hover .team-caption {
        background: -moz-linear-gradient(top, rgba(0, 52, 98, 0) 0%, rgba(0, 52, 98, 0.06) 13%, rgba(0, 52, 98, 0.21) 29%, rgba(0, 52, 98, 0.33) 38%, rgba(0, 52, 98, 0.65) 59%, rgba(0, 52, 98, 0.81) 70%, rgba(0, 52, 98, 0.94) 85%, rgba(0, 52, 98, 0.98) 96%, rgba(0, 52, 98, 0.98) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 52, 98, 0) 0%, rgba(0, 52, 98, 0.06) 13%, rgba(0, 52, 98, 0.21) 29%, rgba(0, 52, 98, 0.33) 38%, rgba(0, 52, 98, 0.65) 59%, rgba(0, 52, 98, 0.81) 70%, rgba(0, 52, 98, 0.94) 85%, rgba(0, 52, 98, 0.98) 96%, rgba(0, 52, 98, 0.98) 100%);
        background: linear-gradient(to bottom, rgba(0, 52, 98, 0) 0%, rgba(0, 52, 98, 0.06) 13%, rgba(0, 52, 98, 0.21) 29%, rgba(0, 52, 98, 0.33) 38%, rgba(0, 52, 98, 0.65) 59%, rgba(0, 52, 98, 0.81) 70%, rgba(0, 52, 98, 0.94) 85%, rgba(0, 52, 98, 0.98) 96%, rgba(0, 52, 98, 0.98) 100%);
    }

    .hm-team-list li a:hover .team-caption {
        transform: translateY(0px);
    }

    .hm-team-list li a:hover .team-caption .more-link {
        bottom: 30px
    }

    .diff_list li:hover .diff_cont_bg {
        opacity: 1;
        transform: scale(1);
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }

    .diff_list li:hover .diff_cont img {
        margin: 0 0 20px;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        width: 60px;
    }

    .diff_list li:hover .diff_title {
        padding-bottom: 10px;
        min-height: 55px;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }

    .diff_list li:hover .diff_cont p {
        height: auto;
        transition: all ease 0.3s;
        overflow: visible;

        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }
}

.inpage .corporate-detail .panel-in-list {
    padding: 25px 30px 15px
}

.inpage .corporate-detail .panel-in-list ul li {
    margin-bottom: 10px;
}

.corporate-detail .panel-in-list:last-child {
    margin-bottom: 0;
}

.service-sd-wrapper {
    background-color: #ffffff;
    border-top: 5px solid #00aeef;
    padding: 40px 35px;
    margin-bottom: 50px;
}

.service-list li {
    font-size: 18px;
    color: #424242;
    padding-left: 24px;
    padding-bottom: 25px;
}

.service-list li:not(:last-child) {
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e9eb
}

.service-list li:before {
    position: absolute;
    left: 35px;
    content: "\f101";
    font-size: 18px;
    font-family: "FontAwesome";
}

.mrglr0 {
    margin-left: 0;
    margin-right: 0;
}

div.wpcf7-mail-sent-ok {
    color: #398f14;
    background: #ffffff;
}

.slick-slider > * {
    display: none;
}

.slick-slider.slick-initialized > * {
    display: block;
}

.mc4wp-response .mc4wp-success p {
    color: white !important;
}

.grecaptcha-badge {
    z-index: 99;
}

.page-template-page-areas-we-serve .inpage,
.page-template-page-suburb .inpage {
    padding: 70px 0 0px
}

/* new added section css */
.diff_wrapper {}

.diff_blocks_parent {}

.diff_list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin: 0 3px;
}

.diff_blocks_parent {
    padding-bottom: 30px;
}

.diff_list li {
    width: 20%;
    background: #fff;
    border-right: 1px solid #d0dbe0;

    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 470px;
}

.diff_cont_bg {
    position: absolute;
    left: -1px;
    top: -20px;
    right: -1px;
    bottom: -20px;
    background: #fff;
    z-index: 0;
    border: 1px solid #d0dbe0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

    opacity: 0;
    transform: scale(0);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.diff_list li:last-child {
    border-right: 0;
}

.diff_list li a {
    position: relative;
    display: block;
    z-index: 1;
    padding: 20px 30px;
}

.diff_cont {
    min-height: 370px;
    text-align: center;

}

.diff_cont img {
    margin: 40px 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.diff_title {
    font-size: 22px;
    line-height: 24px;
    text-transform: inherit;
    padding-bottom: 20px;
    color: #00aeef;
    font-weight: 700;
    min-height: 68px;

    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.diff_cont p {
    height: 100px;
    overflow: hidden;
    margin-bottom: 0 !important;
    font-size: 16px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.diff_list li p {
    font-size: 16px;
}

/*UPDATE*/
.custom-select {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%;
    width: 100%;
    transition: background-color 0.3s;
    height: 45px;
    background-color: #fff;
    font-family: 'Apercu';
    font-weight: 300;
    font-size: 14px;
}

.custom-select select {
    padding: 0 30px 0 15px;
    width: 100%;
    height: 100%;
    color: #424242;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select select option {
    color: #424242;
}

.custom-select:after {
    content: " ";
    display: block;
    right: 10px;
    top: 19px;
    height: 0;
    width: 0;
    position: absolute;
    border-top: 5px solid #00aeef;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
}

.inpage .hm-team-list li {
    width: calc(25% - 3px);
}

.inpage .hm-team-list li:nth-child(3n) {
    margin-right: 3px
}

.inpage .hm-team-list li:nth-child(4n) {
    margin-right: 0px
}

.inpage .team-caption {
    padding: 60px 25px 0;
}

.inpage .team-caption .team-name {
    font-size: 20px;
}

.team_mobile_box {
    display: none;
}

.img_wrp {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    clear: both;
}

.img_wrp h3 {
    color: #00aeef;
    margin-bottom: 20px;
    font-size: 30px;
}

.img_wrp .text_cnt {
    width: calc(100% - 450px);
}
.sm_fnt {
    font-size: 14px !important;
}