@font-face {
    font-family: Audiowide;
    src: url("../font/Audiowide-Regular.ttf");
}
* {
    font-family: 'Poppins', sans-serif;
}
body {
    /*font-family: 'Audiowide', sans-serif;*/
    font-weight: 300;
    font-size: 15px;
    color: #434f66;
}
img {
    max-width: 100%;
}
a {
    color: #F26821;
}
.text-orange,
a:hover,
a:focus {
    text-decoration: none;
    color: #FF8427;
}
.logo-img {
    width: 220px;
    transition: width 400ms;
}
.sticky .logo-img {
    width: 180px;
}
.gray-section {
    background: #eaeaea;
}
.home-img-box {
    border-right: 1px solid #eee;
    padding: 18px 15px;
    background: #fff;
    text-align: center;
}
.home-img-box img {
    /*width: 40px;*/
    height: 40px;
    object-fit: contain;
    margin-bottom: 25px;
}
.home-img-box:hover img:nth-child(1),
.home-img-box img:nth-child(2) {
    display: none;
}
.home-img-box:hover img:nth-child(2) {
    display: inline-block;
}
.home-img-box h5 {
    font-weight: 300;
    color: #868686;
}
.home-img-box:hover h5 {
    color: #F26821;
}
.oc-landing {
    background: url("../img/clients.jpg") no-repeat center;
    background-size: cover;
    min-height: calc(100vh - 90px);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.tt-landing {
    background: url("../img/ss-rating-review-stars.jpg") no-repeat center;
    background-size: cover;
    min-height: calc(100vh - 90px);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.ca-landing {
    background: url("../img/1691748.jpg") no-repeat center;
    background-size: cover;
    min-height: calc(100vh - 90px);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.ww-landing {
    background: url("../img/aa.jpg") no-repeat center;
    background-size: cover;
    min-height: calc(100vh - 90px);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.contact-landing {
    background: url("../img/rawpixel-1055954-unsplash-min-uai-1440x1076.jpg") no-repeat center bottom;
    background-size: cover;
    min-height: calc(100vh - 90px);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.home-landing {
    background: url("../img/home.jpg") no-repeat center top;
    background-size: cover;
    min-height: calc(100vh - 90px);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.oc-landing h1,
.ca-landing h1,
.ww-landing h1,
.tt-landing h1,
.contact-landing h1,
.home-landing h1 {
    font-size: 64px;
    width: 800px;
    max-width: 100%;
    margin: auto;
    text-shadow: 0 0 1px #000;
}
.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.bg-overlay--dark {
    background: rgba(0, 0, 0, 0.7);
}
.slide-down {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    margin: 25px auto 0 auto;
}
body.white .navbar,
body.home .navbar {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 22222;
    background-color: transparent;
    transition: all 400ms;
    padding: 0 40px;
}
body.white .navbar.sticky,
body.home .navbar.sticky {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    /*position: fixed;*/
}
body.white .nav-link,
body.home .nav-link {
    color: #fff !important;
    padding: 10px 13px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: all 250ms;
}
body.white .nav-item:after,
body.home .nav-item:after {
    content: '';
    width: calc(100% - 10px);
    border-bottom: 2px solid #fff;
    opacity: 0;
    position: relative;
    text-align: center;
    display: flex;
    margin: auto;
}
body.white .nav-item.active .nav-link,
body.white .nav-link:hover,
body.home .nav-item.active .nav-link,
body.home .nav-link:hover {
    color: #eaeaea !important;
}
body.white .nav-item.active:after,
body.white .nav-item:hover:after,
body.home .nav-item.active:after,
body.home .nav-item:hover:after {
    transition: all 250ms;
    opacity: 1;
}
body.white .navbar.sticky .nav-link,
body.home .navbar.sticky .nav-link {
    padding: 35px 13px !important;
    color: #868686 !important;
}
body.white .navbar.sticky .nav-item.active .nav-link,
body.white .navbar.sticky .nav-link:hover,
body.home .navbar.sticky .nav-item.active .nav-link,
body.home .navbar.sticky .nav-link:hover {
    color: #575757 !important;
}
body.white .navbar.sticky .nav-item:after,
body.home .navbar.sticky .nav-item:after {
    width: 100%;
    border-color: #F26821;
}
.btn-orange {
    background-color: #F26821;
    border-radius: 2px;
    color: #fff !important;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    transition: all 250ms;
    display: inline-block;
}
.btn-orange:hover {
    background-color: #FF8427;
}
.counter {
    text-align: center;
}
.counter h5 {
    font-weight: 400;
}
.counter span {
    font-weight: 500;
    font-size: 28px;
}
/*.Count {*/
    /*font-family: monospace;*/
/*}*/
.limit-width-700 {
    width: 700px;
    max-width: 100%;
    margin: auto;
    font-weight: 500;
    color: #868686;
    font-size: 16px;
}
.limit-width-600 {
    width: 600px;
    max-width: 100%;
    margin: auto;
}
.overlay-text p {
    position: absolute;
    background: rgba(0,0,0,0.5);
    border-radius: 2px;
    top: 100%;
    right: 50px;
    bottom: 50px;
    left: 50px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 25px;
    font-weight: 500;
    transition: all 400ms;
}
.special-boxes .col-12 {
    overflow: hidden;
}
.special-boxes .col-12:hover .overlay-text p {
    top: 50px;
}
.icon-boxes {
    display: flex;
    align-items: flex-start;
}
.icon-boxes img {
    min-width: 40px;
    max-width: 40px;
    margin-right: 25px;
}
.icon-boxes p {
    font-size: 13px;
    color: #868686;
}
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}
.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
    padding: 16px;
    /*margin: 16px;*/
    color: #666;
    background-color: #fff;
    /*box-shadow: 2px 2px 12px rgba(49,62,87,.25);*/
    border-radius: 6px;
    text-align: center;
    filter: grayscale(100%);
    opacity: 0.5;
}
.btn-wrappper {
    display: flex;
    justify-content: center;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    cursor: pointer;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 12px 0 rgba(49,62,87,.25) !important;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    z-index: 5;
    margin: 0 10px;
    border: none;
    outline: none !important;
}
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    background-color: #eaeaea !important;
    opacity: 0.4;
}
.MultiCarousel .leftLst img,
.MultiCarousel .rightLst img {
    width: 10px;
    height: 16px;
}
.pad15 p {
    font-size: 12px;
}
.pad15 .lead {
    font-size: 15px;
    font-weight: 600;
    color: #f67c79;
    margin-bottom: 25px;
    min-height: 45px;
}
.pad15 .des {
    min-height: 36px;
}
.pad15 > img {
    height: 60px;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}
.pad15 p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}
.MultiCarousel .leftLst {
    left: 0;
}
.MultiCarousel .rightLst {
    right: 0;
}
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}
.carousel h6 {
    font-weight: 300;
}
.carousel-inner {
    padding: 70px 0;
    background: url("../img/stefan-stefancik-1203099-unsplash-blur-min.jpg") no-repeat center top;
    background-size: cover;
}
.carousel-inner .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.carousel-caption {
    position: relative;
    width: 70%;
}
.contact-img {
    text-align: center;
}
.contact-img img {
    width: 50px;
    margin: auto auto 25px;
}
.contact-img h5 {
    font-size: 17px;
    font-weight: 500;
}
.contact-img h4 {
    text-transform: uppercase;
}
.contact-img p {
    font-size: 15px;
    color: #868686;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.contact-img a {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.map {
    min-height: 300px;
}
textarea.form-control {
    min-height: 100px;
}
.form-control {
    height: auto;
    font-size: 14px;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-shadow: none !important;
    background: #fff !important;
    padding: 10px 15px;
    border-color: #eaeaea;
}
.form-control:focus {
    border-color: #F26821;
}
.btn-continue1 {
    color: #ffffff;
    background-color: #F26821;
    border: none;
    transition: all 250ms;
    text-align: center;
    min-width: 150px;
    padding: 10px 25px;
    font-size: 16px;
    outline: none !important;
}
.btn-continue1:hover {
    background-color: #FF8427;
}
.btn-continue1 {
    border-radius: 10em;
}
.bg-orange {
    background: rgba(242, 104, 33, 1);
}
.socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.socials a {
    margin: 0 20px;
}
.social-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    transition: all 250ms;
}
.socials a:hover .social-item {
    background: rgba(242, 104, 33, 1);
}
.social-item img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    transition: all 250ms;
}
.socials a:hover .social-item img {
    filter: brightness(0) invert(1);
}

