@charset "UTF-8";

/*
Theme Name: Avizone Tech
Theme URI: #/
Author: Avizone Tech
*/

@import "assets-web/css/style.css";
@import "assets-web/css/responsive.css";
@import "assets-web/css/slick-dots-arrows.css";

/* Keep the multilingual mission CTA aligned with the original desktop design. */
@media (min-width: 993px) {
    #have-mission .main-mission .typing-container h1 {
        font-size: clamp(20px, 1.45vw, 24px) !important;
        line-height: 1.35;
        margin: 10px 0;
    }
}

/*@import "assets/css/css-helper.css";
@import "assets/css/fontawesome.css";
@import "assets/css/normalize.css";
@import "assets/css/responsive.css";
@import "assets/css/style.css";
@import "assets/plugins/thewall/css/style2.css";
@import "assets/icomoon2/style.css";
@import "assets/plugins/css/animsition.css";
@import "assets/plugins/apps/css/fx.css";
@import "assets/plugins/apps/css/main.css";
@import "assets/plugins/apps/css/swiper.min.css";
@import "assets/plugins/owlcarousel/css/owl.css"
@import "assets/newassets/css/magnific-popup.css";*/


/***************HOME PAGE FORM START***************/

.header-form form p {
    display: flex !important;
}

.header-form form input#seasol-name {
    color: #666;
    padding: 16px;
    height: 48px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

.header-form form input#seasol-email {
    color: #666;
    padding: 16px;
    height: 48px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

.header-form form input#seasol-number {
    color: #666;
    padding: 16px;
    height: 48px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

select#seasol-drop-1 {
    color: #666;
    padding: 16px;
    height: 48px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

select#seasol-drop-2 {
    color: #666;
    padding: 16px;
    height: 48px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

input#seasol-request {
    min-width: 200px;
    background: #1aa4f1;
    border: 1px solid transparent;
    min-height: 48px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    position: relative;
    padding: 0px 30px;
    border: 1px solid transparent;
    font-weight: 400;
    cursor: pointer;
    height: 48px;
    margin: 0px 2px 0px 4px;
}

.wpcf7-form-control-wrap {
    margin: 0px 2px 0px 4px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    color: #fff;
    width: 70% !important;
    margin: 20px auto 0;
}

span.wpcf7-not-valid-tip {
    padding: 0;
    margin: 0;
    height: 10px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #fff;
    width: 70% !important;
    margin: 20px auto 0;
}

@media (max-width:1024px) {
    .header-form form p {
        display: block !important;
    }
    .header-form form input#seasol-name {
        margin: 0 0 8px;
    }
    .header-form form input#seasol-email {
        margin: 0 0 8px;
    }
    .header-form form input#seasol-number {
        margin: 0 0 8px;
    }
    select#seasol-drop-1 {
        margin: 0 0 8px;
    }
    select#seasol-drop-2 {
        margin: 0 0 8px;
    }
    input#seasol-request {
        width: 100%;
    }
}


/***************HOME PAGE FORM END***************/


/**************CONTACT PAGE FORM START***********/

div#contactForm form input#uploads {
    border: 1px solid #1aa4f1;
    padding: 10px 10px;
    height: auto;
    width: auto;
    color: #000;
    margin: 10px 0 0;
}

div#contactForm form input {
    border-radius: 6px;
    color: #b4b4b4;
    padding-left: 40px;
    position: relative;
    z-index: 9;
    background-color: transparent;
    padding: 0px 0 0 45px;
    height: 48px;
    width: 48%;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    -webkit-appearance: none; appearance: none;
    margin: 15px 5px;
    outline: none;
    float: left;
}

div#contactForm form select {
    border-radius: 6px;
    color: #b4b4b4;
    padding-left: 40px;
    position: relative;
    z-index: 9;
    background-color: transparent;
    padding: 0px 0 0 45px;
    height: 48px;
    width: 48%;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    float: left;
    font-size: 12px;
    -webkit-appearance: none; appearance: none;
    margin: 15px 5px;
    outline: none;
}

div#contactForm .wpcf7-form-control-wrap {
    margin: 0;
}

textarea#contact-detail {
    height: 160px !important;
    width: 97% !important;
    border-radius: 6px;
    color: #b4b4b4;
    position: relative;
    z-index: 9;
    background-color: transparent;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    -webkit-appearance: none; appearance: none;
    margin: 15px 5px;
    padding: 15px 40px 0;
}

input#contact-submit {
    left: 50%;
    transform: translate(-50%, 0%);
    color: #1aa4f1 !important;
    border: 2px solid #1aa4f1 !important;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 16px !important;
    text-align: center;
    padding: 0 !important;
}

div#contactForm .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    color: #000;
    width: 100% !important;
    margin: 20px auto 0 !important;
    display: inline-block !important;
    text-align: center !important;
}

div#contactForm .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #000;
    width: 100% !important;
    margin: 20px auto 0 !important;
    display: inline-block !important;
    text-align: center !important;
}

div#contactForm span.wpcf7-not-valid-tip {
    display: none;
}

@media (max-width: 1100px) {
    div#contactForm form input {
        width: 100%;
    }
    div#contactForm form select {
        width: 100%;
    }
    textarea#contact-detail {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    div#contactForm {
        width: 90%;
        margin: 0 auto;
    }
    div#contactForm form input {
        margin: 5px 0;
    }
    div#contactForm form select {
        margin: 5px 0;
    }
    textarea#contact-detail {
        margin: 5px 0;
    }
    section.domain-extension-rate-main-box {
        overflow: auto;
    }
    .portfolio-prev .btn-view-port {
        padding: 10px 40px;
    }
    .tab-header.top-center {
        text-align: center;
    }
}


/**************CONTACT PAGE FORM END***********/


/* PORTFOLIO */

.portfolio_tab_content .tab-content a {
    position: relative;
    width: 100%;
    height: 240px;
    display: flex;
}

.portfolio_tab_content .tab-content .card {
    margin: 0;
    padding: 0;
    overflow: hidden;
    transform: rotate( 0deg);
    border-radius: 8px;
    background-color: #fff;
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 24px;
    box-shadow: 0 10px 70px 0 rgb(26 164 241 / 13%), 0 0px 0.01px 0 rgb(26 164 241);
}

.portfolio_tab_content .tab-content a span:first-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 240px;
    z-index: 3;
    margin-top: 0;
}

.portfolio_tab_content .tab-content a:hover span:first-child {
    width: 160px;
}

.portfolio_tab_content .tab-content a span:nth-child(2) {
    position: absolute;
    top: 0px;
    width: 180px;
    height: 200px;
    opacity: 0.8;
    z-index: 2;
    left: 25px;
}

