.header_top_menu_text p {
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

.header_top_menu_text p:before {
    display: none;
}

.header_top_menu_text p i {
    color: #ff3c00;
    margin-right: 8px;
}

.header_top_menu_text p a {
    color: #fff;
    word-break: break-word;
}

.topbar-right-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.header_top_menu {
    height: auto;
    padding: 10px 0;
}

.header_top_menu .row {
    align-items: center;
}

.header_top_menu_address,
.header_top_menu_icon {
    min-height: 36px;
    display: flex;
    align-items: center;
}

.header_top_menu_icon {
    justify-content: flex-end;
}

.style-two.consen_nav_manu {
    padding: 0 70px;
}

.row.header-bg {
    padding: 0 36px;
}

.style-two .logo img,
.style-two .main_sticky img {
    /* max-width: 320px; */
    width: 100%;
    height: auto;
}

.style-two nav.consen_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.style-two .consen_menu > ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.style-two .consen_menu > ul > li > a {
    margin: 0 12px;
    padding: 0;
    line-height: 1.2;
}

.style-two .search-box-btn.search-box-outer,
.style-two .header-button {
    flex: 0 0 auto;
}

.style-two .header-button {
    padding-left: 0;
}

.style-two .header-button a {
    padding: 14px 28px;
    white-space: nowrap;
}

.style-two .nav-btn.navSidebar-button a i {
    margin-left: 0;
}

.language.dropdown {
    display: inline-flex;
    align-items: center;
}

#google_translate_element .goog-te-gadget {
    color: #fff;
    font-size: 0;
}

#google_translate_element .goog-te-gadget-simple {
    border: 0;
    border-radius: 20px;
    background: #fff;
    padding: 4px 10px;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.loader img {
    /*width: 42px;*/
     height: 50px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.loader:before,
.loader:after {
    display: none;
}

@media (max-width: 991px) {
    .header_top_menu {
        padding: 12px 0;
    }

    .header_top_menu_address,
    .header_top_menu_icon {
        text-align: center;
        justify-content: center;
    }

    .topbar-right-tools {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .style-two.consen_nav_manu {
        padding: 0 40px;
    }

    .row.header-bg {
        padding: 0 24px;
    }

    .style-two .logo img,
    .style-two .main_sticky img {
        /* max-width: 294px; */
    }

    .style-two .consen_menu > ul > li > a {
        margin: 0 9px;
        font-size: 15px;
    }

    .style-two .header-button a {
        padding: 12px 22px;
        font-size: 15px;
    }
}

#products .case-study-item {
    padding: 0 12px;
}

#products .owl-stage-outer {
    margin: 0 -12px;
}

#products .case-study-thumb2::before {
    opacity: 1;
}

#products .case-study-content {
    bottom: 15px;
    opacity: 1;
}

#products .single_portfolio_icon {
    right: 20px;
    opacity: 1;
}

.style-two .footer-bottom-area {
    background: var(--primary-color);
    padding: 18px 0;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}

.style-two .footer-bottom-content {
    display: flex;
    align-items: center;
    color: #fff;
}

.style-two .footer-bottom-content-copy p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.style-two .footer-bottom-content-copy span {
    color: #fff;
}

.style-two .footer-bottom-content-right {
    justify-content: flex-end;
    text-align: right;
}

.footer-brand-logo {
    margin-bottom: 24px;
}

.footer-brand-logo img {
    max-width: 240px;
    width: 100%;
    filter: brightness(0) invert(1);
}

.footer-middle .widget-title {
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 34px;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.footer-middle .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 3px;
    background: var(--primary-color);
}

.footer-middle .widget-title::after {
    content: "";
    position: absolute;
    left: 52px;
    bottom: 0;
    width: 24px;
    height: 3px;
    background: var(--primary-color);
}

.style-two .company-info-desc p {
    /* max-width: 360px; */
}

.footer-middle .footer-menu li {
    margin-bottom: 14px;
}