.footer {
    background: #f7f7f7;
    border-top: 1px solid #eaeaea;
}
.footer-widget {
    font-size: 11px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 25px;
}
.footer-widget img {
    width: 160px;
    margin-bottom: 25px;
}
.footer-list {
    margin: 25px auto;
    display: flex;
    justify-content: center;
}
.footer-list a {
    font-size: 14px;
    padding: 0 15px;
    border-right: 1px solid #868686;
}
.footer-list a:last-child {
    border: none;
}
.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: #868686;
}
.footer-copyright * {
    font-size: 14px;
    color: #fff;
}
.footer-copyright img {
    display: block;
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.footer-copyright p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
}
.footer-copyright a {
    padding: 0 7px;
    text-decoration: underline;
}
.uu {
    width: 300px;
    max-width: 100%;
    margin: auto;
}
.testimonial {
    text-align: center;
    margin-bottom: 32px;
}
.testimonial > div {
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.testimonial img {
    width: 300px;
    height: 300px;
    margin-bottom: 25px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.testimonial .title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 5px;
}
.testimonial .subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #868686;
    margin: 0 0 25px;
}
.testimonial .desc {
    color: #868686;
    margin: 0 auto 0;
    max-width: 450px;
}
.oc img {
    width: 258px;
    object-fit: cover;
}

















