.contact-us-banner {
    background: rgba(0, 0, 0, 0) url(../images/contact-us-banner.jpg) no-repeat scroll center bottom / cover;
}
.static-banner {
    padding: 165px 0;
    position: relative;
}
.static-banner h1 {
    font-weight: 900;
    font-size: 64px;
    color: #fff;
    line-height: 64px;
}
.static-overlay {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.static-banner .container {
    position: relative;
}
.breadcrumb-absolute {
    top: 17px;
    left: 25px;
}
.breadcrumb {
    padding: 8px 15px !important;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
.basic-breadcrumb .breadcrumb {
    margin-bottom: 4px;
    font-size: 12px;
    color: #999;
    margin-top: 14px;
    background-color: transparent;
    border: 0 none;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.basic-breadcrumb .breadcrumb li a, .basic-breadcrumb .breadcrumb li span, .basic-breadcrumb .breadcrumb li {
    text-transform: capitalize;
    line-height: 10px !important;
}
.breadcrumb li {
    max-width: 232px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    white-space: nowrap;
}
.breadcrumb>li {
    display: inline-block;
}
.basic-breadcrumb .breadcrumb li a, .basic-breadcrumb .breadcrumb li span, .basic-breadcrumb .breadcrumb li {
    text-transform: capitalize;
    line-height: 10px !important;
}

.basic-breadcrumb .breadcrumb a {
    font-size: 12px;
    color: #fff;
}
.breadcrumb-absolute li>a {
    color: #fff !important;
}
.basic-breadcrumb .breadcrumb>li+li::before {
    color: #000;
    content: "" !important;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 0 5px;
    margin-right: 2px;
    vertical-align: inherit;
}

.breadcrumb-absolute li+li::before {
    color: #fff !important;
}
.contact-us-page {
    background-color: #f4f4f4;
    padding-top: 45px;
    padding-bottom: 45px;
}
.contact-us-page > .container > .row a {
    width: 100%;
    height: 100%;
}
.contact-us-info.bg-white {
padding: 34px 15px;
}
.icon-chat-new {
    background-position: -586px -1284px;
}

.icons-contact-us {
    width: 64px;
    height: 64px;
    display: inline-block;
    margin: 0px auto 5px;
}
.icons {
    background-image: url(../images/sprite1-16.png);
    background-repeat: no-repeat;
}
.icon-supports {
    background-position: -116px -526px;
}
.icon-corporate-support {
    background-position: -202px -526px;
}
.icon-invoice-support {
    background-position: -289px -521px;
}
.contact-name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #1b1d28;
    letter-spacing: 0px;
    line-height: 21px;
}
.contact-mail {
    font-size: 14px;
    color: #8c8c8c;
    letter-spacing: 0px;
    word-wrap: break-word;
}
.contact-us-form{
    padding:15px 0;
    position: relative;
}
.section-heading {
    font-weight: 800;
    font-size: 14px;
    color: #333742;
    letter-spacing: 1.5px;
    position: relative;
    padding: 15px 0;
    text-transform: uppercase;
    line-height: 18px;
}
.section-heading:before {
    content: " ";
    background: #000;
    box-shadow: none;
    width: 44px;
    height: 4px;
    position: absolute;
    bottom: 0;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.form-list .form-group {
    position: relative;
    margin-bottom: 0px;
    margin-top: 20px;
}
.form-list .form-control {
    background-color: transparent;
    background-image: linear-gradient(#26d400, #26d400), linear-gradient(#eaeaec, #eaeaec);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    font-weight: 400;
    transition: background 0s ease-out 0s;
    padding-left: 25px;
}
.icon-fullname {
    background-position: -764px -337px;
}
.icons-contact {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 10px;
    left: 0;
}
.icon-email {
    background-position: -16px -213px;
}
.icon-phone {
    background-position: -724px -337px;
}
.about-us-banner {
    background: rgba(0, 0, 0, 0) url(../images/about-us-banner.jpg) no-repeat scroll center top / cover;
}
.static-page .nav {
    margin-bottom: 35px;
}
.static-page .nav-horizontal li {
    float: left;
    width: 25%;
    padding: 0;
    margin: 0 !important;
    position: relative;
}
.static-page .sticky-wrapper .nav-horizontal .active .bg-white {
    box-shadow: 0px 1px 0px 0px rgba(36, 38, 47, .1), 0px 38px 82px 0px rgba(0, 0, 0, .18);
}

.static-page .nav-horizontal .bg-white {
    padding: 45px 0 49px;
    position: relative;
    transition: all .6s ease;
    border-radius: 0px !important;
    background-color: #fff;
}
.nav-horizontal li.active a {
    background: linear-gradient(101deg, #000 -25%, #00cdff 100%);
    color: #fff !important;
}
.nav-horizontal li a {
    color: #5a6277;
    display: block;
    padding: 10px 20px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    border-radius: 20px;
    letter-spacing: .7px;
}
.static-page li.active .down-arrow {
    opacity: 1;
}
.down-arrow {
    background: linear-gradient(101deg, #000 -25%, #00cdff 100%);
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, .1);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 50px;
    text-align: center;
    opacity: 0;
    z-index: 111;
}
.icon-down-arrow {
    background-position: -583px -337px;
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: middle;
    margin: 0 auto;
}
.static-page .section-heading{
    margin-bottom: 30px;
}
.static-page .section-heading:before{
    left: 0;
    transform: translateX(0%);
}
.about-us-image-big {
    position: relative;
    background: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, .15);
    border-radius: 3px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.who-we-are {
    padding: 25px 0 45px 0;
    background: #f4f4f4;
}
.what-we-do {
    padding: 30px 0 40px 0;
}
.our-promise {
    background-color: #f4f4f4;
    padding: 30px 0 40px 0;
    border-bottom: 1px solid #000;
}
.static-page h4 {
    color: #f4f4f4;
    font-family: "Raleway", sans-serif;
    font-size: 135px;
    font-weight: 900;
    line-height: 64px;
    opacity: .8;
}
.our-promise-content {
    background: #fff;
    box-shadow: 0px 1px 0px 0px rgba(36, 38, 47, .1), 0px 4px 6px 0px rgba(0, 0, 0, .06);
    border-radius: 3px;
    height: 100%;
    padding: 25px 30px;
    margin-top: 10px;
}