.footer-middle .footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-middle .footer-menu li a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 14px;
    /* line-height: 1.5; */
    font-weight: normal;
    margin-bottom: 0px;
    opacity: .6;
    font-size: 14px;
}

.footer-middle .footer-menu li a::before {
    content: "\f285";
    font-family: bootstrap-icons;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.footer-middle .footer-menu li a:hover {
    color: var(--primary-color);
    padding-left: 6px;
}

.footer-middle .footer-menu li a:hover::before {
    color: var(--primary-color);
}

.footer-contact-widget {
    max-width: 320px;
    margin-left: auto;
}

.footer-qr-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-qr-thumb {
    width: 130px;
    height: 130px;
    margin: 0 auto 14px;
    border-radius: 18px;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-qr-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-qr-card p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 14px 16px;
    color: #fff;
    transition: 0.3s;
}

.footer-contact-item span {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}

.footer-contact-item strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    word-break: break-word;
}

.footer-contact-item:hover {
    transform: translateY(-2px);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 767px) {
    .style-two .footer-bottom-area {
        padding: 16px 0;
    }

    .style-two .footer-bottom-content,
    .style-two .footer-bottom-content-right {
        justify-content: center;
        text-align: center;
    }

    .style-two .footer-bottom-content-right {
        margin-top: 8px;
    }

    .footer-contact-widget {
        margin-left: 0;
        max-width: 100%;
    }

    .footer-middle .widget-title {
        font-size: 26px;
    }
}
.goog-te-gadget-simple {
    color: #fff;
    background: transparent !important;
    border: none !important;
    margin-left: 20px;
}
.goog-te-gadget-simple span {
    color: #fff !important;
}

.service-area.new-style .service-icon-thumb.service-icon-shape {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    background: var(--primary-color);
    border-radius: 4px;
    text-align: center;
    line-height: 70px;
}

.service-area.new-style .service-icon-thumb.service-icon-shape::before {
    content: "";
    position: absolute;
    right: -14px;
    top: 2px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    z-index: 1;
    border-bottom: 17px solid var(--dark);
    border-right: 15px solid transparent;
}

.service-area.new-style .service-icon-thumb.service-icon-shape::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 0;
    width: 70px;
    height: 70px;
    /* border-radius: 4px; */
    /* background: var(--primary-color); */
    z-index: 2;
    content: "";
    position: absolute;
    left: -14px;
    top: 1px;
    width: 0;
    height: 0;
    /* border-top: 14px solid #d43200; */
    /* border-right: 10px solid transparent; */
    /* z-index: 1; */
    border-bottom: 17px solid var(--dark);
    border-left: 15px solid transparent;
}

.service-area.new-style .service-icon-thumb.service-icon-shape i {
    /* position: absolute; */
    /* left: 46px; */
    top: 35px;
    /* transform: translate(-50%, -50%); */
    color: #fff;
    font-size: 40px;
    /* line-height: 1; */
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: normal;
    z-index: 3;
}

.about-area.new-style .about-nextbit-wrap {
    margin-top: 56px;
    /* background: #f3f3f5; */
    /* border-radius: 20px; */
    /* padding: 0px 34px 40px; */
    position: relative;
    overflow: hidden;
}

/* .about-area.new-style .about-nextbit-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(130deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 36%) no-repeat,
        linear-gradient(35deg, rgba(106, 126, 197, 0.08) 0%, rgba(106, 126, 197, 0) 42%) no-repeat;
    pointer-events: none;
} */

.about-area.new-style .about-nextbit-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.28fr 0.9fr 0.9fr;
    grid-template-areas:
        "intro card-speed card-fiber"
        "photo photo card-call"
        "photo photo card-ipv6";
    gap: 24px;
}

.about-area.new-style .about-nextbit-intro {
    grid-area: intro;
    padding: 8px 6px 0 0;
}

.about-area.new-style .about-nextbit-intro h6 {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 4px;
    color: #d70ce0;
    font-weight: 700;
    position: relative;
    padding-left: 64px;
}

