.solution-hero {
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}


.serive-form {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(270deg, #079ed8, #014491 104.39%);
}
.mail-con {
    background-color: #003e83;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 10px 19px 10px 12px;
    position: relative;
    border-radius: 5px 0 0;
}
.mail-con img {
    position: relative;
    z-index: 1;
}
.about-home.request-icon {
    color: #fff;
    padding: 1px 30px;
    width: calc(100% - 70px);
    margin-bottom: 0;
}
.about-home.request-icon h4 {
    font-size: 24px;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    line-height: 47px;
    font-weight: 700;
}

#proFields input {
    height: 42px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    margin-top: 10px;
}
#consultancyFields input {
    height: 42px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    margin-top: 10px;
}
.page-center {
    margin: 0 auto;
    max-width: 1240px;
}

.solution-hero_wrap {
    padding: 60px 0;
    position: relative;
}

.ac {
    align-items: center;
}

.sb {
    justify-content: space-between;
}

.solution-hero_left {
    padding: 80px 0 40px;
}

/*.df {
    display: flex;
    flex-wrap: wrap;
}*/
/*.solution-hero_wrap:before {
    background: linear-gradient(225deg,#0abcff,#09a3dc 94.06%);
    content: "";
    height: 100%;
    left: -18px;
    position: absolute;
    top: 0;
    transform: translateX(0) skew(340deg);
    width: 57%;
}*/
/*.solution-hero_left, .solution-hero_right {
    position: relative;
    width: 48%;
}*/
.solution-hero_content_box {
    padding-left: 20px;
    padding-right: 23px;
}

.solution-hero_content h1 span {
    display: block;
    font-size: 50px;
}

.tc {
    text-align: center;
}

.solution-hero_content h1 {
    color: #fff;
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 16px;
    font-family: 'Cairo', sans-serif;

}

.banner-btn span {
    font-size: 23px;
    color: #1face2;
    font-family: Roboto;
    font-weight: 500;
    display: block;
    line-height: 28px;
}

.solution-hero_btn {
    padding-top: 24px;
    display: inline-block;
}

.main-btn a {
    background-color: #00bdff;
    color: #fff;
    font-size: 14px;
    padding: 8px 21px;
    text-transform: uppercase;
    border-radius: 5px;
}

.main-btn {
    margin-left: 40px;
}

.banner-btn {
    background-color: #fff;
    padding: 20px 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #232323;
    transition: all 0.3s ease 0s;
}


.solutions-benefit_cta.purple-link button {
    background: #1face2;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    width: 100%;
}
.solutions-benefit_cta.purple-link.large-link {
    text-align: center;
}

.solution-hero_content p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 25px;
    margin: 7px 0px 0px;
    font-weight: 500;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 34px;
}
}

.solution-hero_btn {
    padding-top: 24px;
    display: inline-block;
}

.main-btn a:hover {
    text-decoration: none;
    background-color: #232323;
    color: #fff;
}

.inception-tab {
    background: #fff;
    padding: 80px 0;
}

.inception-tab_top h2 {
    color: #000;
    font-size: 38px;
    font-weight: 800;
    line-height: 46px;
    margin-bottom: 15px;
    font-family: 'Cairo', sans-serif;
}

.inception-tab_top_wrap {
    margin: 0 auto;
    max-width: 970px;
}

.inception-tab_top p {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    opacity: 1;
}


/*tab*/
.inception-tab_nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 35%;
}