.portfolio_tab_content .tab-content a:hover span:nth-child(2) {
    left: 0;
    top: -13px;
    transform: rotate( -5deg);
    width: 160px;
    height: 220px;
    opacity: 1;
}

.portfolio_tab_content .tab-content a span:last-child {
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    right: 25px;
    width: 180px;
    height: 200px;
    opacity: 0.8;
    z-index: 2;
}

.portfolio_tab_content .tab-content a span img {
    display: block;
    height: auto;
    width: initial;
    max-width: 100%;
    align-self: center;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    visibility: visible;
    opacity: 1;
}

.portfolio_tab_content .tab-content a:hover span:last-child {
    right: 0;
    top: -13px;
    transform: rotate( 5deg);
    width: 160px;
    height: 220px;
    opacity: 1;
}


/********************** POPUP *******************/

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    z-index: 101;
    display: none;
}

.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 900px;
    max-width: 800px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: 0px;
    background-color: #231f20;
    border: 5px solid #7b797a;
    z-index: 102;
    padding: 10px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}

#btnClose {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 3px solid #1aa4f1;
    cursor: pointer;
    text-decoration: none;
    color: #1aa4f1;
}

#btnClose:hover {
    color: #1aa4f1;
}

#delayedPopup div.formDescription {
    float: left;
    display: block;
    width: 50%;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
    clear: left;
}

#delayedPopup div.formDescription h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 0;
}

#delayedPopup div.formDescription h2 span {
    color: #1aa4f1;
    font-weight: 800;
}

#delayedPopup div.formDescription p {
    font-size: 35px;
    line-height: 65px;
    color: #fff;
    margin: 0;
}

#delayedPopup div.formDescription p span {
    color: #1aa4f1;
    font-weight: 800;
    font-size: 50px;
    margin-right: 5px;
}

#delayedPopup div.formDescription img {
    height: 205px;
}

#mc_embed_signup p {
    margin: 0;
    text-align: center;
    color: #1aa4f1;
    font-size: 20px;
    font-weight: bold;
    display: none;
}

#mc_embed_signup h4 {
    margin: 0 0 25px;
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: 800;
}

#delayedPopup #mc_embed_signup {
    width: 50%;
    padding: 40px 27px 30px 27px;
    display: block;
    font-size: 16px;
    color: #666;
    background: #eaeaed;
    border-radius: 5px;
}

#mc_embed_signup form br {
    display: none;
}

#mc_embed_signup form .wpcf7-form-control-wrap {
    display: block;
}

#mc_embed_signup form span.wpcf7-not-valid-tip {
    display: none;
}

.mc-field-group {
    position: relative;
}

.mc-field-group i {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 20px;
    display: flex;
    color: #1aa4f1;
    align-items: center;
    height: 100%;
    padding-right: 10px;
    border-right: 1px solid #ebeef0;
    z-index: 99;
}

#delayedPopup form input,
#delayedPopup form select {
    margin: 0 0 8px;
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #dadada;
    padding-left: 70px;
    color: #9a9c9d;
    font-size: 15px;
    width: 100%;
}

@media (max-width:768px) {
    .delayedPopupWindow {
        width: 650px;
        z-index: 999999;
    }
    #delayedPopup div.formDescription p {
        font-size: 30px;
    }
    #delayedPopup div.formDescription h2 {
        font-size: 30px;
    }
    #delayedPopup div.formDescription h2 span {
        font-size: 30px;
    }
    #mc_embed_signup h4 {
        font-size: 33px;
    }
}

@media (max-width:700px) {
    .delayedPopupWindow {
        width: 85%;
    }
    #delayedPopup div.formDescription {
        display: none;
    }
    #delayedPopup #mc_embed_signup {
        width: 100%;
    }
}

@media (max-width:640px) {
    #mc_embed_signup p {
        font-size: 17px;
    }
    #mc_embed_signup h4 {
        font-size: 25px;
    }
}


/* #delayedPopup form input:hover {
    border: solid 2px #40c348;
    box-shadow: 0 1px 3px #AAAAAA;
} */


/* #delayedPopup form input:focus {
    border: solid 2px #40c348;
    box-shadow: none;
} */

#delayedPopup #mc-embedded-subscribe {
    text-align: center;
    padding-left: 0 !important;
    background: #1aa4f1 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold;
    border-radius: 30px !important;
}

.flex-popup {
    display: flex;
}


/************ PORTFOLIO *********************/

#portfolio-new-light {
    z-index: 99999999;
    background: #f2f2f2;
}

#portfolio-new-light ul.portfolio-tab-one {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0;
    background: #fff;
}

#portfolio-new-light ul.portfolio-tab-one li {
    color: #222;
    display: inline-block;
    padding: 15px;
    border-right: 1px solid #e0e2e3;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 800;
    cursor: pointer;
}

#portfolio-new-light ul.portfolio-tab-one li.current-portfolio-one {
    color: #333;
    background: #f2f2f2;
}

#portfolio-new-light ul.portfolio-tab-digital {
    cursor: pointer;
}

#portfolio-new-light .tab-content-portfolio-one,
#portfolio-new-light .tab-content-portfolio-digital {
    display: none;
    background: transparent;
}

#portfolio-new-light .tab-content-portfolio-one.current-portfolio-one,
#portfolio-new-light .tab-content-portfolio-digital.current-portfolio-digital {
    display: inherit;
}

#portfolio-new-light ul.portfolio-tab-digital li.current-portfolio-digital {
    color: #1aa4f1;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: block;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
    font-weight: bold;
    background: #ffb900;
    color: #000;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: #fff;
    display: block;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
    font-weight: bold;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background: #dc3232;
    color: #fff;
    display: block;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
    font-weight: bold;
}

.wpcf7 form.spam .wpcf7-response-output {
    background: #f56e28;
    color: #fff;
    display: block;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
    font-weight: bold;
}

@media (max-width:767px) {
    #portfolio-new-light ul.portfolio-tab-one {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0px auto 30px;
    }
    #portfolio-new-light ul.portfolio-tab-one li {
        display: block;
    }
    .portfolio-page .portfolio-main .tab-body .tab-header-gallery a {
        margin-bottom: 35px;
    }
}


/******************* UPDATED CSS ***********************/

.our_expertize {
    background: #f8f9fa;
    padding: 50px 0;
}

.our_expertize .our_expertize_heading {
    text-align: center;
    margin-bottom: 50px;
}

.our_expertize .our_expertize_heading h2 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 35px;
    margin: 15px;
    color: #304049;
}

.our_expertize .our_expertize_heading p {
    font: normal 14px/22px Montserrat;
}

.our_expertize .expertize-box-row .expertize-box-column {
    margin-bottom: 50px;
}