.about-area.new-style .about-nextbit-intro h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 52px;
    height: 2px;
    background: #d70ce0;
}

.about-area.new-style .about-nextbit-intro h2 {
    margin: 0;
    color: #05073b;
    font-size: 64px;
    line-height: 1.03;
    font-weight: 700;
}

.about-area.new-style .about-nextbit-intro h2 span {
    color: #cf16e5;
}

.about-area.new-style .about-nextbit-btn {
    margin-top: 34px;
    background: #fff;
    color: #3f31dc;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 20px 34px;
    position: relative;
    box-shadow: 0 16px 28px rgba(10, 15, 53, 0.12);
}

.about-area.new-style .about-nextbit-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, #2d4af5 0%, #d40ed9 100%);
}

.about-area.new-style .about-nextbit-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: #2d4af5;
}

.about-area.new-style .about-nextbit-btn i {
    font-size: 22px;
}

.about-area.new-style .about-nextbit-card {
    background: #F5F3EC;
    border-radius: 14px;
    padding: 28px 28px 30px;
}

.about-area.new-style .about-nextbit-card.card-speed {
    grid-area: card-speed;
}

.about-area.new-style .about-nextbit-card.card-fiber {
    grid-area: card-fiber;
}

.about-area.new-style .about-nextbit-card.card-call {
    grid-area: card-call;
}

.about-area.new-style .about-nextbit-card.card-ipv6 {
    grid-area: card-ipv6;
}

.about-area.new-style .about-nextbit-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, #bc905b 0%, #f5f3ec 100%);
    color: #272727;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    margin-bottom: 18px;
}

.about-area.new-style .about-nextbit-card h3 {
    color: #101010;
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 12px;
}

.about-area.new-style .about-nextbit-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #121212;
}

.about-area.new-style .about-nextbit-photo {
    grid-area: photo;
    min-height: 470px;
    border-radius: 20px;
    /* background: linear-gradient(90deg, #cad2e5 0%, #e1cae5 100%); */
    /* padding: 24px 20px 0; */
    overflow: hidden;
    display: flex;
    /* align-items: flex-end; */
    /* justify-content: center; */
}

.about-area.new-style .about-nextbit-photo img {
    width: 100%;
    /* max-width: 760px; */
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .about-area.new-style .about-nextbit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "intro intro"
            "card-speed card-fiber"
            "photo photo"
            "card-call card-ipv6";
    }

    .about-area.new-style .about-nextbit-intro h2 {
        font-size: 52px;
    }

    .about-area.new-style .about-nextbit-card h3 {
        font-size: 28px;
    }

    .about-area.new-style .about-nextbit-card p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .about-area.new-style .about-nextbit-wrap {
        padding: 24px 18px 26px;
    }

    .about-area.new-style .about-nextbit-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "intro"
            "card-speed"
            "card-fiber"
            "photo"
            "card-call"
            "card-ipv6";
        gap: 16px;
    }

    .about-area.new-style .about-nextbit-intro h6 {
        font-size: 16px;
        letter-spacing: 2px;
        padding-left: 48px;
        margin-bottom: 16px;
    }

    .about-area.new-style .about-nextbit-intro h6::before {
        width: 38px;
        top: 7px;
    }

    .about-area.new-style .about-nextbit-intro h2 {
        font-size: 38px;
    }

    .about-area.new-style .about-nextbit-btn {
        margin-top: 22px;
        font-size: 17px;
        padding: 16px 24px;
    }

    .about-area.new-style .about-nextbit-btn i {
        font-size: 22px;
    }

    .about-area.new-style .about-nextbit-card {
        padding: 22px 18px;
    }

    .about-area.new-style .about-nextbit-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
        margin-bottom: 14px;
    }

    .about-area.new-style .about-nextbit-card h3 {
        font-size: 26px;
    }

    .about-area.new-style .about-nextbit-card p {
        font-size: 20px;
    }

    .about-area.new-style .about-nextbit-photo {
        min-height: 280px;
        padding: 20px 10px 0;
    }
}
.position-relative {
    position: relative !important;
    margin-bottom: 30px;
}
.tx-serviceBox__styleThree .tx-thumb {
    position: relative;
    max-width: 290px;
    margin: 0 auto;
    /* border-radius: 50%; */
    overflow: hidden;
}