@media (max-width: 991px) {
    .testimonial img {
        width: 240px;
        height: 240px;
    }
}
@media (max-width: 959px) {
    .contact-img {
        margin-bottom: 40px;
    }
    body.white .navbar.sticky .nav-link,
    body.home .navbar.sticky .nav-link {
        padding: 10px 13px !important;
        color: #868686 !important;
    }
    .oc-landing h1, .ca-landing h1, .ww-landing h1, .tt-landing h1, .contact-landing h1, .home-landing h1 {
        font-size: 54px;
    }
}
@media (max-width: 767px) {
    .oc-landing h1, .ca-landing h1, .ww-landing h1, .tt-landing h1, .contact-landing h1, .home-landing h1 {
        font-size: 44px;
    }
    .footer-copyright p {
        text-align: center;
        margin-left: auto;
    }
    .footer-copyright a {
        margin-bottom: 5px;
        text-align: center;
    }
    .counter {
        margin-bottom: 25px;
    }
}
@media (max-width: 600px) {
    .footer-list {
        flex-direction: column;
    }
    .footer-list a {
        border: none;
        margin-bottom: 15px;
    }
}
@media (max-width: 485px) {
    .footer-list {
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .min-h {
        min-height: 300px;
    }
}
@media (max-width: 425px) {
    .min-h {
        min-height: 270px;
    }
}
/* 2026 refresh */
:root {
    --accent: #f26821;
    --accent-2: #ff8b3d;
    --ink: #102033;
    --muted-2: #607089;
    --bg-soft: #f5f7fb;
    --card-border: rgba(16, 32, 51, 0.08);
    --shadow-soft: 0 18px 60px rgba(16, 32, 51, 0.10);
}
html { scroll-behavior: smooth; }
body {
    color: var(--ink);
    background: #fff;
}
body.white .navbar,
body.home .navbar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 34px;
}
body.white .navbar.sticky,
body.home .navbar.sticky {
    background-color: rgba(255,255,255,0.94);
    box-shadow: 0 10px 30px rgba(16,32,51,0.08);
}
body.white .navbar.sticky .nav-link,
body.home .navbar.sticky .nav-link {
    padding: 24px 13px !important;
}
.logo-img {
    width: 205px;
}
.sticky .logo-img {
    width: 170px;
}
.gray-section {
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}
.home-landing,
.contact-landing,
.ww-landing,
.ca-landing,
.tt-landing,
.oc-landing {
    min-height: calc(100vh - 82px);
}
.bg-overlay {
    background: linear-gradient(180deg, rgba(7,18,31,0.52) 0%, rgba(7,18,31,0.68) 100%);
}
.oc-landing h1,
.ca-landing h1,
.ww-landing h1,
.tt-landing h1,
.contact-landing h1,
.home-landing h1 {
    font-size: 64px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-shadow: none;
}
.content-block {
    max-width: 900px;
    margin: 0 auto;
}
.content-block p {
    color: rgba(255,255,255,0.86);
}
.slide-down {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.08);
}
.btn-orange,
.btn-continue1 {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(242,104,33,0.22);
    font-weight: 500;
    letter-spacing: .01em;
}
.btn-orange:hover,
.btn-continue1:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(242,104,33,0.24);
}
.counter {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 22px;
    padding: 34px 20px;
    box-shadow: var(--shadow-soft);
}
.counter h5 {
    color: var(--muted-2);
    font-weight: 500;
    margin-bottom: 10px;
}
.counter span {
    font-size: 34px;
    color: var(--ink);
}
.icon-boxes,
.testimonial > div,
.form-style,
.contact-img {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
}
.icon-boxes {
    height: 100%;
    padding: 28px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.icon-boxes:hover,
.testimonial > div:hover,
.contact-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(16,32,51,0.14);
}
.icon-boxes img {
    min-width: 54px;
    max-width: 54px;
    margin-right: 20px;
    border-radius: 14px;
}
.icon-boxes h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.icon-boxes p,
.contact-img p,
.testimonial .desc,
.limit-width-700 {
    color: var(--muted-2);
}
.contact-img {
    padding: 30px 22px;
    height: 100%;
}
.contact-img img {
    width: 58px;
}
.form-style {
    padding: 30px;
}
.form-control {
    border: 1px solid rgba(16,32,51,0.12);
    border-radius: 16px;
    padding: 14px 16px;
}
.form-control:focus {
    border-color: rgba(242,104,33,0.65);
    box-shadow: 0 0 0 4px rgba(242,104,33,0.12) !important;
}
.map {
    display: block;
    width: 100%;
    min-height: 380px;
    border: 0;
    filter: saturate(0.95) contrast(1.02);
}
.contact-status {
    margin: 0 auto 24px;
    max-width: 720px;
    padding: 14px 18px;
    border-radius: 16px;
    font-weight: 500;
}
.contact-status.success {
    background: #eafaf0;
    color: #1f6b42;
    border: 1px solid #b9e5c9;
}
.contact-status.error {
    background: #fff1f0;
    color: #9e2f2f;
    border: 1px solid #f0c2bf;
}
.footer {
    background: linear-gradient(180deg, #f7f9fc 0%, #f1f5f9 100%);
}
.footer-widget {
    padding-top: 52px;
    padding-bottom: 30px;
}
.footer-widget img {
    width: 170px;
}
.footer-list {
    gap: 2px;
    flex-wrap: wrap;
}
.footer-list a {
    border-right: none;
    padding: 10px 16px;
    border-radius: 999px;
    color: var(--ink);
}
.footer-list a:hover {
    background: rgba(242,104,33,0.08);
    color: var(--accent);
}
.footer-copyright {
    background: #102033;
    padding: 18px 25px;
}
.footer-copyright p {
    letter-spacing: .01em;
}
@media (max-width: 959px) {
    body.white .navbar,
    body.home .navbar {
        padding: 8px 18px;
        background: rgba(255,255,255,0.94);
        box-shadow: 0 10px 30px rgba(16,32,51,0.08);
    }
    body.white .nav-link,
    body.home .nav-link {
        color: #546274 !important;
    }
    body.white .nav-item:after,
    body.home .nav-item:after {
        border-color: var(--accent);
    }
}
@media (max-width: 767px) {
    .oc-landing h1, .ca-landing h1, .ww-landing h1, .tt-landing h1, .contact-landing h1, .home-landing h1 {
        font-size: 42px;
    }
    .icon-boxes,
    .contact-img,
    .form-style,
    .testimonial > div,
    .counter {
        border-radius: 20px;
    }
    .form-style {
        padding: 22px;
    }
}