.our_expertize .expertize-box-row .expertize-box-column .expertize-box-img {
    transition: .3s all;
    display: flex;
    flex: 0 0 55px;
    max-width: 55px;
}

.our_expertize .expertize-box-row .expertize-box-column:hover .expertize-box-img {
    transform: scaleX(-1);
}

.our_expertize .expertize-box-row .expertize-box-column .expertize-box-img img {
    height: 45px;
    width: 45px;
    margin-bottom: 20px;
    object-fit: contain;
}

.our_expertize .expertize-box-row .expertize-box-column h3 {
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 10px;
    line-height: 30px;
}

.our_expertize .expertize-box-row .expertize-box-column p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    /* text-align: justify; */
}

.our_expertize .expertize-box-row .software-heading {
    text-align: center;
    padding-bottom: 50px;
}

.our_expertize .expertize-box-row .software-heading h4 {
    font-size: 25px;
    color: #1aa4f1;
}

.our_expertize .expertize-box-row .software-heading h3 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 35px;
    color: #304049;
    padding: 5px 0px 15px;
}

.our_expertize .expertize-box-row .software-heading p {
    font: normal 14px/22px Montserrat;
}

#update-new-section {
    padding: 50px 0;
    background: #fff;
}

#update-new-section .row {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
}

#update-new-section .row-margin {
    margin-bottom: 80px;
}

#update-new-section .update-section-img {
    text-align: center;
}

#update-new-section .update-section-img img {
    width: 420px;
    object-fit: cover;
    margin: 0 auto;
    height: 420px;
    border-radius: 50%;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    border: 2px dashed #1aa4f1;
    padding: 10px;
}

#update-new-section .update-section-img-2 img {
    border-radius: 10%;
    border: 2px dotted #1aa4f1;
}

#update-new-section .update-section-img-3 img {
    border: 10px solid #fff;
    border-radius: 15px;
    padding: 0;
    width: 100%;
    height: 100%;
}

#update-new-section .update-section-content {
    background: #fff;
    box-shadow: 0 0 10px rgb(223 223 223);
    padding: 40px;
    border-radius: 10px;
}

#update-new-section .update-section-content h2 {
    text-transform: capitalize;
    color: #000;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

#update-new-section .update-section-content h2.b-botom {
    border-bottom: 2px solid #1aa4f1;
    display: inline-block;
    padding-bottom: 10px;
}

#update-new-section .update-section-content .new-dig-box {
    background: #fff;
    box-shadow: 0 0 10px rgb(223 223 223);
    padding: 20px;
    border-radius: 15px;
}

#update-new-section .update-section-content .new-dig-box h2 {
    font-size: 18px;
}

#update-new-section .update-section-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
}

#update-new-section .update-section-content ul {
    padding: 0 0 0 5px;
    list-style: none;
    margin-top: 15px;
}

#update-new-section .update-section-content ul li {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    display: flex;
    align-items: baseline;
}

#update-new-section .update-section-content ul li i {
    color: #1aa4f1;
    font-size: 8px;
    margin-right: 5px;
}

#qa-image {
    background: #fff;
    padding: 50px 0;
}

#updat-technology .tech-heading {
    text-align: center;
}

#updat-technology .tech-heading h3 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 35px;
    margin: 0;
}

#updat-technology {
    background: #fff;
    padding: 50px 0;
}

#updat-technology .tech-img {
    margin-top: 50px;
}

#updat-technology .tech-img .tech-img-box {
    box-shadow: 0 0 10px rgb(223 223 223);
    padding: 50px 0;
    border-radius: 10px;
    text-align: center;
}

#update-new-section .world-class-update-img img {
    height: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.careers {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

section#meet-the-team .careers .meet-img-2 {
    height: 500px;
}

.careers .meet-content h5,
.careers .meet-content p {
    margin-bottom: 20px;
}

#what-come-next {
    background: #fff;
    padding: 50px 0;
}

#what-come-next .nex-heading {
    margin-bottom: 50px;
    text-align: center;
}

#what-come-next .nex-heading h2 {
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    color: #333;
}

#what-come-next .coms-box .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#what-come-next .coms-box .comes-content {
    margin-bottom: 50px;
    /* padding-right: 15%; */
}

#what-come-next .coms-box .comes-content:last-child {
    margin-bottom: 0;
}

#what-come-next .coms-box .comes-content h3 {
    margin-bottom: 10px;
    color: #1aa4f1;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

#what-come-next .coms-box .comes-content p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

#what-come-next .coms-box .comes-img {
    text-align: center;
}

#what-come-next .coms-box .comes-img img {
    /* height: 650px;
    object-fit: cover; */
    height: 450px;
    border-radius: 50%;
    width: 450px;
    border: 10px solid #fff;
    margin: 0 auto;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    object-fit: cover;
}

#what-come-next .coms-box .comes-img {
    position: relative;
}


/* #what-come-next .coms-box .comes-img:before {
    content: '';
    background-image: url(assets-web/images/career-before.png);
    left: -130px;
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: 100%;
    width: 60%;
    z-index: 5;
} */


/******************** UPDATED-SEC ************************/

.new_sec {
    background: #fff;
    padding: 50px 0;
}

.new_sec .new_sec_box .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.new_sec_box .new_sec_img img {
    height: 350px;
    object-fit: contain;
    width: 100%;
}

.new_sec_box .new_sec_content {
    padding-left: 10%;
    padding-right: 5%;
}

.new_sec_box .new_sec_content h3 {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #304049;
}

.new_sec_box .new_sec_content p {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 30px;
}

.new_sec_box .new_sec_content ul {
    list-style-type: none;
    padding: 0 0 0 5px;
    margin: 0;
}

.new_sec_box .new_sec_content ul li {
    color: #000;
    display: flex;
    align-items: baseline;
    margin: 0 0 10px;
}

.new_sec_box .new_sec_content ul li i {
    margin-right: 10px;
    color: #1aa4f1;
}

.new_sec_blue {
    background: #1aa4f1 !important;
    padding: 50px 0;
}