.tx-serviceBox__styleThree .tx-thumb::before, .tx-serviceBox__styleThree .tx-thumb::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    opacity: 0.4;
    transform: rotate(46deg);
    top: auto;
    bottom: -120px;
    left: -300px;
    transition: all 0.5s ease;
}
.tx-serviceBox .tx-thumb img {
    width: 100%;
    height: 100%;
}
.tx-serviceBox__styleThree .tx-thumb::after {
    left: auto;
    right: -300px;
}
.tx-serviceBox__styleThree .tx-thumb img {
    /* border-radius: 50%; */
    width: 100%;
}
.mt-none-40 {
    margin-top: -40px;
}
.tx-z1 {
    z-index: 1;
}
.tx-serviceBox__styleThree .tx-shape {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 36px;
    width: 185px;
}
.tx-serviceBox__styleThree .tx-icon {
    border-radius: 50%;
    background: var(--theme-color);
    border-radius: 50%;
    width: 62px;
    height: 62px;
    font-size: 35px;
    color: var(--white);
    transition: 0.3s;
}
.tx-serviceBox__styleThree .tx-title {
    font-size: 19px;
}
.tx-serviceBox__styleThree:hover .tx-thumb::before {
    left: -120px;
}.tx-serviceBox__styleThree:hover .tx-thumb::after {
    right: -120px;
}
.tx-pricingBox__styleTwo {
    /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15); */
    border-radius: 40px;
    background: #f0f0f0;
    padding-top: 35px;
}

.tx-pricingBox {
    transition: all 0.4s linear;
}
.tx-pricingBox__styleTwo .tx-pricingBox-header {
    padding-left: 15px;
    padding-right: 15px;
}.pt-50 {
    padding-top: 50px;
}.tx-pricingBox__styleTwo .tx-subTitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tx-pricingBox__styleTwo .tx-title {
    font-size: 19px;
    font-weight: 700;
    color: #000;
}
.tx-pricingBox__styleTwo .tx-pricingBox-price {
    min-height: 70px;
    padding: 14px 0;
    position: relative;
    z-index: 1;
}
.tx-pricingBox__styleTwo .tx-pricingBox-price::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    width: calc(100% - 45px);
    background: #f9f9f9;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: -1;
}.tx-pricingBox__styleTwo .tx-featureImg-wrapper {
    max-width: calc(100% - 80px);
}
.tx-outherHoverEffect {
    position: relative;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.tx-pricingBox__styleTwo .tx-thumb img {
    border-radius: 80px;
    max-height: 130px;
    object-fit: cover;
}
.tx-outherHoverEffect::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.tx-pricingBox__styleTwo .tx-outherHoverEffect::after {
    border-radius: 150px;
}
.tx-pricingBox__styleTwo:hover .tx-outherHoverEffect::after {
    opacity: 1;
    visibility: visible;
    rotate: 7deg;
}
.tx-pricingBox__styleTwo .tx-pricingBox-fees {
    text-align: center;
    padding: 14px 50px;
    border-top: 2px solid #dbd9d7;
    margin-top: 20px;
}
.mission-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
    background: linear-gradient(90deg, #FFFFFF 0%, #F5F3EC 100%);
    border-left: 4px solid var(--theme-color);
    border-radius: 20px;
    padding: 40px;
}
.mission-item {
    position: relative;
    width: calc(50% - 30px);
}
.mission-item::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #0101011A;
}
.mission-item h3 {
    font-size: 20px;
}   
.our-mission-image-box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 15px;
}
.mission-image.img-1, .mission-image.img-1 figure {
    height: 100%;
}

