@font-face {
    font-family: icoMoon;
    src: url(//raw.githubusercontent.com/Keyamoon/IcoMoon-Free/master/Font/IcoMoon-Free.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: medium;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-location2:before {
    content: "\E948";
}
.icon-quotes-left:before {
    content: "\E977";
}
.icon-menu:before {
    content: "\E9BD";
}
.icon-cancel-circle:hover:before {
    content: "\EA0D";
    font-size: xx-large;
    color: #f0f0f0;
}
.icon-cancel-circle:before {
    content: "\EA0D";
    font-size: xx-large;
    color: #d3d3d3;
}
.icon-checkmark:before {
    content: "\EA10";
}
.icon-arrow-right2:before {
    content: "\EA3C";
    position: relative;
    left: 30%;
    top: 30%;
}
.icon-arrow-left2:before {
    content: "\EA40";
}
.icon-circle-up:before {
    content: "\EA41";
}
.icon-circle-down:before {
    content: "\EA43";
    font-size: smaller;
}
.icon-circle-left:before {
    content: "\EA44";
}
.icon-location:before {
    content: "\E947";
}
.quote-wrapper {
    background: #33363a;
    position: relative;
    display: flex;
    align-items: center;
    z-index: -10;
}
.quote-content {
    opacity: 0;
    width: 100%;
}
.quote-content h2 {
    color: #fff;
}
.close-quote {
    position: absolute;
    right: 6rem;
    top: 4rem;
    cursor: pointer;
}
.site-footer {
    bottom: 0;
    width: 100%;
    background: #33363a;
    z-index: 1;
}
.site-footer .quote-wrapper {
    position: relative;
    height: 85vh;
}
.site-footer .quote-content {
    opacity: 1;
}
.quote-step-lists {
    list-style: none;
    padding: 0;
    margin: 0;
}
.label-type-two .quote-step-img {
    height: 10rem;
}
.label-img {
    display: block;
    position: relative;
    border: 2px solid #33363a;
    overflow: hidden;
    cursor: pointer;
}
.label-img:hover .quote-step-img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.label-img.active .label-imgtxt {
    background: rgba(40, 166, 215, 0.9);
}
.label-img.active .label-success-icon {
    opacity: 1;
}
.label-img.active .quote-step-img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.label-imgtxt {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    padding: 0.4rem 1rem;
    line-height: 1.6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.label-success-icon {
    position: absolute;
    right: 1rem;
    bottom: 0.6rem;
    line-height: 2;
    background: rgba(40, 166, 215, 0.9);
    min-width: 1.8rem;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    opacity: 0;
}
.quote-step-img {
    height: 10rem;
    background-size: cover;
    background-position: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
}
.step-progress {
    position: relative;
    padding: 0.6rem 0;
    margin-top: 1rem;
}
.progress-count {
    position: absolute;
    right: 0;
    width: 3rem;
    text-align: right;
    top: 0;
    color: #6f6f6f;
}
.progress-bar {
    width: calc(100% - 3rem);
}
.progress-bar,
.progress-bar span {
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}
.progress-bar span {
    width: 0;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    display: block;
}
.prev-next {
    display: flex;
    margin-top: 0.8rem;
}
.prev-next .site-btn {
    border: 0;
    height: 4rem;
}
.prev-next .next {
    width: 100%;
    background-color: #212529;
    border: 1px solid gray;
    color: gray;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s ease 0s;
    margin: 0 1.5rem;
    pointer-events: none;
}
.prev-next .next span {
    font-family: Gotham, Open Sans, Helvetica Neue, sans-serif;
}
.prev-next .next:after {
    content: "\EA3C";
    right: 1.2rem;
}
.prev-next .next.go-next {
    color: #fff;
    cursor: pointer;
    background-color: rgba(40, 166, 215, 0.9);
    border: 1px solid #fff;
    pointer-events: auto;
}
.prev-next .next.go-next:after {
    animation: pulse 1s infinite;
    animation-fill-mode: both;
}
.prev-next .next,
.prev-next .prev {
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: icomoon;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    outline: 0 !important;
}
.prev-next .next:after,
.prev-next .prev:after {
    position: absolute;
}
.prev-next .prev {
    background-color: #212529;
    color: hsla(0, 0%, 84%, 0.8);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    width: 4.454rem;
    border-radius: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    cursor: pointer;
}
.prev-next .prev:after {
    content: "\EA40";
}
.press-keydiv {
    text-align: right;
    padding: 1rem 1.5rem 1rem 0;
    position: relative;
}
.press-enterkey {
    animation: boom 1s infinite;
    animation-fill-mode: both;
    color: #bdbdbd;
    font-size: 1.2rem;
    display: block;
    transition: all 0.3s ease 0s;
    position: absolute;
    right: 1.5rem;
}
@keyframes pulse {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
}
@keyframes boom {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.steps-title {
    color: #fff;
    font-size: 5vmin;
    font-weight: 600;
    letter-spacing: 2px;
}
.steps-title789 {
    font-size: 4vmin !important;
}
.steps-info-title {
    font-weight: 400;
    color: #9c9c9c !important;
    font-size: 20px;
}
.steps-main {
    margin-top: 2rem;
}
.qs-form {
    display: flex;
    transition: all 0.2s;
}
.qs-input {
    padding: 1rem;
    font-size: 20px;
    background: 0 0;
    font-weight: 600;
}
.qs-input,
.qs-select {
    border: none;
    width: 100%;
    outline: 0 !important;
    color: #fff;
}
.qs-select {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    background-color: #33363a;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.qs-date-col {
    width: 20%;
    float: left;
    min-height: 7.3rem;
    cursor: pointer;
    background: #c3c3c3;
    border: 2px solid #33363a;
    text-align: center;
    color: #000;
    transition: all 1s;
}
.qs-date-col.active span {
    text-decoration: underline;
}
.qs-date-col.active .qs-day {
    background: green;
    color: #fff;
}
.qs-date-col span {
    display: block;
    height: 4rem;
    line-height: 4rem;
    background: gray;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    font-weight: 60600;
}
.qs-date {
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.qs-day {
    line-height: 3rem;
}
.qs-time {
    overflow: hidden;
    opacity: 0;
    height: 0;
}
.qs-time-col {
    height: 60px;
    width: 25%;
    float: left;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: gray;
    border: 2px solid #33363a;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    transition: all 1s;
    font-weight: 60600;
}
.qs-time-col.active {
    background: green;
    text-decoration: underline;
}
.get-touch-txt {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.thank-img {
    width: 26rem;
    margin: 1rem 0;
}
.thank-you-div {
    color: #fff;
    background: #33363a;
    min-height: 100vh;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    position: relative;
}
.thank-you-div .title-up {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
    color: #fff;
}
.thank-you-div .title-down {
    margin-left: 96px;
}
.thank-you-div .section-title {
    text-align: left;
    font-size: 3.3rem;
    color: #fff;
}
.thank-you-div .steps-title {
    font-size: 2.3vmin;
    margin-top: 1rem;
    font-weight: 600;
}
.show-tips {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #7fffd4 !important;
}
.tips-div ol {
    padding-left: 6rem;
    line-height: 1.8;
    margin-top: 1rem;
}
.tips-div p {
    margin-top: 1rem;
    text-align: center;
    line-height: 1.6;
}
.quote-section {
    z-index: 1000 !important;
}
.quote-section .quote-content {
    opacity: 1 !important;
}
@media (min-width: 992px) {
    .quote-steps {
        padding: 0 5rem;
    }
}
.quote-location-dm .quote-total-steps {
    z-index: -1;
    position: relative;
}
.qs-dm-root {
    width: 100% !important;
    position: relative;
    padding: 3px;
}
.loc-dropdown {
    width: 100%;
    position: absolute;
    z-index: 100;
}
.loc-wrapper {
    transform: none !important;
}
.qs-loc-form {
    padding-left: 1.5rem !important;
    position: relative;
}
.qs-loc-form .ipicon {
    display: block;
}
.ipicon {
    position: absolute;
    left: 0;
    display: none;
    top: 1.2rem;
    color: #fff;
}
.thankdiv-main {
    max-width: 670px;
    margin: 0 auto;
}
.tips-div {
    overflow: hidden;
    height: 0;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #ff5a5f !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #ff272e !important;
}
.text-action {
    color: #ff5a5f !important;
}
a.text-action:focus,
a.text-action:hover {
    color: #ff272e !important;
}
.text-secondary {
    color: #fff !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #e6e6e6 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f1f1f1 !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #d8d8d8 !important;
}
.text-dark {
    color: #999 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: gray !important;
}
.text-muted {
    color: #767676 !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.d-print-block {
    display: none !important;
}
@media print {
    .d-print-block {
        display: block !important;
    }
}
.d-print-inline {
    display: none !important;
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
}
.d-print-inline-block {
    display: none !important;
}
@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.ow-list-item:hover .ow-overlay {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    justify-content: center;
}
.ow-list-item {
    display: block;
    position: relative;
    overflow: hidden;
}
.ow-list-item:hover .mteamOverlay {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    justify-content: center;
}
.ow-list-item:hover .ow-list-img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
.ow-list-item:hover .work-desc {
    opacity: 1;
    margin-bottom: 22px;
    transition: all 0.3s ease-in 0s;
    animation-timing-function: ease-in;
}
.mteamOverlay,
.ow-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    display: flex;
    align-items: flex-end;
    opacity: 0.5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    justify-content: center;
}
.ourWorkOpacity {
    opacity: 0.3;
}
.work-desc {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    transition: all 0.3s ease-out 0s;
    animation-timing-function: ease-out;
}
.team-desc,
.work-desc {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.ow-list-img {
    -webkit-transition-property: padding, background, color, opacity, box-shadow, -webkit-transform;
    transition-property: padding, background, color, opacity, box-shadow, transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.ow-list-img,
.ow-list-img-team {
    height: 219px;
    width: 100%;
}
.work-row {
    display: flex;
    position: relative;
}
.work-col-4 {
    width: 35%;
}
.work-col-8 {
    width: 65%;
}
.work-content {
    padding: 1.5rem;
}
.work-content.work-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 35%;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 300px;
}
.work-fixed::-webkit-scrollbar {
    width: 0.5em;
}
.work-fixed::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.work-fixed::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
}
.content-div {
    display: flex;
    margin-top: 1rem;
}
.content-title {
    min-width: 160px;
    max-width: 160px;
    line-height: 1.4;
}
.content-title-organization {
    min-width: 300px;
    max-width: 300px;
    line-height: 1.4;
}
.content-data {
    line-height: 1.6;
}
.byline {
    color: #999;
    font-family: Source Sans Pro, serif;
    font-weight: 400;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 1rem;
}
.work-title {
    margin-bottom: 1.2rem;
}
.scope-title {
    color: #33363a;
}
.description-data {
    margin-top: 1rem;
    line-height: 2.8rem;
}
.work-images > a {
    cursor: pointer !important;
}
.work-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 50rem;
    transition: 0.5s ease;
}
.work-img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.work-image-list {
    overflow: hidden;
    position: relative;
    display: block;
}
.work-image-list:hover .ow-overlay {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    justify-content: center;
}
.work-image-list:hover .work-img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
.work-image-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f5f5f5;
    text-transform: uppercase;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}
.get-quote-work {
    background: #777;
    padding: 12px 4px;
    text-align: center;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 3.2vmin;
}
.get-quote-work b {
    margin-left: 0.6rem;
}
.get-quote-work:hover {
    background: #33363a;
}
.work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: hsla(0, 0%, 100%, 0.9);
    z-index: 10;
    transition: all 0.5s;
    display: none;
}
.work-overlay.in {
    opacity: 1;
    display: block;
}
.author {
    font-weight: 600;
}
.ourwork-lists {
    padding: 0;
    margin: 0 -1.5rem;
    list-style: none;
}
.ourwork-lists .ow-list-img {
    min-height: 18rem;
    max-height: 18rem;
    width: 100%;
    object-fit: cover;
}
.work-head {
    display: block;
    font-size: 1.4rem;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 1rem;
}
.more-works {
    background: #333;
    color: #fff;
    height: 150px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.more-works:hover .pointer-hover {
    transform: scale3d(1.05, 1.1, 1.2);
}
.more-works a h3 {
    color: #fff;
    font-size: 2rem;
}
.modal-wrapper {
    position: fixed;
    -webkit-filter: blur(0.05rem);
    -moz-filter: blur(0.05rem);
    -o-filter: blur(0.05rem);
    -ms-filter: blur(0.05rem);
    filter: blur(0.05rem);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -11;
}
.blogText {
    margin-top: 20px;
    -webkit-line-clamp: 2;
}
.blogDesc,
.blogText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    max-height: 100px;
    -webkit-box-orient: vertical;
}
.blogDesc {
    margin-top: 10px;
    -webkit-line-clamp: 1;
}
.blogWidth {
    margin-right: 30px;
    width: 30%;
    padding: 3px;
}
.articleSection {
    margin-top: 4%;
}
.sectionCentercontainer {
    margin-left: 22%;
    margin-right: 22%;
}
.featureImage {
    height: 750px;
    width: "100%";
    margin-bottom: 20px;
}
.articleTitle {
    font-size: 3em !important;
    line-height: 50px;
    margin-bottom: 2.4rem;
    margin-top: 0;
    font-weight: 700;
}
.articleDescription {
    font-size: 1.2em !important;
    line-height: 40px;
    font-weight: inherit;
}
.articleContent {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.35em;
    line-height: 28px;
}
.reponsiveText {
    font-size: 2em;
    margin-bottom: 2.4rem;
    margin-left: 7%;
    margin-top: 0;
    font-weight: inherit;
}
.os-list-item {
    display: block;
    position: relative;
    overflow: hidden;
}
.os-list-item:hover .os-overlay {
    background: 0 0 !important;
}
.os-list-item:hover .os-list-img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
.os-list-item:hover .studio-loc {
    top: 10%;
    opacity: 0.6;
}
.os-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    opacity: 1;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.os-overlay,
.studio-loc {
    position: absolute;
    left: 0;
    right: 0;
}
.studio-loc {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    top: calc(50% - 9px);
}
.os-list-img {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}
.os-list-branch-img {
    min-height: 370px;
    max-height: 370px;
    object-fit: cover;
}
.marginTop-7 {
    margin-top: 7% !important;
}
.marginTop-2 {
    margin-top: 2% !important;
}
.padding-2 {
    padding: 2% !important;
}
.marginLeft-10 {
    margin-left: 10% !important;
}
.margin0 {
    margin: 0 !important;
}
.marginBottom-2 {
    margin-bottom: 2px !important;
}
.marginBottomTeam {
    margin-bottom: 3px !important;
    margin-right: 3px;
    min-width: 275px;
}
.widthTeam {
    width: 275px !important;
}
.alignText {
    text-align: center;
    line-height: 1.5em;
}
.paddingLeft-6 {
    padding-left: 6% !important;
}
.alignPhoneNumber {
    padding-top: 35px !important;
    padding-left: 0 !important;
    line-height: 1.7em !important;
}
.collapsibleToggle {
    text-decoration: underline !important;
    cursor: pointer;
    color: #3fb58b !important;
    padding: 10px;
}
.thumbnail {
    position: relative;
    overflow: hidden;
}
#team {
    width: calc(25% - 0.6em);
}
.team-hover #team {
    transition: all 0.3s ease 0s;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0.3em;
}
.thumbnail > a,
.thumbnail > span {
    background-color: #fff;
    height: 0;
    padding-bottom: 100%;
    float: left;
    width: 100%;
    display: block;
    border: none;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.thumbnail img {
    -webkit-transition-property: padding, background, color, opacity, box-shadow, -webkit-transform;
    transition-property: padding, background, color, opacity, box-shadow, transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: auto;
    max-width: 100%;
}
.grid-item:hover .thumbnail .overlay-info {
    width: 100.1%;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.grid-item:hover .overlay-info {
    opacity: 1;
    background: 0 0;
    display: block;
    height: 258px;
    overflow: auto;
}
.grid-item:hover .lazy-img {
    opacity: 0.05;
    transform: scale(1.2);
}
.grid-item:hover #team .overlay-link:hover .item-description {
    opacity: 1 !important;
}
.team-Head:hover .lazy-img {
    transform: scale(1.2);
}
.overlay-info {
    width: 100%;
    padding: 2rem;
    background: hsla(0, 0%, 100%, 0.5);
    margin: 0;
    color: #fff;
    border: none;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#team .item-description {
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.overlay-info > span > span {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #fff;
}
#team .item-description,
#team .overlay-info .project-title {
    color: #000 !important;
}
.overlay-info .project-title,
.overlay-info > span > span > span {
    margin-bottom: 1rem;
    display: block;
    position: relative;
    top: 1rem;
}
#team .justify {
    text-align: justify;
}
.overlay-info .project-description {
    margin-top: 1.1rem;
    display: block;
    font-size: 1.2rem;
    opacity: 1;
    text-transform: none;
    font-weight: 400;
}
.team-content-info {
    padding: 0 2rem;
}
.team-content-info > :first-child {
    margin-top: 0;
}
[class*="team-"] h6.occupation {
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    color: #666;
}
h6.occupation {
    margin-bottom: 2rem;
    margin-top: 0;
    letter-spacing: 0.1rem;
}
.image-trans {
    transition-duration: 0.5s;
}
#team .overlay-info {
    opacity: 1 !important;
    background: 0 0;
}
.section {
    clear: both;
    padding: 0;
    margin: 0;
}
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child {
    margin-left: 0;
}
.group {
    zoom: 1;
}
.span_5_of_5 {
    width: 100%;
}
.span_4_of_5 {
    width: 79.68%;
}
.span_3_of_5 {
    width: 59.36%;
}
.span_2_of_5 {
    width: 39.04%;
}
.span_1_of_5 {
    width: 18.72%;
}
.width50 {
    width: 50%;
}
.height80 {
    height: 80px;
}
.width100 {
    width: 100%;
}
.span_33_of_5 {
    width: 28%;
}
.span_22_of_5 {
    width: 39.04%;
}
.span_11_of_5 {
    width: 13.72%;
}
.line {
    line-height: 1.5em;
}
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0;
    }
    .span_1_of_5,
    .span_2_of_5,
    .span_3_of_5,
    .span_4_of_5,
    .span_5_of_5 {
        width: 50%;
    }
    .span_33_of_5 {
        width: 68%;
    }
    .span_22_of_5 {
        width: 64.04%;
    }
    .span_11_of_5 {
        width: 24.72%;
    }
    .blogWidth {
        width: 100%;
        margin-right: 45px;
        padding: 15px;
    }
    .articleSection {
        margin-top: 4%;
    }
    .articleTitle {
        margin-left: 0;
        font-size: 1.7em !important;
        line-height: 33px;
        margin-bottom: 2.4rem !important;
        margin-left: 0.5em !important;
        margin-top: 0 !important;
        font-weight: 700;
    }
    .articleDescription {
        font-size: 1.1em !important;
        line-height: 25px;
        font-weight: inherit;
    }
    .featureImage {
        height: 250px;
        width: "100%";
        margin-bottom: 20px;
    }
    .sectionCentercontainer {
        margin-left: 5%;
        margin-right: 5%;
    }
    .articleContent {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.1em;
        line-height: 28px;
    }
    .reponsiveText {
        font-size: 1.6em !important;
        margin-bottom: 2.4rem !important;
        margin-left: 2em !important;
        margin-top: 0 !important;
        font-weight: inherit;
    }
}
.client-list {
    float: left;
    width: 20%;
}
.parter-logo {
    padding: 5rem 1.5rem;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.parter-logo img {
    position: relative;
    opacity: 0;
}
.section-block.active .our-clients .partner-logo-img {
    transition: -webkit-transform 0.4s cubic-bezier(0.11, 0.69, 0.66, 1.01), opacity;
    transform: translateZ(0) rotateX(0) rotateY(0) rotate(0) scaleX(1);
    opacity: 1;
    visibility: visible;
    transform-origin: 50% 50% 0;
}
.section-block .our-clients .partner-logo-img {
    transition: none;
    transform: translateZ(0) rotateX(0) rotateY(0) rotate(0) scale3d(0.6, 0.6, 0.6);
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% 50% 0;
}
.our-clients .client-list:nth-child(n + 6) .parter-logo {
    border-bottom: 1px solid #fff;
}
.our-clients .client-list:nth-child(5n + 5) .parter-logo {
    border-right: 1px solid #fff;
}
.our-clients:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
}
.our-clients {
    padding: 0 2rem;
}
@media (max-width: 767px) {
    .client-list {
        width: 50% !important;
    }
    .parter-logo {
        border-bottom: 1px solid #d9d9d9 !important;
        border-right: 1px solid #d9d9d9 !important;
    }
    .our-clients .client-list:nth-child(2n + 2) .parter-logo {
        border-right: 1px solid #fff !important;
    }
}
@media (max-width: 991px) {
    .client-list {
        width: 50%;
    }
    .parter-logo {
        border-bottom: 1px solid #d9d9d9 !important;
    }
    .our-clients .client-list:nth-child(2n + 2) .parter-logo,
    .parter-logo {
        border-right: 1px solid #d9d9d9 !important;
    }
}
.service-list {
    margin-bottom: 5rem;
}
.slist-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.slist-title p {
    color: #999 !important;
    margin-bottom: 0.6rem;
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.ex-employee {
    color: #000;
    text-align: center;
    margin-top: 20px;
}
.slist-desc {
    text-align: justify;
    margin: 0;
    line-height: 1.8;
    font-size: 14.5px;
}
.feature-img {
    width: 19rem;
    height: 19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.feature-img img {
    height: 100px;
}
.feature-info {
    padding-left: 19rem;
    padding-top: 5rem;
    line-height: 2.4rem;
}
.feature-info h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.discuss-project {
    padding: 20px 25px;
    border-radius: 5px;
    background: #feffad;
    color: #000 !important;
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 24px rgba(0, 0, 0, 0.3);
    width: 260px;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
}
.discuss-project .section-title {
    margin: 0;
}
.discuss-project:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 22px solid;
    border-color: transparent transparent transparent #feffad;
    filter: drop-shadow(-4px 11px 3px rgba(0, 0, 0, 0.1));
}
.inner-pages.wrapper,
.no-margin + .wrapper {
    margin: 0;
}
.inner-pages .banner-content {
    text-align: center;
}
.inner-pages .next-work-banner {
    cursor: pointer;
}
.inner-pages .next-work-banner .full-width-banner {
    height: 50vh;
}
.inner-pages .next-work-banner .full-width-banner .banner-content h2,
.inner-pages .next-work-banner .full-width-banner .banner-content p {
    opacity: 1 !important;
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    top: 0;
    left: 0;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "\E2\2020\90";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "\E2\2020\2019";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
[dir="rtl"] .slick-next:before {
    content: "\E2\2020\90";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #313131;
    border-radius: 100%;
    opacity: 0.5;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.our-testimonial {
    padding: 0 4rem;
    width: 80%;
    margin: 0 auto;
}
.our-testimonial blockquote {
    font-size: 1.6rem;
    line-height: 3.6rem;
    text-align: center;
    font-weight: 700;
}
.our-testimonial blockquote .icon-quotes-left {
    margin-bottom: 1rem;
}
.our-testimonial blockquote cite {
    font-size: 1rem;
    color: inherit;
    font-style: normal;
    opacity: 1;
    display: block;
}
.lg-on {
    overflow: hidden;
}
#six {
    position: absolute;
    border-radius: 50%;
    color: "#fff";
    transform-origin: center;
}
#six:nth-child(6) {
    width: -384px;
    height: -384px;
    animation: ripple6 1.5s infinite ease-in-out;
    animation-delay: 0.1s;
}
#six:nth-child(5) {
    width: -300px;
    height: -300px;
    animation: ripple5 1.5s infinite ease-in-out;
    animation-delay: 0.25s;
}
#six:nth-child(4) {
    width: -216px;
    height: -216px;
    animation: ripple4 1.5s infinite ease-in-out;
    animation-delay: 0.4s;
}
#six:nth-child(3) {
    width: -132px;
    height: -132px;
    animation: ripple3 1.5s infinite ease-in-out;
    animation-delay: 0.55s;
}
#six:nth-child(2) {
    width: -48px;
    height: -48px;
    animation: ripple2 1.5s infinite ease-in-out;
    animation-delay: 0.7s;
}
#six:first-child {
    width: 36px;
    height: 36px;
    animation: ripple1 1.5s infinite ease-in-out;
    animation-delay: 0.85s;
}
#six {
    background-color: transperant;
    border: 2px solid #fff;
}
.sliderRight {
    animation: moveRight 1s 1 ease-in-out;
}
@keyframes moveRight {
    0% {
        transform: translateX(600px);
    }
    to {
        transform: translateX(0);
    }
}
.popup-container {
    width: 20%;
    height: 200px;
    background-color: #fff;
    position: absolute;
    left: 2%;
    top: 130px;
    transition: 2s;
}
.bannerTransiation,
.sliderBottom {
    animation: moveTop 3s 1 ease-in-out;
}
@keyframes moveTop {
    0% {
        transform: translateY(250px);
    }
    to {
        transform: translateY(0);
    }
}
#carImage {
    position: absolute;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
}
@-webkit-keyframes run {
    0% {
        left: 0;
    }
    25% {
        right: 100px;
    }
    50% {
        right: 20px;
    }
    75% {
        right: 300px;
    }
    to {
        left: 400px;
    }
}
.animatedTeamMember {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1);
    }
    to {
        transform: scale(1);
    }
}
@keyframes fadeInDown {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1);
    }
    to {
        transform: scale(1);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@keyframes ripple6 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.35);
    }
    75% {
        transform: none;
    }
    to {
        transform: none;
    }
}
@keyframes ripple5 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.325);
    }
    75% {
        transform: none;
    }
    to {
        transform: none;
    }
}
@keyframes ripple4 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    75% {
        transform: none;
    }
    to {
        transform: none;
    }
}
@keyframes ripple3 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.275);
    }
    75% {
        transform: none;
    }
    to {
        transform: none;
    }
}
@keyframes ripple2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.25);
    }
    75% {
        transform: none;
    }
    to {
        transform: none;
    }
}
@keyframes ripple1 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.225);
    }
    75% {
        transform: none;
    }
    to {
        transform: none;
    }
}
@media (max-width: 767px) {
    .xs-hidden {
        display: none !important;
    }
    .error {
        text-align: center;
        font-size: 45px;
        justify-content: center;
        margin-top: 20px;
    }
    .title-up {
        text-shadow: 0.05px 0.05px #33363a;
    }
    .heightGretting {
        height: 125px;
    }
    .buttonPadding {
        padding-left: 19px !important;
    }
    .get-quote-work {
        background: #777;
        padding: 12px 4px;
        text-align: center;
        position: relative;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s;
        font-size: 4.5vmin !important;
    }
    .work-desc {
        opacity: 1 !important;
    }
    .sidebarWidth {
        width: 300px !important;
    }
    .mteamOverlay {
        background: 0 0 !important;
    }
    .feature-logo {
        margin-bottom: 15% !important;
        margin-top: 15%;
    }
    .popup-container {
        width: 20%;
        height: 130px !important;
        background-color: #fff;
        position: absolute;
        left: 2%;
        top: 0;
    }
    .feature-logo-div {
        margin-bottom: 10%;
        margin-top: 10%;
    }
    .our-clients .client-list:nth-child(4n + 3) .parter-logo,
    .parter-logo {
        border-right: 1px solid #d9d9d9 !important;
    }
    .our-clients .client-list:nth-child(n + 9) .parter-logo {
        border-bottom: 1px solid #fff !important;
    }
    .our-clients .client-list:nth-child(2n + 2) .parter-logo {
        border-right: 1px solid #fff !important;
    }
    .width100 {
        width: 80% !important;
    }
    .qs-date-col.active .qs-day {
        background: green;
        color: #fff;
        font-size: 1.2rem !important;
    }
    .work-overlay.in {
        opacity: 1 !important;
        display: contents !important;
    }
    .centerAlignment {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .section-title-flex-start {
        font-size: 1.2em !important;
        margin-bottom: 2.4rem !important;
        margin-left: 0.5em !important;
        margin-top: 0 !important;
        font-weight: inherit;
    }
    .sidebarProjectText {
        font-size: 15px !important;
        font-weight: 700;
        text-align: start;
        text-transform: none;
    }
    .titleText {
        font-size: 13px !important;
        font-weight: 400 !important;
        text-transform: none !important;
    }
    .centerAlignmentResume {
        width: 100%;
        margin-left: -6%;
        text-align: center;
    }
    .Tabs {
        background: #fff;
        width: 100%;
        padding: 1em;
        margin-left: 6%;
    }
    .joinText {
        margin-right: 10%;
    }
    .contentContact {
        height: 120px !important;
    }
    .contactGrid,
    .contactGrid1 {
        width: 100% !important;
    }
    .contactGrid1 {
        margin: 5px;
    }
    .contactRowAlignGrid {
        margin-top: 0;
    }
    .banner-content h2 {
        font-size: 7vmin !important;
    }
    .banner-content p {
        font-size: 1.5rem !important;
        white-space: nowrap;
    }
    .banner-content h1 span {
        display: block;
        font-size: 5.5vw !important;
        font-weight: 400;
        margin-bottom: 1rem;
    }
    .banner-content h1 {
        font-size: 2.6rem !important;
        line-height: 1.3;
        color: #fff;
        opacity: 0;
    }
    .contact {
        color: #33363a;
        font-size: 2em !important;
        margin-bottom: 2rem;
        margin-top: 4rem;
    }
    .wrapperContactDiv {
        position: relative;
        left: 15px !important;
        width: 190px;
        z-index: 1;
        background-color: transparent;
        overflow: hidden;
    }
    .spaceGapHome {
        margin-top: 0;
    }
    .marginMinus {
        margin-left: -50px;
    }
    .paddingBrnach {
        padding: 20px !important;
    }
    .qs-select {
        display: block;
        padding: 0.375rem 0.75rem;
        font-size: 1.5rem !important;
        background-color: #33363a;
        background-clip: padding-box;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .country_code {
        width: 10rem !important;
    }
    .para-md {
        font-size: 1.8rem !important;
        line-height: 1.5 !important;
    }
    .slist-desc {
        text-align: inherit !important;
        margin: 0 !important;
        line-height: 1.8 !important;
    }
    .paddingPixel {
        padding: 15px !important;
    }
    .mobile-team-banner {
        height: 90vh !important;
    }
    .mobile-width-banner {
        height: calc(100vh - 160px) !important;
        background-repeat: space !important;
    }
    .selctOffice {
        padding-right: 5px;
        padding-left: 30px !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .windowAlignment {
        margin: 5% 0 -4% !important;
    }
    .list {
        list-style: none !important;
        padding: 1.8rem 0.5rem !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
        line-height: 1.1rem !important;
        color: #777 !important;
        border-radius: 0 !important;
        display: block !important;
        position: relative !important;
        border-bottom: 1px solid transparent !important;
    }
    .tabWidth {
        width: 50% !important;
        font-size: 0.91em !important;
    }
    .marginTypology {
        margin-top: 11% !important;
        margin-bottom: 150px !important;
    }
    .discuss-mobile-margin {
        margin-top: 15px !important;
    }
    .teamContent {
        color: #33363a !important;
        font-size: 6vmin !important;
        text-align: center !important;
        font-weight: 700 !important;
    }
    .teamSubContent {
        font-size: 1.2em !important;
        padding: 20px 0;
    }
    .teamScrollContent,
    .teamSubContent {
        color: #33363a;
        text-align: center;
        margin-top: 20px;
    }
    .teamScrollContent {
        font-size: 1em !important;
    }
    .branch-align-margin {
        margin-bottom: 50px !important;
    }
    .colorContact {
        color: "#000" !important;
    }
    .contactEmailAlign,
    .resumeEmailAlign {
        padding-left: 0 !important;
        line-height: 2em !important;
    }
    .contactEmailAlign {
        margin-left: 0 !important;
    }
    .marginTopAll {
        margin-top: 14% !important;
        margin-bottom: 166px !important;
    }
    .heightFixProjects {
        height: 160px !important;
    }
    .heightFixTeam {
        height: 168px !important;
    }
    .span_allProj_of_5,
    .span_allTeam_of_5,
    .span_contact_of_5 {
        width: 50% !important;
    }
    .resumeEmail {
        color: #5d6066 !important;
        font-size: 1.5em !important;
        text-align: center !important;
        font-weight: 400 !important;
    }
    .site-logo a {
        font-size: 12px !important;
    }
    .office_hiddem {
        display: block !important;
        margin-bottom: 20px !important;
    }
    .mob-get-quote {
        text-align: center !important;
        height: 5rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #fff !important;
        font-size: 1.6rem !important;
        cursor: pointer !important;
    }
    .ow-list-img {
        width: 100% !important;
    }
    .close-quote {
        right: 2rem !important;
        top: 2rem !important;
        z-index: 10 !important;
    }
    .feature-img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        text-align: center !important;
        justify-content: center !important;
        float: none !important;
        margin-bottom: 5rem !important;
    }
    .feature-info {
        padding-left: 0 !important;
        padding-top: 0 !important;
        line-height: 2.4rem !important;
    }
    .our-testimonial {
        width: 100% !important;
    }
    .widthTeam {
        width: 112% !important;
    }
    .section-title {
        font-size: 2.6rem !important;
    }
    .section-block {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .site-header {
        background: #33363a !important;
        position: relative !important;
    }
    .site-header-home {
        background: #fff !important;
        position: relative !important;
    }
    .full-widths-banner {
        height: 40rem !important;
    }
    .ow-overlay {
        background: rgba(0, 0, 0, 0.5) !important;
        opacity: 1 !important;
        justify-content: center !important;
    }
    .site-navigation .nav-list {
        display: flex !important;
        align-items: center !important;
    }
    .steps-title {
        font-size: 5vmin !important;
    }
    .steps-title789 {
        font-size: 4vmin !important;
    }
    .steps-info-title {
        font-size: 1.6rem !important;
    }
    .label-imgtxt {
        font-size: 16px !important;
    }
    .qs-time-col {
        text-align: center !important;
    }
    .mobileAlignmentBranch {
        margin: 3% !important;
    }
    .teamFooter {
        padding-left: 0 !important;
    }
    .branch-img {
        min-height: 250px !important;
        max-height: 250px !important;
        object-fit: cover !important;
    }
    .work-col-4,
    .work-col-8,
    .work-content {
        width: 100% !important;
    }
    .work-content.work-fixed {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        height: auto !important;
        width: 100% !important;
        padding-bottom: inherit !important;
    }
    .work-row {
        display: block !important;
    }
    .paddingBottom {
        padding-bottom: 120px !important;
    }
    .heightFix {
        height: 300px !important;
    }
    .paddingBottomView {
        padding-bottom: 10px !important;
    }
}
@media (max-width: 991px) {
    .xs-hidden {
        display: none;
    }
    .paddingBrnach,
    .paddingPixel {
        padding: 40px;
    }
    .spaceGapHome {
        margin-top: 0;
    }
    .mobile-hidden {
        display: none !important;
    }
    .ipad-width-banner {
        height: calc(100vh - 500px);
    }
    .list {
        list-style: none;
        padding: 2rem 1rem 1rem;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.1rem;
        color: #777;
        border-radius: 0;
        display: block;
        position: relative;
        border-bottom: 1px solid transparent;
    }
    .buttonContactInfo:hover {
        background: #eee;
        color: #000;
    }
    .windowAlignment {
        margin: 5% 0 -4%;
    }
    .office_hiddem {
        display: none;
    }
    .tabWidth {
        width: 25%;
    }
    .discuss-mobile-margin {
        margin-top: 0;
    }
    .margin-branch-disxuss {
        margin-top: 10%;
    }
    .margin-home-discuss {
        margin-top: 0 !important;
    }
    .marginTypology {
        margin-top: 9%;
        margin-bottom: 166px;
    }
    .teamContent {
        color: #33363a;
        font-size: 1.3em;
        text-align: center;
        font-weight: 700;
    }
    .teamSubContent {
        font-size: 1.1em;
        padding: 20px 0;
    }
    .teamScrollContent,
    .teamSubContent {
        color: #33363a;
        text-align: center;
        margin-top: 20px;
    }
    .teamScrollContent {
        font-size: 1em;
    }
    .branch-align-margin {
        margin-bottom: 50px;
    }
    .colorContact {
        color: "#000";
    }
    .resumeEmailAlign {
        padding-left: 0;
        line-height: 2em;
        margin-left: 0;
    }
    .marginTopAll {
        margin-top: 14%;
        margin-bottom: 166px;
    }
    .paddingBottomView {
        padding-bottom: 10px;
    }
    .heightFixProjects {
        height: 160px !important;
    }
    .heightFixTeam {
        height: 168px !important;
    }
    .span_contact_of_5 {
        width: 25%;
    }
    .span_allTeam_of_5 {
        width: 20%;
    }
    .span_allProj_of_5 {
        width: 25%;
    }
    .resumeEmail {
        color: #5d6066;
        font-size: 6vmin !important;
        text-align: center;
        font-weight: 400;
    }
    .site-logo a {
        font-size: 12px;
    }
    .mob-get-quote {
        text-align: center;
        height: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.6rem;
        cursor: pointer;
    }
    .ow-list-img {
        width: 100%;
    }
    .close-quote {
        right: 2rem;
        top: 2rem;
        z-index: 10;
    }
    .feature-img {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        justify-content: center;
        float: none;
        margin-bottom: 2rem;
    }
    .feature-info {
        padding-left: 0;
        padding-top: 0;
        line-height: 2.4rem;
    }
    .our-testimonial {
        width: 100%;
    }
    .widthTeam {
        width: 112% !important;
    }
    .section-title {
        font-size: 2.6rem;
    }
    .section-block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .site-header {
        background: #33363a;
        position: relative !important;
    }
    .site-header-home {
        background: #fff;
        position: relative !important;
    }
    .full-widths-banner {
        height: 50rem;
    }
    .ow-overlay {
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
        justify-content: center;
    }
    .site-navigation .nav-list {
        display: flex;
        align-items: center;
    }
    .steps-title {
        font-size: 5vmin !important;
    }
    .steps-title789 {
        font-size: 4vmin !important;
    }
    .serviceTitle {
        font-size: 9vmin !important;
    }
    .steps-info-title {
        font-size: 1.6rem;
    }
    .label-imgtxt {
        font-size: 1.4rem;
    }
    .qs-time-col {
        text-align: center;
    }
    .mobileAlignmentBranch {
        margin: 3%;
    }
    .teamFooter {
        padding-left: 0;
    }
    .branch-img {
        min-height: 430px;
        max-height: 430px;
        object-fit: cover;
    }
    .client-list {
        float: left;
        width: 33%;
    }
    .work-col-4,
    .work-col-8,
    .work-content {
        width: 100%;
    }
    .work-content.work-fixed {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        padding-bottom: inherit;
    }
    .work-row {
        display: block;
    }
    .paddingBottom {
        padding-bottom: 120px !important;
    }
    .heightFix {
        height: 300px !important;
    }
}
@media (min-width: 992px) {
    .xs-visible {
        display: none;
    }
    .video-verlay {
        max-height: -webkit-fill-available;
        position: fixed;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        object-fit: fill;
    }
    .error {
        text-align: center;
        font-size: 50px;
        justify-content: center;
        margin-top: 20px;
    }
    .titleText {
        text-transform: none;
    }
    .sidebarWidth {
        width: 380px !important;
    }
    .spaceGapHome {
        margin-top: -30px;
    }
    .fontBanner {
        font-size: 3.2vw !important;
    }
    .contactRowAlignGrid {
        margin-top: 13%;
    }
    .desktop-hidden {
        display: none;
    }
    .site-navigation .nav-list {
        width: 13.2rem;
    }
    button:focus {
        outline: 1px dotted;
        outline: 5px auto #fff;
    }
    .marginTypology {
        margin-top: 3%;
        margin-bottom: 141px;
    }
    .country_code {
        width: 18rem !important;
    }
    .wrapperContactDiv {
        position: relative;
        z-index: 1;
        background-color: transparent;
        overflow: hidden;
    }
    .contentContact {
        position: absolute;
        padding: 1em;
        height: 0;
        bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .ipad-width-banner {
        height: calc(100vh - 450px) !important;
    }
    .error {
        text-align: center;
        font-size: 60px;
        justify-content: center;
        margin-top: 20px;
    }
    .titleText {
        text-transform: none;
    }
    .sidebarWidth {
        width: 380px !important;
    }
    .home-banner .full-width-banner {
        height: 90vh !important;
    }
    .letdiscuss {
        height: 120px;
        background-color: #f8f8f8;
        padding-top: 3%;
        margin-bottom: 1%;
    }
    .our-clients .client-list:nth-child(2n + 2) .parter-logo,
    .parter-logo {
        border-right: 1px solid #d9d9d9 !important;
    }
    .joinText {
        margin-right: 10%;
    }
    .Tabs {
        background: #fff;
        width: 100%;
        padding: 1em;
        margin-left: 7%;
    }
    .JoinUS {
        font-size: 2.6em !important;
        text-align: center;
        font-weight: 400;
    }
    .contactGrid1 {
        width: 100% !important;
    }
    .centerAlignmentResume {
        width: 100%;
        margin-left: -5%;
        text-align: center;
    }
    .centerAlignment {
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
    }
    .wrapperContactDiv {
        position: relative;
        left: 15px;
        width: 190px;
        z-index: 1;
        background-color: transparent;
        overflow: hidden;
    }
    .contentContact {
        height: 120px !important;
    }
    .contactRowAlignGrid,
    .spaceGapHome {
        margin-top: 0;
    }
    .contactEmailAlign {
        padding-left: 0;
        line-height: 2em;
    }
    .ipadHeight {
        height: 1100px !important;
    }
}
@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1700px;
    }
    .TvHeader {
        font-size: 20px;
    }
    .titleText {
        text-transform: none;
    }
    .error {
        text-align: center;
        font-size: 80px;
        justify-content: center;
        margin-top: 20px;
    }
}
@font-face {
    font-family: lg;
    src: url(https://cdn.rawgit.com/sachinchoolur/lightgallery.js/master/dist/fonts/lg.eot?n1z373);
    src: url(https://cdn.rawgit.com/sachinchoolur/lightgallery.js/master/dist/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(https://cdn.rawgit.com/sachinchoolur/lightgallery.js/master/dist/fonts/lg.woff?n1z373) format("woff"),
    url(https://cdn.rawgit.com/sachinchoolur/lightgallery.js/master/dist/fonts/lg.ttf?n1z373) format("truetype"), url(https://cdn.rawgit.com/sachinchoolur/lightgallery.js/master/dist/fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    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;
}
.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;
    }
    to {
        left: 0;
    }
}
@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    to {
        left: 0;
    }
}
@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    to {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    to {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        left: 0;
    }
}
@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        left: 0;
    }
}
@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        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: 700;
}
.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-next,
.lg-prev,
.lg-toolbar {
    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 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s 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: scaleX(1);
    transform: scaleX(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: translateZ(0);
    transform: translateZ(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-toggle-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-toggle-thumb:after {
    content: "\E1FF";
}
.lg-outer .lg-toggle-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-html5 .lg-video-play {
    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-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-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -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: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scaleX(1);
    transform: scaleX(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:after {
    content: "\E311";
}
#lg-actual-size {
    font-size: 20px;
}
#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: translateZ(0);
    transform: translateZ(0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: inset 0 0 0 2px #fff;
}
.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: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
    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:focus,
.lg-outer .lg-pager:hover {
    box-shadow: inset 0 0 0 8px #fff;
}
.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-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(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: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    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;
}
.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";
}
.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0;
}
.group:after {
    clear: both;
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    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-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -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-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -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(https://raw.githubusercontent.com/sachinchoolur/lightgallery.js/master/dist/img/loading.gif) no-repeat scroll 50% transparent;
    display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item: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,
.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-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -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,
.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-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -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: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -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-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -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;
}
.lg-outer .lg-thumb-item {
    height: 6.5rem !important;
    width: 6.5rem !important;
    border-radius: 100%;
}
.lg-outer .lg-toggle-thumb:hover {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
    color: #000;
}
.lg-outer .lg-toggle-thumb {
    border-radius: 50%;
    color: #333;
    height: 51px;
    width: 51px;
    line-height: 41px;
    background-color: hsla(0, 0%, 100%, 0.47);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    top: -70px;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    text-align: left;
    text-transform: uppercase;
}
.lg-close.lg-icon {
    background: #8e1919;
    color: #fff;
}
.lg-outer .lg-thumb {
    padding: 18px 0;
}
select {
    background: url(images/arrow.png) 100%/20px no-repeat transparent;
}
.side-navigation-wrapper.enter-right {
    text-align: left;
    box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.6);
    right: 0;
    left: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.side-navigation-wrapper.active {
    visibility: visible;
}
.side-navigation-wrapper {
    height: 100%;
    padding: 0;
    background: #292929;
    overflow-y: scroll;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
@keyframes caleft {
    0% {
        left: 10%;
    }
    to {
        left: 88%;
    }
}
@-webkit-keyframes caleft {
    0% {
        left: 10%;
    }
    to {
        left: 88%;
    }
}
@keyframes calefttwo {
    0% {
        left: 20%;
    }
    to {
        left: 94%;
    }
}
@-webkit-keyframes calefttwo {
    0% {
        left: 20%;
    }
    to {
        left: 94%;
    }
}
@keyframes caright {
    0% {
        left: 88%;
    }
    to {
        left: 10%;
    }
}
@-webkit-keyframes caright {
    0% {
        left: 88%;
    }
    to {
        left: 10%;
    }
}
@keyframes carighttwo {
    0% {
        left: 69%;
    }
    to {
        left: 20%;
    }
}
@-webkit-keyframes carighttwo {
    0% {
        left: 69%;
    }
    to {
        left: 20%;
    }
}
@keyframes car {
    0% {
        left: -10%;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes car {
    0% {
        left: -10%;
    }
    to {
        left: 100%;
    }
}
@keyframes smoke {
    0% {
        margin-bottom: 0;
    }
    to {
        margin-bottom: 20px;
        opacity: 0;
    }
}
@-webkit-keyframes smoke {
    0% {
        margin-bottom: 0;
    }
    to {
        margin-bottom: 20px;
        opacity: 0;
    }
}
section.users-anim {
    width: 100%;
    margin: auto;
    height: 112px;
    overflow: hidden;
    position: relative;
}
section.users-anim .ua-sky .ua-cloud.ua-cl-one {
    width: 4.80519481%;
    height: 10.77586207%;
    background-repeat: no-repeat;
    position: absolute;
    left: 27.66233766%;
    bottom: 42.67241379%;
    -webkit-animation-name: caleft;
    -webkit-animation-duration: 35s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    animation-name: caleft;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    opacity: 0.2;
}
section.users-anim .ua-sky .ua-cloud.ua-cl-two {
    width: 5.32467532%;
    height: 10.34482759%;
    background-repeat: no-repeat;
    position: absolute;
    left: 40.12987013%;
    bottom: 40.0862069%;
    -webkit-animation-name: calefttwo;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    animation-name: calefttwo;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    opacity: 0.2;
}
section.users-anim .ua-sky .ua-cloud.ua-cl-three {
    width: 4.80519481%;
    height: 10.77586207%;
    background-repeat: no-repeat;
    position: absolute;
    left: 43.11688312%;
    bottom: 43.53448276%;
    -webkit-animation-name: caright;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    animation-name: caright;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    opacity: 0.1;
}
section.users-anim .ua-sky .ua-cloud.ua-cl-four {
    width: 5.32467532%;
    height: 11.63793103%;
    background-repeat: no-repeat;
    position: absolute;
    left: 68.05194805%;
    bottom: 59.9137931%;
    -webkit-animation-name: carighttwo;
    -webkit-animation-duration: 35s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    animation-name: carighttwo;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    opacity: 0.3;
}
section.users-anim .ua-bg .ua-mo {
    width: 36.36363636%;
    height: 51.72413793%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -3px;
    left: 0;
}
section.users-anim .ua-bg .ua-bd1 {
    width: 11.55844156%;
    height: 50.43103448%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50.77922078%;
    bottom: -3px;
}
section.users-anim .ua-bg .ua-bd2 {
    width: 12.85714286%;
    height: 87.06896552%;
    background-repeat: no-repeat;
    position: absolute;
    left: 74.41558442%;
    bottom: -3px;
}
section.users-anim .ua-car .ua-driver {
    width: 11.090909%;
    height: 18.53448276%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -2px;
}
section.users-anim .ua-fplan .ua-la {
    width: 4.54545455%;
    height: 21.55172414%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -3px;
}
section.users-anim .ua-fplan .ua-la.ua-la-fst {
    left: 46.1038961%;
}
section.users-anim .ua-fplan .ua-la.ua-la-sc {
    left: 75.45454545%;
}
section.users-anim .ua-fplan .ua-la.ua-la-th {
    left: 22.07792208%;
}
section.users-anim .ua-fplan .ua-b-in {
    opacity: 0.75;
    width: 18.064935%;
    height: 36.63793103%;
    background-repeat: no-repeat;
    position: absolute;
    left: 5.19480519%;
    bottom: -3px;
}
section.users-anim .ua-fplan .ua-b-sb {
    opacity: 0.75;
    width: 17.714286%;
    height: 25.86206897%;
    background-repeat: no-repeat;
    position: absolute;
    left: 29.35064935%;
    bottom: -3px;
}
section.users-anim .ua-fplan .ua-b-ps {
    opacity: 0.75;
    width: 24.649351%;
    height: 53.01724138%;
    background-repeat: no-repeat;
    position: absolute;
    left: 51.94805195%;
    bottom: -3px;
}
section.users-anim .ua-fplan .ua-b-co {
    opacity: 0.75;
    width: 15.857143%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 81.16883117%;
    bottom: -3px;
}
section.users-anim .ua-smokes {
    background: #000;
}
section.users-anim .ua-smokes.ua-one {
    width: 8px;
    height: 8px;
    left: 51.94805195%;
    bottom: 49.56896552%;
}
section.users-anim .ua-smokes.ua-one,
section.users-anim .ua-smokes.ua-two {
    position: absolute;
    border-radius: 300px;
    background: #000;
    -webkit-animation-name: smoke;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: smoke;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.1;
}
section.users-anim .ua-smokes.ua-two {
    width: 10px;
    height: 10px;
    left: 51.2987013%;
    bottom: 50.86206897%;
}
section.users-anim .ua-smokes.ua-three {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 300px;
    background: #000;
    left: 51.94805195%;
    -webkit-animation-name: smoke;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: smoke;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    bottom: 53.01724138%;
    opacity: 0.1;
}
section.users-anim .ua-smokes.ua-four {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 300px;
    background: #000;
    left: 51.03896104%;
    -webkit-animation-name: smoke;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: smoke;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    bottom: 55.60344828%;
    opacity: 0.1;
}
.ua-places {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    list-style: none;
    background: #1f2225;
    margin: 0 auto;
    padding: 0;
}
.ua-places li {
    font-size: 0.8em;
    font-weight: 100;
    line-height: 1.4;
    padding: 1em 2px !important;
    width: auto !important;
    color: #fff;
}
.ua-types a:hover {
    font-weight: 700;
    color: #fff !important;
    background: #1f2225 !important;
    transform: translateX(2px);
}
.lt-ie10 .ie-alpha-bg .overlay-info {
    background-color: rgba(0, 0, 0, 0.5);
}
.ua-types a {
    color: #fff;
    font-weight: 700;
}
.ff .side-navigation-inner {
    padding-right: 10px;
}
.project-count {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    height: 16px;
    top: 110px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.overlay-link:hover .project-count {
    top: 70px;
}
.nospace-row {
    margin: 0 !important;
}
.nospace-row [class*="col-"] {
    padding: 0;
}
.multi-step {
    display: none;
}
.multi-step.active-step {
    display: block;
}
#step_four input{
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 4px;
}