.new_sec_blue .new_sec_box .new_sec_content {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.new_sec_blue .new_sec_box .new_sec_img {
    padding-left: 10%;
    padding-right: 5%;
}

.new_sec_blue .new_sec_box .new_sec_content h3,
.new_sec_blue .new_sec_box .new_sec_content p,
.new_sec_blue .new_sec_box .new_sec_content ul li,
.new_sec_blue .new_sec_box .new_sec_content ul li i {
    color: #fff;
}

.four_sec {
    background: #fff;
    padding: 50px 10%;
}

.four_sec .four_sec_box {
    position: relative;
}

.four_sec .four_sec_box .four_sec_box_img {
    width: 50%;
    float: none;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.four_sec .four_sec_box .four_sec_box_img img {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.four_sec .col-md-12 .four_sec_box .four_sec_box_img img {
    height: 350px;
}

.four_sec .four_sec_box .four_sec_box_content {
    max-width: 60%;
    width: 100%;
    padding: 30px 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ecedee;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.four_sec .four_sec_box .four_sec_box_content h3 {
    font-weight: bold;
    color: #304049;
    margin-bottom: 10px;
    font-size: 25px;
}

.four_sec .four_sec_box .four_sec_box_content p {
    color: #666;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
}

.four_sec .four_sec_box .four_sec_box_content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.four_sec .four_sec_box .four_sec_box_content ul li {
    display: flex;
    align-items: baseline;
    display: flex;
    align-items: baseline;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.four_sec .four_sec_box .four_sec_box_content ul li i {
    color: #1aa4f1;
    margin-right: 8px;
}

.our_expertize .expertize-box-row .expertize-box-column-update,
.what_drives_us .expertize-box-row .expertize-box-column-update {
    border: 1px solid #ecedee;
    box-shadow: 0 1px 5px 0 rgb(72 73 121 / 15%);
    margin: 50px 0;
    border-radius: 10px;
    padding: 50px 20px 20px;
    background-color: #fff;
    transition: all .3s ease-in-out;
    position: relative;
}

.our_expertize .expertize-box-row .expertize-box-column-update:hover,
.what_drives_us .expertize-box-row .expertize-box-column-update:hover {
    border: 1px solid #1aa4f1;
}

.our_expertize .expertize-box-row .expertize-box-column-update .expertize-box-img-update,
.what_drives_us .expertize-box-row .expertize-box-column-update .expertize-box-img-update {
    width: 108px;
    height: 108px;
    line-height: 94px;
    background-color: #eef2f3;
    border: 8px solid #fff;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 100%;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 20px;
    top: -64px;
    padding: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.our_expertize .expertize-box-row .expertize-box-column-update .expertize-box-img-update img,
.what_drives_us .expertize-box-row .expertize-box-column-update .expertize-box-img-update img {
    height: 45px;
    max-width: 100%;
    margin: 0 auto;
}

.our_expertize .expertize-box-row .expertize-box-column-update:hover .expertize-box-img-update,
.what_drives_us .expertize-box-row .expertize-box-column-update:hover .expertize-box-img-update {
    background-color: #1aa4f1;
}

.our_expertize .expertize-box-row .expertize-box-column-update:hover .expertize-box-img-update img,
.what_drives_us .expertize-box-row .expertize-box-column-update:hover .expertize-box-img-update img {
    filter: brightness(0.1) invert(1);
}

.our_expertize .expertize-box-row .expertize-box-column-update .expertize-box-img-update i,
.what_drives_us .expertize-box-row .expertize-box-column-update .expertize-box-img-update i {
    color: #1aa4f1;
    font-size: 30px;
    transition: .5s all;
}

.our_expertize .expertize-box-row .expertize-box-column-update:hover .expertize-box-img-update i,
.what_drives_us .expertize-box-row .expertize-box-column-update:hover .expertize-box-img-update i {
    color: #fff;
}

.our_expertize .expertize-box-row .expertize-box-column-update h3,
.what_drives_us .expertize-box-row .expertize-box-column-update h3 {
    color: #304049;
    font-size: 22px;
}

.our_expertize .expertize-box-row .expertize-box-column-update p,
.what_drives_us .expertize-box-row .expertize-box-column-update p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.info-update {
    background: #fff;
    padding: 50px 0;
}

.info-update .info-heading {
    margin-bottom: 50px;
    text-align: center;
}

.info-update .info-heading h2 {
    margin: 0;
    margin: 0;
    color: #304049;
    font-size: 35px;
}

.info-update .info-update-box {
    padding: 20px;
    position: relative;
    border-bottom: 5px solid #ecedee;
    -webkit-box-shadow: 0 5px 10px 0 rgb(72 73 121 / 15%);
    -moz-box-shadow: 0 5px 10px 0 rgba(72, 73, 121, .15);
    box-shadow: 0 5px 10px 0 rgb(72 73 121 / 15%);
    border: 0;
    border-bottom: 5px solid transparent;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    text-align: center;
}

.info-update .info-update-box:hover {
    -webkit-box-shadow: 0 3px 10px 0 rgb(26 164 241 / 15%);
    -moz-box-shadow: 0 3px 10px 0 rgb(26 164 241 / 15%);
    box-shadow: 0 3px 10px 0 rgb(26 164 241 / 15%);
    border: 0;
    border-bottom: 5px solid #1aa4f1;
}

.info-update .info-update-box .info-update-img {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 100%;
    line-height: 100px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 auto 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef2f3;
    border: 8px solid #fff;
}

.info-update .info-update-box:hover .info-update-img {
    background: #1aa4f1;
}

.info-update .info-update-box .info-update-img img {
    height: 40px;
}

.info-update .info-update-box:hover .info-update-img img {
    filter: brightness(0.1) invert(1);
}

.info-update .info-update-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.info-update .info-update-box ul li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}

.info-update .info-update-box ul li h3 {
    text-transform: capitalize;
    margin: 30px 0 15px;
}

.inner-box-update {
    width: 100%;
    background: #fff;
}

.inner-box-update img {
    height: 50px;
    transition: .5s all;
}

.inner-box-update p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #666;
    font-family: "Montserrat", sans-serif;
    text-align: justify;
}

.inner-box-update:hover img {
    filter: brightness(0.1) invert(1);
}

ul.tab-list {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    justify-content: center;
}

ul.tab-list li span {
    border: 3px solid transparent;
    font-family: lato;
    color: #151724;
    font-weight: 600;
    display: block;
    padding: 20px 10px;
    font-size: 13px;
    cursor: pointer;
}

ul.tab-list li.current span {
    background: #1aa4f1;
    color: #fff;
}

#erp-tabbing .tab-content {
    padding: 60px 0;
}

#erp-tabbing .tab-content h2 {
    margin: 20px 0 30px;
    font-size: 35px;
    text-align: center;
}


/********************* MOBILE_NAV ********************************/


/**** Mobile Navigation ****/

.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0;
    right: -80%;
    z-index: 9999;
    background: #e1e1e1 !important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
    overflow-y: auto;
    background: #e9e9e9;
}

.mobile-nav .logo-area {
    font-size: 16px;
    background: #272727;
    padding: 22px 24px;
    display: block;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav nav {
    margin-right: -10px;
}

.mobile-nav nav ul li {
    transition: .5s;
}

.mobile-nav nav ul li:hover {
    background: #1aa4f1;
}

.mobile-nav nav ul li a {
    color: #333333;
    font-weight: 500;
    display: block;
    padding: 10px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobile-nav nav ul li:hover a {
    color: #fff;
}

.mobile-nav nav ul li a.active {
    color: #ffffff;
    background: #94c83d;
}

.mobile-nav nav li a .xicon {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li ul {
    display: none;
    background: #ffffff;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 12px;
    color: #333333 !important
}

.mobile-nav nav li ul li a:hover,
.mobile-nav nav li ul li a.active {
    background: transparent;
    font-weight: 600;
    color: #fff !important
}

.mobile-nav nav li ul.dropdown {
    margin-left: 40px;
    display: none;
}

.mobile-nav nav li ul.dropdown a {
    font-size: 12px;
    border: none;
    padding: 10px 0px;
}

.mobile-nav nav li ul.dropdown a:hover {
    color: #000000;
    background: transparent;
}

.mobile-nav nav li.menu-item-has-children>a {
    position: relative;
}

.mobile-nav nav li.menu-item-has-children>a:before {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    right: 10px;
}

.mobile-nav nav .extra-link a {
    border: 2px solid #000000;
    width: 40%;
    margin: 40px auto 10px;
    padding: 7px 0;
    font-size: 15px;
    text-align: center;
}

.mobile-nav nav .extra-link a:hover {
    color: #000000;
    border: 2px solid #000000;
    background: transparent;
}

.mobile-nav .close-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ffffff;
    width: 26px;
    height: 26px;
    line-height: 1.5;
}

.mobile-nav-btn.active {
    right: 84%;
}

.mobile-nav-btn .lines {
    -webkit-transition: background 0.3s 0.5s ease;
    transition: background 0.3s 0.5s ease;
}

.mobile-nav-btn .lines:before,
.mobile-nav-btn .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.mobile-nav nav li:hover ul {
    display: block;
}

.mobile-nav nav li ul li ul {
    display: none !important;
}

.mobile-nav nav li ul li:hover ul {
    display: block !important;
}

.h-banner-new {
    height: 430px;
    max-height: 430px;
}

@media (max-width: 1200px) {
    .mobile-nav-btn {
        display: block;
        top: 10px;
    }
}

@media (max-width:1200px) {
    #meeting {
        margin-bottom: 0;
    }
}

/* Footer reveal — #have-mission margin-bottom:630px + .footer-main position:fixed */
.footer-main a,
.footer-main button {
    pointer-events: auto;
}

.footer-img-content .footer-social-links li a i {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    line-height: 1;
}

.footer-img-content .footer-social-links {
    direction: ltr;
}

@media (max-width:1024px) {
    .testimonial_sec {
        display: none;
    }
}

@media (max-width:991px) {
    section#meet-the-team:before {
        display: none;
    }
    section#meet-the-team .meet-img-2 {
        height: 550px;
    }
    .meet-content-2 {
        padding-left: 0px;
    }
    .footer-main {
        padding-left: 0;
    }
    .h-banner-new {
        height: 50vh;
    }
    .info-update .info-update-box {
        margin-bottom: 20px;
    }
    .our_expertize .expertize-box-row .expertize-box-column-update .expertize-box-img-update,
    .what_drives_us .expertize-box-row .expertize-box-column-update .expertize-box-img-update {
        width: 88px;
        height: 88px;
        top: -44px;
    }
    .our_expertize .expertize-box-row .expertize-box-column-update .expertize-box-img-update img,
    .what_drives_us .expertize-box-row .expertize-box-column-update .expertize-box-img-update img {
        height: 35px;
    }
    .banner-new-content h1 {
        font-size: 35px;
    }
    .new_sec .new_sec_box .row,
    #what-come-next .coms-box .row {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .new_sec_blue .new_sec_box .new_sec_img {
        margin-bottom: 30px;
    }
    .new_sec_blue .new_sec_box .new_sec_content {
        text-align: center;
    }
    .four_sec .four_sec_box {
        margin-bottom: 30px;
    }
    #banner .banner-height .banner-new-content {
        padding-bottom: 0;
    }
    ul.tab-list li span {
        text-align: center;
    }
}