.mission-image.img-1 {
    /* width: 100%; */
    width: calc(48% - 15px);
}
.mission-image.img-1, .mission-image.img-1 figure {
    height: 100%;
}
.mission-image figure {
    display: block;
    border-radius: 20px;
}
.mission-image.img-1 figure img {
    /* height: 100%; */
    aspect-ratio: auto;
    border: #e1e1e1 solid 2px;
}

.mission-image figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.mission-image.img-2 {
    width: calc(48% - 15px);
    align-content: end;
    margin-top: 20px;
}
.mission-image.img-2 figure img {
    aspect-ratio: 1 / 1.9609;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.amenities-block .inner-block {
    -webkit-box-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 186px auto;
    margin-bottom: 40px;
    position: relative;
    border: 1px solid #E8E8E8;
    border-radius: 138px;
    gap: 75px;
    padding: 20px;
}
.amenities-block .content-box p{
    color: #000000 !important;
    padding: 0 !important;
}
.amenities-block .inner-block .image-box {
    position: relative;
}
.amenities-block .inner-block .image-box .image {
    height: 186px;
    position: relative;
    width: 186px;
    border-radius: 50%;
    overflow: hidden;
}
.amenities-block .inner-block .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: 500ms;
        object-fit: cover;
    height: 100%;
}
.amenities-block .inner-block .image-box .image img:first-child {
    bottom: 0px;
    opacity: 0;
    filter: blur(10px);
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translateX(50%) scaleX(2);
    z-index: 1;
    
}
.amenities-block .inner-block .content-box {
    position: relative;
}
.amenities-block .inner-block .content-box .title-box {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    margin-right: 58px;
    position: relative;
    overflow: hidden;
}
.amenities-block .inner-block .content-box .title-box .title {
    font-style: italic;
    min-width: 280px;
    margin-bottom: 0px;
    position: relative;
}
.amenities-list,.sepecification ul {
    color: #000;
    display: grid;
    font-weight: 500;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 10px 50px;
    list-style: none;
    padding: 0px;
}
.amenities-list li,.sepecification li {
    padding-left: 19px;
    position: relative;
}
.amenities-block .inner-block .content-box .amenities-list li::before ,.sepecification li:before{
    background-color: currentcolor;
    color: var(--theme-color);
    content: "";
    height: 7px;
    left: 0px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 7px;
}
.amenities-block .inner-block:hover .image img:first-child {
    filter: blur(0px);
    opacity: 1;
    transform: translateX(0px) scaleX(1);
}
.amenities-block .inner-block:hover .image img:nth-child(2) {
    filter: blur(10px);
    opacity: 0;
    transform: translateX(-50%) scaleX(2);
}
.about-one.about-one.about-page{
    padding-bottom: 60px;
}
.footer-bottom-content a{color:#fff !important}

.contact-us-form{
	background:#F5F3EC;
	border-radius: 20px;
	padding: 2.125vw;
	/* margin-left: 15px; */
}

.contact-us-form-title{
	margin-bottom: 20px;
}

.contact-us-form h2{
	font-size: 30px;
}

.contact-form .form-control{
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	color: #181818;
	background: #fff;
	border: none;
	border-radius: 10px;
	padding: 22px 20px;
	box-shadow: none;
	outline: none;
}

.contact-form .form-control::placeholder{
	color: var(--text-color);
}
.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    background: var(--primary-color);
    border-radius: 10px;
    padding: 17px 46px 17px 24px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 12px;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}