.inception-tab_nav li.active {
    background: linear-gradient(90deg, #404040, #222);
}

.inception-tab_nav li {
    border-bottom: 1px solid hsla(0, 0%, 65%, .4);
    padding: 26px 30px 26px 40px;
    position: relative;
}

.inception-tab_nav li.active:before {
    opacity: 1;
}

.inception-tab_nav li:before {
    background-color: #1face2;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

#in-acc-nav li a {
    text-decoration: none;
}

.inception-tab_nav_item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.inception-tab_nav_item_icon {
    width: 44px;
}

.inception-tab_nav li.active .gradient-icon,
.white-icon {
    display: none;
}

.inception-tab_nav li.active .white-icon {
    display: block;
}

.inception-tab_nav_item_txt {
    margin-left: 20px;
    width: calc(100% - 65px);
}

.inception-tab_nav_item_txt span {
    color: #fff;
    display: inline-block;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.inception-tab_nav li {
    border-bottom: 1px solid hsla(0, 0%, 65%, .4);
    padding: 26px 30px 26px 40px;
    position: relative;
}

.inception-tab_panel_wrap {
    width: 60%;
}

.inception-tab_panel {
    align-items: flex-end;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 30px;
    position: relative;
}

.inception-tab_panel_content {
    width: 100%;
}

.inception-tab_nav_item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.inception-tab_nav_item_icon {
    width: 44px;
}

.inception-tab_nav_item_icon img {
    vertical-align: middle;
}

.inception-tab_nav_item_txt {
    margin-left: 20px;
    width: calc(100% - 65px);
}

.inception-tab_nav_item_txt span {
    color: #fff;
    display: inline-block;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.inception-tab_panel_content-txt {
    margin-top: 10px;
}

.inception-tab_panel_content-txt p {
    color: #e6ecf0;
    font-size: 14px;
    line-height: 23px;
}

p:last-child {
    margin-bottom: 0;
}



.inception-tab_top {
    padding-bottom: 20px;
}

.tab-content {
    margin-top: 0;

}

.solution-hero_content p span {
    font-size: 19px;
    font-weight: 500;
}

/*box*/

.boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 24px;
}

.box {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 25px 25px 20px;
    /*    border-right: 5px solid #1face2;*/
    position: relative;
    border: 1px solid #1face2;
    z-index: 9;
}

.box:before {
    background: linear-gradient(90deg, rgb(255 255 255 / 39%), #00b8ff59 104.39%);
    content: "";
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.box__title:before {
    background-color: #3db3e5;
    content: "";
    display: block;
    height: 3px;
    margin-top: 6px;
    width: 70px;
    position: absolute;
    bottom: 0;
}

.box__title {
    color: #232323;
    font-family: Cairo;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 15px;
    position: relative;
}

.box__content {
    color: #000;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

.box__image img {
    text-align: center;
    width: 90px;
}

.box__image {
    padding: 0 0 10px 0;
}

.solutions-benefit {
    padding: 40px 0;
}

.solutions-benefit_wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 30px 5px rgba(115, 122, 154, .13);
    overflow: hidden;
}

.solutions-benefit_image {
    width: 40%;
}

.solutions-benefit_image img {
    display: block;
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.solutions-benefit_content {
    padding: 46px;
    width: 60%;
}

.solutions-benefit_repeater-item {
    padding-bottom: 24px;
    position: relative;
}

.solutions-benefit_repeater-item_icon {
    margin-right: 15px;
    width: 38px;
}

.solutions-benefit_repeater-item_icon img {
    vertical-align: middle;
}

.solutions-benefit_repeater-item_txt {
    width: calc(100% - 60px);
}

.solutions-benefit_repeater-item h4 {
    color: #363636;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
    opacity: .8;
    position: relative;
}

.sec-full {
    background-image: url(/campaign/img/ubanto_bag.jpg);
    background-size: cover;
    background-position: center;
}

.full-screen {
    background-image: url(/campaign/img/ubanto_bag1.png);
    background-size: cover;
    background-position: left, center;
}


.heading-container {
    background-image: url('/campaign/img/Industries-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



.main-indu {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.industry {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}

.industry:hover {
    transform: translateY(-5px);
}

.industry img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 0px;
}

.industry h3 {
    font-size: 14px;
    color: #333;
    margin: 0px 0px 0 10px;
    font-family: 'Cairo', sans-serif;
    line-height: 24px;
}


.contact-form {
    background: #005dac;
    margin-bottom: 16px;
    padding: 35px 40px 10px;
    border-radius: 0px 0px 5px 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form input[type="phone"] {
    background: rgb(255 255 255) none repeat scroll 0 0;
    border: 1px solid #1face2;
    height: 42px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
}

label {
    font-family: Cairo;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.inception {
    margin-bottom: 20px;
}

.solution-hero_content a {
    display: inline-grid;
    background: #f7f8f9;
    border-radius: 10px;
    box-shadow: 0 4px 30px 5px rgba(115, 122, 154, .13);
    padding: 20px 30px 20px;
    font-size: 23px;
    font-family: Cairo;
    margin-top: 20px;
    color: #232323;
}

.inception-tab_top_wrap h2 {
    font-family: 'Cairo', sans-serif;
    font-size: 35px;
}



@media only screen and (min-width: 1947px) and (max-width: 2560px) {
    .sec-full-icon .page-center {
        margin: 0 auto;
        max-width: 1920px;
    }

    .inception-tab .page-center {
        margin: 0 auto;
        max-width: 1920px;
    }

    .industry h3 {
        font-size: 16px;
    }

    .heading-container .page-center {
        max-width: 1600px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1946px) {
    .sec-full-icon .page-center {
        margin: 0 auto;
        max-width: 1570px;
    }

    .inception-tab .page-center {
        margin: 0 auto;
        max-width: 1570px;
    }

    .dnd-row {
        padding: 0 0 0 2rem;
    }
    .heading-container .page-center {
    margin: 0 auto;
    max-width: 1570px;
}
}



@media (max-width: 1245px) {
    .solution-hero_wrap {
        flex-direction: column-reverse;
    }
    .main-indu {
    grid-template-columns: 1fr 1fr 1fr;
}

    .solution-hero_left,
    .solution-hero_right {
        width: 100%;
    }

    .solution-hero_left {
        padding: 70px 20px 60px;
    }
    .banner-btn span {
    font-size: 20px;
    line-height: 25px;
}
    .solution-hero_content h1 span {
    font-size: 40px;
}
.solution-hero_content p {
    font-size: 22px;
    margin: 0px 0px 0px;
    line-height: 30px;
}
    .solution-hero_content h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 14px;
}

    .solution-hero_wrap:before {
        display: none;
    }

    .dnd-row {
        padding: 0 0 0 2rem;
    }

}

@media (max-width: 1100px) {
    .boxes {
        grid-template-columns: 1fr 1fr;
    }
    .box__image img {
    width: 70px;
}
.box__title {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 11px;

}
.box__content {
    font-size: 16px;

}
    .solution-hero_wrap {
        flex-direction: column-reverse;
    }
    .main-indu {
    grid-template-columns: 1fr 1fr;
}

    .solution-hero_left,
    .solution-hero_right {
        width: 100%;
    }
    .solution-hero_left {
        padding: 50px 20px 40px;
    }
    .banner-btn span {
    font-size: 19px;
    line-height: 25px;
}
    .solution-hero_content h1 span {
    font-size: 35px;
}
.solution-hero_content p {
    font-size: 20px;
    margin: 0px 0px 0px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
    .solution-hero_content h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 10px;
}

    .solution-hero_wrap:before {
        display: none;
    }

    .page-center {
        padding: 0 20px;
    }

    .dnd-row {
        padding: 0 0 0 2rem;
    }
    .inception-tab_top_wrap h2 {
    font-size: 30px;
}
.inception-tab_top p {
    font-size: 16px;
    line-height: 26px;
}

}

@media (max-width: 767px) {
    .main-indu {
    grid-template-columns: 1fr;
}
    .solution-hero_wrap {
        flex-direction: column-reverse;
    }

    .solution-hero_left,
    .solution-hero_right {
        width: 100%;
    }

    .solution-hero_left {
        padding: 50px 20px 0px;
    }
    .banner-btn span {
    font-size: 17px;
    line-height: 25px;
}
    .solution-hero_content h1 span {
    font-size: 28px;
}
.solution-hero_content p {
    font-size: 18px;
    margin: 0px 0px 0px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
    .solution-hero_content h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 10px;
}

    .solution-hero_wrap:before {
        display: none;
    }

    .box {
        margin-right: 0;
        width: 100%;
    }

    .boxes {
        grid-template-columns: 1fr;
    }
    .box__image img {
    width: 70px;
}
.box__title {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 11px;

}
.box__content {
    font-size: 16px;

}
.inception-tab_top_wrap h2 {
    font-size: 30px;
}

    .solution-hero_content_box {
        padding-left: 10px;
        padding-right: 10px;
    }


    .solution-hero_btn a {
        font-size: 13px;
        padding: 8px 15px;
        width: 59%;
    }

    .inception-tab_top p {
        font-size: 15px;
        line-height: 25px;
    }

    .inception-tab_top {
        padding-bottom: 20px;
    }

    .inception-tab {
        padding: 40px 0;
    }

    .contact-form button[type="submit"] {
        font-size: 14px;
        padding: 5px 20px;
    }

    .inception-tab_top h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .inception-tab_nav {
        padding-bottom: 60px;
        width: 100%;
    }

    .page-center {
        padding: 0 20px;
    }

    .inception-tab_panel_wrap {
        width: 100%;
    }

    .solutions-benefit_image img {
        max-height: 350px;
        object-fit: cover;
    }

    .solutions-benefit_image {
        width: 100%;
    }

    .solutions-benefit_repeater-item {
        padding-bottom: 26px;
    }

    .solutions-benefit_content {
        padding: 25px;
        width: 100%;
    }

    .solutions-benefit_repeater-item h4 {
        font-size: 14px;

    }
}