@media (max-width:767px) {
    section#meet-the-team .meet-img-2 {
        height: 450px;
    }
    .product-box {
        margin: 0px 0 60px;
    }
    .banner-new-content h1 {
        font-size: 22px;
    }
    .our_expertize .our_expertize_heading h2,
    .our_expertize .expertize-box-row .software-heading h3,
    .sprint-to-launch-heading h3,
    #erp-tabbing .tab-content h2 {
        font-size: 20px;
    }
    .technology-img-list ul li {
        width: 50%;
    }
    #what-come-next .coms-box .comes-img img {
        width: 250px;
        height: 250px;
    }
    ul.tab-list {
        display: block;
        text-align: center;
    }
}

@media (max-width:575px) {
    section#meet-the-team .meet-img-2 {
        height: 350px;
    }
    .four_sec .four_sec_box .four_sec_box_img {
        width: 100%;
    }
    .four_sec {
        padding: 50px 0;
    }
    .four_sec .col-md-12 .four_sec_box .four_sec_box_img img {
        height: 280px;
    }
    .four_sec .four_sec_box .four_sec_box_content {
        position: relative;
        max-width: 100%;
        transform: translateY(0%);
        top: 0;
        margin-top: 20px;
    }
    .technology-img-list ul li {
        width: 100%;
    }
}

@media (max-width:400px) {
    section#meet-the-team .meet-img-2 {
        height: 250px;
    }
}

.mobile-img {
    text-align: center;
    padding: 20px 0;
}

.mobile-img img {
    width: 200px;
    margin: 0 auto;
}

.leader-image {
    padding: 0px;
}

section.contact-us-main article {
    box-shadow: 0 3px 17px 0px #1aa4f152;
    padding: 50px;
    border-radius: 10px;
    /* border: 1px solid #dedede; */
    height: auto;
}

section.contact-us-main .mainbox {
    width: 100%;
    box-shadow: 0px 1px 8px #d2d2d2;
    padding: 20px 50px;
}

section.contact-us-main .mainbox h2 {
    font-size: 40px;
    text-align: center;
}

section.contact-us-main .mainbox p {
    text-align: center;
    padding-bottom: 20px;
}

div#contactForm form input {
    width: 100%;
    padding-left: 25px;
    height: 60px;
}

div#contactForm form select {
    width: 100%;
    height: 60px;
    padding-left: 25px;
    font-size: 14px;
    color: gray;
    font-weight: 100;
}

textarea#contact-detail {
    width: 100% !important;
    padding-left: 25px;
}

.addres_section {
    background-color: #1aa4f1;
    padding: 50px 0px;
    box-shadow: 0px 1px 0px black;
}

.addres_section h2 {
    font-size: 32px;
    margin-bottom: 5px;
    color: white;
}