.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-default:hover::before{
	transform: translateY(-50%) rotate(45deg);
}
.btn-default:hover::after{
	right: auto;
	left: 0;
    width: 100%;
}
.btn-link {
    font-weight: 400;
    color: #282828;
    text-decoration: none
}
.case-study-thumb .venobox {
    position: relative;
    z-index: 1;
}
.wpwab-button-wrap.wpwab-button-template-18 .wpwab-tooltip-enable-text, .wpwab-button-wrap.wpwab-button-template-17 .wpwab-tooltip-enable-text, .wpwab-button-wrap.wpwab-button-template-16 .wpwab-tooltip-enable-text, .wpwab-button-wrap.wpwab-button-template-15 .wpwab-tooltip-enable-text, .wpwab-button-wrap.wpwab-button-template-14 .wpwab-tooltip-enable-text, .wpwab-button-wrap.wpwab-button-template-13 .wpwab-tooltip-enable-text, .wpwab-button-wrap.wpwab-button-template-12 .wpwab-tooltip-enable-text, .wpwab-button-wrap.wpwab-button-template-11 .wpwab-tooltip-enable-text {
    background-color: #089d4b;
}
.wpwab-button-wrap.wpwab-button-template-15 .wpwab-tooltip-enable-text {
}
.wpwab-button-wrap .wpwab-tooltip-enable-text {
    display: inline-block;
    background-color: #1BB8FB;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    min-width: 160px;
    margin-left: -80px;
}
.wpwab-button-wrap *, .wpwab-button-wrap, .wpwab-button-wrap *:before, .wpwab-button-wrap *:after, .wpwab-menu-button-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpwab-button-wrap *, .wpwab-button-wrap, .wpwab-button-wrap *:before, .wpwab-button-wrap *:after, .wpwab-menu-button-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpwab-button-wrap *, .wpwab-button-wrap, .wpwab-button-wrap *:before, .wpwab-button-wrap *:after, .wpwab-menu-button-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}.wpwab-button-wrap .wpwab-tooltip-enable-text:before {
    content: '';
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #1BB8FB transparent transparent;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
}
.wpwab-bottom > .wpwab-text-inner-wrapper {
    bottom: 20px;
}
.wpwab-left > .wpwab-text-inner-wrapper {
    right: 20px;
}
.wpwab-top.wpwab-enable-sticky > .wpwab-text-inner-wrapper, .wpwab-left.wpwab-enable-sticky > .wpwab-text-inner-wrapper, .wpwab-bottom.wpwab-enable-sticky > .wpwab-text-inner-wrapper, .wpwab-right.wpwab-enable-sticky > .wpwab-text-inner-wrapper {
    position: fixed;
    z-index: 99999;
}.wpwab-button-template-15 .wpwab-text-icon-both.wpwab-button-postion-right a {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.wpwab-button-template-15 .wpwab-icon-only a, .wpwab-button-template-15 .wpwab-text-only a, .wpwab-button-template-15 .wpwab-text-icon-both a {
    color: #000;
    padding: 10px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: -webkit-fit-content;
    width: fit-content;
}
.wpwab-button-wrap.wpwab-animation-1 a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.wpwab-button-wrap.wpwab-tooltip-enable a {
    margin-top: 10px;
}
.wpwab-button-wrap a, #wpwab-button-menu-template.wpwab-menu-button-wrap a {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 11px;
    border: 0 ! important;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    outline: 0;
    line-height: 1.5;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.wpwab-button-wrap *, .wpwab-button-wrap, .wpwab-button-wrap *:before, .wpwab-button-wrap *:after, .wpwab-menu-button-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpwab-button-wrap *, .wpwab-button-wrap, .wpwab-button-wrap *:before, .wpwab-button-wrap *:after, .wpwab-menu-button-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpwab-button-wrap *, .wpwab-button-wrap, .wpwab-button-wrap *:before, .wpwab-button-wrap *:after, .wpwab-menu-button-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}.wpwab-button-template-15 .wpwab-text-icon-both a i {
    font-size: 37px;
    color: #089d4b;
    border: 4px solid #089d4b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 6px rgba(8, 148, 71, .3);
    box-shadow: 0 0 0 6px rgba(8, 148, 71, .3);
    background-color: #FFF;
    width: 55px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
}
.wpwab-button-wrap a i, #wpwab-button-menu-template.wpwab-menu-button-wrap a i {
    display: inline-block;
    vertical-align: middle;
}
.wpwab-button-wrap *, .wpwab-button-wrap, .wpwab-button-wrap *:before, .wpwab-button-wrap *:after, .wpwab-menu-button-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}