.addres_section p {
    color: #e0e4e7;
}

.addres_section p a {
    color: #e0e4e7 !important;
}

.main-address .phone-icon i {
    font-size: 30px;
    color: white;
    border: 1px dashed;
    /* padding: 11px; */
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-address .phone-detail h5 {
    font-size: 20px;
    font-weight: 800;
    color: whbla;
    color: #eef2f3;
    padding-bottom: 6px;
}

div#contactForm form input:hover {
    background-color: #1aa4f1;
    color: white !important;
    transition: 0.4s all;
}

@media(max-width:768px) {
    section.contact-us-main .mainbox h2 {
        font-size: 30px;
    }
    section.contact-us-main .mainbox p {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .main-address .phone-detail h5 {
        text-align: left;
    }
    section.contact-us-main .mainbox {
        padding: 20px 25px;
    }
}

@media (max-width:560px) {
    section.contact-us-main .mainbox h2 {
        font-size: 20px;
    }
    .addres_section h2 {
        font-size: 25px;
    }
}

.mission-box {
    position: relative;
    margin-top: 50px;
    /* height: auto !important; */
}

.mission-box span {
    position: absolute;
    top: -71px;
    right: 32px;
    width: 130px;
    height: 130px;
    border: 10px solid white;
    box-shadow: 0px 0px 3px #d4d4d4;
    background-color: #eef2f3;
    color: #1aa4f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 53px;
}

.mission-box span:hover {
    background-color: #1aa4f1;
    color: white;
    transition: 0.4s all;
}

.mission-box h3 {
    color: black;
}

.mission-box span::before {
    content: unset;
}

@media(max-width:1080px) {
    .mission-box span {
        width: 110px;
        height: 110px;
    }
}

@media(max-width:991px) {
    .mission-heading h3 {
        font-size: 29px !important;
    }
}

@media(max-width:768px) {
    .mission-box span {
        width: 95px;
        height: 95px;
        font-size: 33px;
        top: -50px;
    }
}

@media(max-width:767px) {
    .mission-box {
        position: relative;
        margin-top: 80px;
        height: auto !important;
    }
}

@media(max-width:570px) {
    .mission-box h3 {
        color: black;
        margin-top: 45px;
    }
}

.outsourcing .outsourcingpara {
    text-align: center;
    padding-bottom: 40px;
}

.outsourcing .listwrap h3 {
    width: 100%;
}

.outsourcing .career-list .contentlist p {
    font-size: 14px;
    text-align: left;
}

.outsourcing .career-list .contentlist {
    height: auto;
    width: 100%;
    min-height: 200px;
}

.feedback {
    padding: 10px 30px 30px;
}

.feedback span {
    padding-left: 10px;
    font-style: italic;
    font-size: 17px;
}

.side-bar-img img {
    object-fit: cover;
}

.meet-content a:hover {
    color: white;
}

.mettingnumber {
    background-color: transparent !important;
    color: white !important;
    padding: 0px !important;
}

.available-box a {
    color: #6a6d6f;
}

.available-box a:hover {
    color: #1aa4f1;
}
.avizone-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.avizone-logo-asset { display: block; width: 235px !important; max-width: 100% !important; height: auto !important; padding: 0 !important; }
.logo-main.avizone-logo-link { padding-left: 15px; padding-right: 8px; }
.avizone-logo-light .avizone-logo-mark img { filter: brightness(0) invert(1); }
.avizone-logo-light .avizone-logo-word { color: #fff; }
.avizone-logo-dark .avizone-logo-word { color: #2f414c; }
.avizone-logo-dark { display: none; }
header.sticky-header .avizone-logo-light,
header.avizone-inner-header .avizone-logo-light { display: none; }
header.sticky-header .avizone-logo-dark,
header.avizone-inner-header .avizone-logo-dark { display: block; }
.mobile-img .avizone-logo-dark { display: inline-flex; }
.mobile-language-switcher {
    padding: 10px 16px 14px;
    border-bottom: 1px solid #d6d8db;
    background: #f4f6f7;
}
.mobile-language-switcher .avizone-language-switcher ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.mobile-nav .mobile-language-switcher .avizone-language-switcher li,
.mobile-nav .mobile-language-switcher .avizone-language-switcher li:hover {
    padding: 0;
    background: transparent;
}
.mobile-language-switcher .avizone-language-switcher a {
    width: 42px;
    min-height: 32px;
    padding: 6px;
    justify-content: center;
    border-color: #c5ccd1;
    border-radius: 7px;
    color: #2f414c;
    background: #fff;
}
.mobile-language-switcher .avizone-language-switcher a:hover {
    color: #1aa4f1;
    background: #fff;
}
.mobile-language-switcher .avizone-language-switcher a[aria-current="page"] {
    border-color: #1aa4f1;
    color: #fff;
    background: #1aa4f1;
}
.mobile-language-switcher .avizone-language-label {
    display: none;
}
.mobile-language-switcher .avizone-language-flag {
    width: 27px;
    height: 18px;
}
html[dir="rtl"] .mobile-language-switcher .avizone-language-switcher ul {
    direction: ltr;
}

@media (max-width: 1199px) {
    .avizone-logo-link,
    header.sticky-header .logo-main.avizone-logo-link,
    header.avizone-inner-header .logo-main.avizone-logo-link,
    header.sticky-header .avizone-logo-link,
    header.avizone-inner-header .avizone-logo-link { min-height: 64px; }
    .avizone-logo-asset { width: 220px !important; }
}

@media (max-width: 991px) {
    .avizone-logo-link,
    header.sticky-header .logo-main.avizone-logo-link,
    header.avizone-inner-header .logo-main.avizone-logo-link,
    header.sticky-header .avizone-logo-link,
    header.avizone-inner-header .avizone-logo-link { min-height: 64px; }
    .avizone-logo-asset { width: 200px !important; }
}

@media (max-width: 767px) {
    .avizone-logo-link,
    header.sticky-header .logo-main.avizone-logo-link,
    header.avizone-inner-header .logo-main.avizone-logo-link,
    header.sticky-header .avizone-logo-link,
    header.avizone-inner-header .avizone-logo-link { min-height: 56px; }
    .avizone-logo-asset { width: 165px !important; }
}

@media (max-width: 420px) {
    .avizone-logo-asset { width: 155px !important; }
}

/*
 * Home header states:
 * - transparent over the hero while the page is at the top
 * - white once the existing scroll handler adds .sticky-header
 */
.avizone-home-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent !important;
    box-shadow: none;
    transition:
        background-color .8s ease,
        box-shadow .8s ease;
}

.avizone-home-header.sticky-header {
    background-color: #fff !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

@media (prefers-reduced-motion: reduce) {
    .avizone-home-header {
        transition-duration: .01ms;
    }
}

#top-nav > .container-fluid > .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
#top-nav > .container-fluid > .row::before,
#top-nav > .container-fluid > .row::after {
    display: none;
    content: none;
}
#top-nav > .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-right: 20px;
    padding-left: 20px;
}
#top-nav > .container-fluid > .row > [class*="col-"] {
    float: none;
    width: auto;
    padding: 0;
}
#top-nav .top-bar-list-2 a { display: inline-flex; align-items: center; white-space: nowrap; }
.top-bar-list-3 { display: flex; flex-wrap: nowrap; align-items: center; justify-content: flex-end; gap: 14px; }
.top-bar-list-3 .avizone-language-switcher { margin: 0; }
.avizone-language-switcher ul { display: flex; flex-wrap: nowrap; gap: 7px; align-items: center; margin: 0; padding: 0; list-style: none; }
.avizone-language-switcher a { display: inline-flex; gap: 7px; align-items: center; min-height: 30px; padding: 4px 10px 4px 6px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: rgba(255,255,255,.07); text-decoration: none; transition: background-color .2s, border-color .2s, transform .2s; }
.avizone-language-switcher a:hover { border-color: #1aa4f1; background: rgba(26,164,241,.18); transform: translateY(-1px); }
.avizone-language-switcher a[aria-current="page"] { border-color: #1aa4f1; background: #1aa4f1; color: #fff; font-weight: 700; }
.avizone-language-flag { display: block; width: 23px; height: 15px; max-width: none; border-radius: 2px; box-shadow: 0 0 0 1px rgba(255,255,255,.35); object-fit: cover; }
.avizone-language-label { font-size: 12px; line-height: 1; }
#top-nav .request-top-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; white-space: nowrap; }

@media (min-width: 1201px) {
    section#top-nav {
        height: 66px;
        padding: 10px 0;
        box-sizing: border-box;
    }
    #top-nav .request-top-btn {
        width: 168px;
        height: 46px;
        min-height: 46px;
        padding: 0 16px;
        box-sizing: border-box;
    }
}

/* Russian hosting labels and descriptions need additional room. */
.lang-ru .hosting-future-single-box h3 {
    font-size: 28px;
    overflow-wrap: anywhere;
}
.lang-ru .hosting-future-single-box h3 span {
    font-size: 23px;
}
@media (min-width: 992px) {
    .lang-ru .hosting-future-single-box {
        height: 340px;
    }
}
@media (max-width: 991px) {
    .lang-ru .hosting-future-single-box {
        height: auto;
        min-height: 300px;
    }
}

/*
 * Hosting tabs must continue to work when legacy or cached JavaScript is
 * unavailable. The clicked anchor updates the URL hash; :target then controls
 * the visible panel and :has() keeps the selected tab highlighted.
 */
#generic-bg-white .tab_content .tab_block:target {
    display: block !important;
}
#generic-bg-white .tab_content:has(.tab_block:target) #first:not(:target) {
    display: none !important;
}
#generic-bg-white:has(.tab_block:target) .tab_options a.active {
    color: #333333;
    background-color: transparent;
}
#generic-bg-white:has(#first:target) .tab_options a[href="#first"],
#generic-bg-white:has(#sec:target) .tab_options a[href="#sec"],
#generic-bg-white:has(#third:target) .tab_options a[href="#third"] {
    color: #ffffff;
    background-color: #1aa4f1;
}

/* Native, cache-independent Hosting plan controls. */
#generic-bg-white .hosting-plan-control {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
#generic-bg-white .tab_options > li label {
    display: block;
    margin: 0;
    padding: 11px 0 14px;
    color: #333333;
    font: inherit;
    font-weight: inherit;
    text-align: center;
    cursor: pointer;
}
#generic-bg-white .tab_content .tab_block {
    display: none !important;
}
#hosting-linux:checked ~ .tab_content #first,
#hosting-windows:checked ~ .tab_content #sec,
#hosting-reseller:checked ~ .tab_content #third {
    display: block !important;
}
#hosting-linux:checked ~ .tab_options label[for="hosting-linux"],
#hosting-windows:checked ~ .tab_options label[for="hosting-windows"],
#hosting-reseller:checked ~ .tab_options label[for="hosting-reseller"],
#generic-bg-white .tab_options label:hover {
    color: #ffffff;
    background-color: #1aa4f1;
}

html[dir="rtl"] #top-nav > .container-fluid > .row { flex-direction: row; }
html[dir="rtl"] #top-nav .top-bar-list-2 { text-align: right; }
html[dir="rtl"] #top-nav .top-bar-list-2 ul { justify-content: flex-start; }
html[dir="rtl"] #top-nav .top-bar-list-3 { flex-direction: row-reverse; justify-content: flex-end; }
html[dir="rtl"] #top-nav .avizone-language-switcher ul { direction: ltr; }
html[dir="rtl"] #top-nav .avizone-language-switcher a[lang="ar"] { direction: rtl; }

/* Keep the back-to-top glyph physically centered in both LTR and RTL. */
#return-to-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    line-height: 1;
    transform: translate(-50%, -50%);
}
#return-to-top:hover i {
    top: 50%;
    transform: translate(-50%, -65%);
}

@media (max-width: 991px) {
    .top-bar-list-3 { gap: 8px; }
    .top-bar-list-3 .avizone-language-switcher a { padding-right: 6px; }
    .top-bar-list-3 .avizone-language-label { display: none; }
}

@media (max-width: 767px) {
    section#top-nav { padding: 12px 8px; }
    #top-nav > .container-fluid > .row { gap: 10px; }
    #top-nav .top-bar-list-2 a { font-size: 12px; }
    #top-nav .top-bar-list-2 a strong { padding: 3px; }
    #top-nav .request-top-btn { min-height: 38px; padding: 9px 12px !important; font-size: 12px; }
}

@media (max-width: 575px) {
    #top-nav > .container-fluid > .row { flex-wrap: wrap; }
    #top-nav > .container-fluid > .row > [class*="col-"] { width: 100%; }
    #top-nav .top-bar-list-2 ul { justify-content: center; }
    #top-nav .top-bar-list-3,
    html[dir="rtl"] #top-nav .top-bar-list-3 { justify-content: center; }
}

/* Header: one predictable layout across desktop, tablet and mobile. */
.avizone-home-header .header-nav {
    padding: 0 20px;
}
.avizone-home-header .header-nav > .row {
    margin: 0;
}
.avizone-home-header .logo-main.avizone-logo-link {
    padding: 0;
}
.avizone-home-header .logo-main .avizone-logo-light {
    display: block !important;
}
.avizone-home-header .logo-main .avizone-logo-dark {
    display: none !important;
}
.avizone-home-header.sticky-header .logo-main .avizone-logo-light {
    display: none !important;
}
.avizone-home-header.sticky-header .logo-main .avizone-logo-dark {
    display: block !important;
}
.avizone-home-header:not(.sticky-header) .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    transition: color .8s ease;
}
.avizone-home-header.sticky-header .navbar-default .navbar-nav > li > a {
    color: #000 !important;
    transition: color .8s ease;
}

@media (min-width: 1201px) {
    .avizone-home-header .header-nav > .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .avizone-home-header .header-nav > .row::before,
    .avizone-home-header .header-nav > .row::after {
        display: none;
        content: none;
    }
    .avizone-home-header .header-nav > .row > .col-lg-3 {
        flex: 0 0 255px;
        width: 255px;
        padding: 0;
    }
    .avizone-home-header .header-nav > .row > .col-lg-9 {
        flex: 1 1 auto;
        width: auto;
        padding: 0;
    }
    .avizone-home-header .navbar.navbar-default {
        display: flex !important;
        align-items: center;
        top: 0;
        min-height: 0;
        height: 68px;
        margin: 0;
    }
    .avizone-home-header .navbar-collapse {
        width: 100%;
        padding: 0;
    }
    .avizone-home-header .navbar-nav {
        margin: 0 !important;
    }
    .avizone-home-header .logo-main img.avizone-logo-asset {
        width: 180px !important;
        max-width: 180px !important;
    }
}

@media (max-width: 1200px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }
    .app-container,
    .app-container > section,
    .app-container > header,
    .footer-main {
        max-width: 100%;
    }
    .avizone-home-header.sticky-header {
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        overflow: visible;
    }
    /* Disable the desktop footer reveal on touch-sized layouts. */
    .footer-main {
        position: static !important;
        inset: auto !important;
        z-index: auto !important;
        width: 100%;
    }
    .client-sec,
    #meeting,
    .brandSection,
    #have-mission {
        margin-bottom: 0 !important;
    }
    .app-container.active {
        left: 0 !important;
    }
    .mobile-nav {
        width: min(90vw, 380px);
        right: min(-90vw, -380px);
        background: #fff !important;
        box-shadow: -12px 0 35px rgba(20, 35, 45, .22);
        overflow: hidden;
    }
    .mobile-nav.active {
        right: 0;
        overflow: hidden;
    }
    .mobile-nav nav {
        height: 100%;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .mobile-nav .mobile-img {
        min-height: 82px;
        padding: 12px 58px 10px 20px;
        border-bottom: 1px solid #e7ebee;
        background: #fff;
    }
    .mobile-nav .mobile-img .avizone-logo-link {
        min-height: 58px;
    }
    .mobile-nav .mobile-img img.avizone-logo-asset {
        width: 170px !important;
    }
    .mobile-nav-btn.active {
        top: 22px;
        right: 40px !important;
        left: auto !important;
        background: #fff;
        box-shadow: none;
    }
    .mobile-language-switcher {
        padding: 12px 16px;
        overflow: hidden;
    }
    .mobile-language-switcher .avizone-language-switcher ul {
        width: 100%;
        justify-content: center;
        overflow: visible;
    }
    .mobile-nav .mob-navigation > ul {
        margin: 0;
        padding: 8px 0 18px;
        background: #fff;
    }
    .mobile-nav .mob-navigation > ul > li > a {
        padding: 14px 28px;
        border-top: 0;
        border-bottom: 1px solid #edf0f2;
        font-size: 15px;
        line-height: 1.35;
    }
    .mobile-nav .mob-navigation > ul > li:hover {
        background: #f5f9fc;
    }
    .mobile-nav .mob-navigation > ul > li:hover > a {
        color: #1aa4f1;
    }
    .avizone-home-header .header-nav {
        min-height: 76px;
        padding: 6px 72px 6px 20px;
    }
    .avizone-home-header.sticky-header .header-nav {
        min-height: 82px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body:has(.avizone-home-header.sticky-header) > .mobile-nav-btn:not(.active) {
        top: 25px;
    }
    .avizone-home-header .header-nav > .row > div:first-child {
        width: auto;
        padding: 0;
    }
    .avizone-home-header .header-nav > .row > div:last-child {
        display: none;
    }
    .avizone-home-header .logo-main.avizone-logo-link {
        min-height: 64px;
    }
    .mobile-nav-btn {
        position: fixed;
        top: 22px;
        right: 40px !important;
        left: auto !important;
        width: 36px;
        height: 32px;
        padding: 4px 5px;
        box-sizing: border-box;
        overflow: visible;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .mobile-nav-btn:not(.active) {
        right: 40px !important;
    }
}

@media (max-width: 767px) {
    .avizone-home-header .header-nav {
        min-height: 68px;
        padding: 6px 64px 6px 16px;
    }
    .avizone-home-header.sticky-header .header-nav {
        min-height: 76px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body:has(.avizone-home-header.sticky-header) > .mobile-nav-btn:not(.active) {
        top: 22px;
    }
    .avizone-home-header .logo-main.avizone-logo-link {
        min-height: 56px;
    }
    .avizone-home-header .logo-main img.avizone-logo-asset {
        width: 165px !important;
    }
    .mobile-nav-btn {
        top: 18px;
    }
    .mobile-nav-btn.active {
        top: 18px;
        right: 40px !important;
    }
}

/* Use the same three bars to draw a clean close icon; legacy CSS adds a font icon. */
.mobile-nav-btn.active .lines {
    top: 8px;
    background: transparent !important;
}
.mobile-nav-btn.active .lines::before,
.mobile-nav-btn.active .lines::after {
    display: block !important;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
    width: 22px !important;
    height: 3px !important;
    margin: 0 !important;
    background: #1aa4f1 !important;
    font-family: inherit !important;
    transform-origin: center;
    transition: transform .2s ease !important;
}
.mobile-nav-btn.active .lines::before {
    transform: rotate(45deg);
}
.mobile-nav-btn.active .lines::after {
    transform: rotate(-45deg);
}

@media (max-width: 420px) {
    .avizone-home-header .logo-main img.avizone-logo-asset {
        width: 150px !important;
    }
}
/* Responsive safety net for legacy fixed-width and Bootstrap negative-margin sections. */
body {
	max-width: 100%;
	overflow-x: hidden;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

@media (max-width: 991px) {
	.container,
	.container-fluid {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.row {
		width: auto;
		max-width: none;
		margin-right: -8px;
		margin-left: -8px;
	}

	.row > [class*="col-"] {
		min-width: 0;
	}

	.available-box,
	.available-img,
	.available-content,
	section.contact-us-main article,
	section.contact-us-main .mainbox {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		overflow-wrap: anywhere;
	}
}
