.inner-banner {
    height: 16rem;
    background-size: cover !important;
    background-position: right !important;
}

    .inner-banner .container {
        height: 100%;
    }

        .inner-banner .container .row {
            height: 100%;
            text-align: center;
        }

        .inner-banner .container .row {
            align-items: center;
        }

.breadcrumb-wrapper {
    background: #f6f6f6;
    padding: 1rem 0;
}

.breadcrumb li {
    font-size: 1rem;
    font-weight: 400;
    color: #111;
}
.breadcrumb-item.active {
    color: #111;
}
.breadcrumb li a {
    color: #858585;
    text-decoration: none;
}

        .breadcrumb li a:hover {
            text-decoration: underline;
        }

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/";
    }

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin-bottom: 0px;
}

.contact .adrs p a {
    color: #2F2F2F;
}

    .contact .adrs p a:hover {
        color: #e48700;
    }

.contact .adrs p {
    color: #2F2F2F;
}

.contact .adrs hr {
    margin-top: 40px;
    width: 90%;
    border-top-color: #333333 !important;
}

.contact .adrs p a img {
    margin-right: 7px;
}

.contact .adrs .col-md-8 p.min-h {
    margin-bottom: 50px;
}

.contact input {
    border: none;
    border-radius: 0;
    margin-bottom: 1.3rem;
}

.contact input, .contact textarea {
    background: #F7F7F7;
    padding: 0.6rem 2rem;
}

.contact textarea {
    height: auto !important;
    border: none;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

.contact .btn-primary {
    background: #e48700;
    border-color: #e48700;
    color: #fff;
    padding: 8px 50px;
    border-radius: 5px;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .contact .btn-primary:hover {
        background: #333333;
        border-color: #333333;
    }

.contact .socialicons img {
    width: 40px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}
/*#region wizard form */


    .form-wizard .form-wizard-header {
        text-align: center;
    }

    .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
        background-color: #ff9600;
        color: #ffffff;
        display: inline-block;
        min-width: 100px;
        min-width: 120px;
        padding: 10px;
        text-align: center;
    }

        .form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
            color: #ffffff;
            opacity: 0.6;
            text-decoration: none;
        }

    .form-wizard .wizard-fieldset {
        display: none;
    }

        .form-wizard .wizard-fieldset.show {
            display: block;
        }

    .form-wizard .wizard-form-error {
        display: none;
        background-color: #d70b0b;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
    }

    .form-wizard .form-wizard-previous-btn {
        background-color: #333;
    }

    .form-wizard .form-control {
        font-weight: 300;
        height: auto !important;
        padding: 15px;
        background-color: #f1f1f1;
        border: none;
    }

        .form-wizard .form-control:focus {
            box-shadow: none;
        }

    .form-wizard .form-group {
        position: relative;
        margin: 25px 0;
    }

    .form-wizard .wizard-form-text-label {
        position: absolute;
        left: 24px;
        top: 23px;
        transition: 0.2s linear all;
    }

    .form-wizard .focus-input .wizard-form-text-label {
        color: #ff9600;
        top: -18px;
        transition: 0.2s linear all;
        font-size: 12px;
    }

    .form-wizard .form-wizard-steps {
        margin: 30px 0;
    }

    .form-wizard .form-wizard-steps li {
        width: 33.3%;
        float: left;
        position: relative;
    }

    .form-wizard .form-wizard-steps li::after {
        background-color: #f3f3f3;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        border-bottom: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
    }

    .form-wizard .form-wizard-steps li span {
        background-color: #dddddd;
        border-radius: 50%;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        position: relative;
        text-align: center;
        width: 40px;
        z-index: 1;
    }

    .form-wizard .form-wizard-steps li:last-child::after {
        width: 50%;
    }

    .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
        background-color: #ff9600;
        color: #ffffff;
    }

    .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
        background-color: #ff9600;
        left: 50%;
        width: 50%;
        border-color: #ff9600;
    }

    .form-wizard .form-wizard-steps li.activated::after {
        width: 100%;
        border-color: #ff9600;
    }

    .form-wizard .form-wizard-steps li:last-child::after {
        left: 0;
    }

    .form-wizard .wizard-password-eye {
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

.wizard-section .btn {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
    .wizard-section .btn:hover {
        background-color: #ff9600;
        border-color: #ff9600;
    }

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

/*#endregion */



.toast {
    position: fixed;
    z-index: 55;
    top: 80px;
    right: 25px;
    min-width: 350px;
    overflow: inherit !important;
    background-color: rgb(255 255 255 / 61%) !important;
    display: none;
    opacity: 1 !important;
}
.toast-close {
    float: right;
    margin-right: 8px;
    background-color: #fff0;
    border: none;
    font-size: 20px;
    margin-top: 16px;
}
.toast .topangle {
    border-color: transparent transparent #c4c4c4 transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: -9px;
    left: 10px;
}
    .toast .toast-body h5 {
        font-size: 1rem;
    }
.toast .toast-body .btn {
    display: inline-block;
    padding: 8px 30px;
    background: #de8300;
    margin-top: 16px;
    border-color: #fff;
}


.mbl-filter {
    display: none;
}



@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .inner-banner {
        height: 10rem;
    }

    .form-wizard .form-group {
        margin: 15px 0;
    }

    .breadcrumb li {
        font-size: .9125rem;
    }

    .form-wizard .wizard-form-text-label {
        font-size: 15px;
    }

    .form-control {
        font-size: 15px;
    }

    .contact .quform .btn {
        height: unset;
        margin-bottom: 30px;
    }

    .contact .adrs .business {
        margin-bottom: 30px;
    }

    .contact input, .contact textarea {
        padding: 0.6rem 1rem;
    }
    .mbl-filter {
        display: block;
        position: fixed;
        left: -55px;
        top: 50%;
        z-index: 1000;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mbl-filter .mob_fliter_icon {
        background: #f59000;
        border: none;
        color: #fff;
        padding: 4px 40px;
        font-size: 1rem;
    }
    .categories-wrap #accordioncategory, .categories-wrap #accordionExample, .categories-wrap .categories h4 {
        display: none;
    }
    .btn {
        height: unset;
    }
    .express-form {
        display: block!important;
    }
}

@media (max-width: 475.98px) {
    .inner-banner h1 {
        text-shadow: 1px 1px 0px #ffffff;
    }
}

.accordion {
    margin-bottom: 10px;
}
.accordion .accordion-body ul {
    padding: 0px;
}
.accordion .accordion-body ul li {
    list-style: none;
}
.accordion .accordion-body ul li a {
    color: #4c5152;
}
.bootstrap-tagsinput {
    padding: 4px 0!important;
}
.categories-wrap .filter-container h5 .text-primary {
    font-size: 16px;
    color: #f59000 !important;
}
.categories-wrap .filter-container {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 7px;
}
.bootstrap-tagsinput input[readonly]
{
    display:none;
}
.accordion-button:not(.collapsed) {
    color: #333;
}
/*#region Attribute Filter */
.bootstrap-tagsinput {
    width: 100%;
    border: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #f59000;
    border-color: #f59000;
}

    .bootstrap-tagsinput .tag {
        background-color: #f59000;
        font-size: 1rem;
        padding: 10px;
        margin: 2px;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        display: inline-block;
    }

.attribute-filter ul li {
    line-height: 1.3;
}

.attribute-filter .panel-title h4 a {
    background: #eee;
    color: #2f2f2f;
    font-size: 1.575rem;
    padding: 0px;
}

.attribute-filter #accordion .panel-body ul li .custom-control-label {
    color: #2f2f2f;
    font-weight: 500;
    font-size: 1.3rem;
    cursor: pointer;
}

.attribute-filter a.mob-accordion {
    font-size: 24px !important;
    font-weight: 600;
}

.attribute-filter .custom-control {
    padding-top: 10px;
}

.attribute-filter .custom-control-label::before {
    top: .29rem
}

@media (max-width: 767px) {
    .login-widget-modal .login-widget-ui .ui-left-text .fa {
        text-align: center !important;
        display: inline-block !important;
        color: #4caf50 !important;
        font-size: 41px !important;
        margin-bottom: 0px !important;
        float: left !important;
        margin-right: 10px !important;
        margin-top: -9px !important;
    }

    .login-widget-modal .login-widget-ui button.close {
        right: 15px !important;
        top: -5px !important;
    }

    .service-icon-n {
        width: 100px;
        margin-bottom: 10px;
    }

    .solution-detail .grey-wrap img {
        margin-bottom: 15px !important
    }

    .technology-partners .partners-wrap, .technology-partners .view-all {
        height: 90px;
    }

    .vision-mission .grey-wrapper {
        padding-top: 20px;
    }

        .vision-mission .grey-wrapper .col-md-6 .nav-tabs {
            margin-top: 20px;
            margin-bottom: 20px;
        }

    .top-bar .phn {
        display: none !important;
    }

    header .btn-outline-success {
        position: static;
        width: 100%;
        padding: 15px 0;
        padding-bottom: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 15px;
    }

    

    #testimonialslider .slick-prev, #testimonialslider .slick-next {
        width: 25px !important;
        height: 25px !important;
    }

    .we-provide-services .btn {
        margin-top: -35px !important;
    }
}

@media (width:568px) and (height:320px) {
    .we-provide-services .serviceslide .box-wrap {
        min-height: 335px !important;
    }

    .about-section .color-box {
        width: 50%;
        float: left;
    }
}

.copyright-new {
    margin: 0;
    padding: 0;
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
}

footer .copyright-new span {
    color: #8B8A8A;
    font-size: 1.3rem;
    padding-right: 25px;
}

.copyright-new li {
    list-style: none;
    display: inline-flex;
}

    .copyright-new li a {
        font-size: 13px;
        color: #fff;
    }

@media (max-width: 600px) {
    .major-sector-wrap .right-listing ul {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .sorting-wrap .form-group label {
        padding: 13px 0px 0;
    }

    .left-right-content {
        margin: 0 !important;
    }

    .copyright-new {
        display: block;
    }

        .copyright-new li {
            display: block;
        }

    .copy-new {
        display: block !important;
        float: none !important;
        margin-top: 10px !important;
    }

    .blue-section .service-sec {
        margin-left: 0 !important;
        margin: 15px 0 !important;
    }

        .blue-section .service-sec .text-area {
            font-size: 1.8rem;
        }

        .blue-section .service-sec .no {
            font-size: 3rem !important;
        }

    header .top-bar .right ul {
        margin-top: -5px;
    }

    header .top-bar .right #navPanel {
        margin-top: 0 !important;
    }

    header .top-bar .left ul li::before {
        display: none;
    }

    .slick-next, .slick-prev {
        top: 50%;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    footer .bottom-contacts {
        line-height: 2.2;
    }

    .solution-detail .right-circle {
        display: none;
    }

    .solution-detail .mt-80 {
        margin-top: 10px !important;
    }

    .solution-detail .mb-80 {
        margin-top: 10px !important;
    }

    .solution-detail .d-custm-1 {
        width: 60%;
        margin: 25px 0;
    }

    .d-icon-n {
        width: 35% !important;
        margin-bottom: -40px;
        margin-top: -40px;
    }

    #testimonialslider .col-md-7 {
        padding: 0 35px;
    }

    footer .copyright {
        line-height: 2;
    }

    .copy-new {
        float: unset;
    }

    footer .copyright span {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1281px) {
    header .logo {
        max-width: 95px;
    }

    header nav ul li a {
        font-size: 1rem;
    }

    .navbar-expand-md .navbar-nav {
        margin-right: 30px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
    .blog .watch-subscribe .black-head img {
        width: 45px;
    }

    .blog .watch-subscribe .black-head {
        padding-left: 50px;
    }

        .blog .watch-subscribe .black-head span {
            font-size: 1rem;
        }

        .blog .watch-subscribe .black-head .head-white {
            font-size: 1.6rem;
        }
}

.copy-new {
    color: #8B8A8A;
    font-size: 1.3rem !important;
    padding-right: 0 !important;
    float: right;
}

.r-top-n {
    padding: 0 !important;
    float: right;
}

.solution-detail .box-wrap a {
    margin-left: 15px;
}

@media (width: 768px) {
    .scrolled .top-bar {
        margin-top: -80px !important;
    }

    footer .bottom-contacts span {
        padding-right: 65px;
    }

    .copy-new {
        margin-top: 10px !important;
        display: block !important;
    }

    .about-wrap {
        background: none !important;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) {
    .about-wrap {
        height: 236px;
        background-size: cover !important;
        margin-top: 119px;
    }

    header .top-bar .right {
        margin-top: -15px;
    }

    .about-section .color-box {
        width: 50% !important;
        display: inline-block !important;
        float: left;
    }

    .homeslider .slide .h1 {
        font-size: 4.8rem;
        margin-top: 21px;
    }

    .homeslider {
        height: 70vh;
    }

    .about-section .color-box img {
        width: 100% !important;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) {
    .homeslider .slide .h1 {
        font-size: 5.8rem !important;
    }

    .solution-detail .right-circle {
        max-width: 350px;
        height: 350px;
    }

        .solution-detail .right-circle img {
            max-width: 160px;
        }

    .we-provide-services {
        margin-top: 50px !important;
    }

        .we-provide-services .serviceslide .box-wrap {
            min-height: 100% !important;
            max-height: 100% !important;
        }

    .about-section h3 {
        display: flex !important;
        float: left !important;
        margin-right: 30px !important;
        align-items: center !important;
        align-content: center !important;
        height: 100% !important;
    }

    .about-section .img-fluid {
        width: 61% !important;
        float: left !important;
    }

    .about-section .color-box {
        width: 50% !important;
        display: inline-block !important;
        float: left;
    }

        .about-section .color-box img {
            width: 100% !important;
        }

    .about-section {
        padding-bottom: 0 !important
    }

    .virtual-class-room .grey-wrap .right-bg {
        height: 100% !important;
    }

    footer .bottom-contacts span {
        display: inline !important;
    }
}

@media (max-width: 768px) {
    .company-main-block {
        background-image: none;
    }

    .get-in-touch {
        margin-bottom: 40px !important;
    }

    .homeslider .slide .h1 {
        font-size: 4rem !important;
    }

    .about-section .color-box {
        height: auto;
        margin-top: 15px;
    }

    .major-verticals .majorslide .slide {
        height: 190px !important;
    }

    .socialmedia {
        display: block !important;
    }

    .about-wrap {
        margin-top: 165px !important;
    }

    .blog-wrapper img {
        margin-bottom: 20px;
    }

    .watch-subscribe {
        margin-top: 20px;
    }

    footer .btn-primary {
        width: 100%;
    }

    .about-wrap p {
        display: none;
    }

    .about-wrap .h1 {
        display: block !important;
    }

    .item-block h2 a {
        font-size: 1.8rem;
    }

    .about-wrap .h1 {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    .attribute-filter a.mob-accordion {
        font-size: 18px !important;
    }

    .modal-header .close {
        font-size: 24px;
    }

    .bottom-banner {
        background-position: center !important;
    }

    .item-block h2 {
        font-size: 18px !important;
    }

    .attribute-filter a.mob-accordion {
        font-size: 18px !important;
    }

    .modal-header .close {
        font-size: 24px;
    }

    .logo-wrap {
        height: 281px;
        padding-top: 0;
    }

    .blog-wrapper img {
        margin-bottom: 20px;
    }

    .watch-subscribe {
        margin-top: 20px;
    }

    footer .btn-primary, .blog-wrapper .btn-primary {
        width: 100%;
    }

    .about-text .text-muted {
        line-height: 2;
    }

    .about-text .btn-primary {
        width: 100%;
    }

    .contact .socialicons p {
        font-weight: 500;
        white-space: pre;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }

    .slick-dots {
        padding: 0 !important;
    }
}

@media (width: 768px) {
    .d-icon-n {
        width: 100% !important;
    }

    .homeslider {
        height: 450px;
    }

        .homeslider .slide .h1 {
            font-size: 3rem !important;
            margin-top: 30px;
        }

    .footer .bottom-contacts span {
        padding-right: 65px;
    }

    .about-wrap {
        margin-top: 42px !important;
    }
}

.form-control {
    height: 42px !important;
}



@media (width: 1024px) and (height: 768px) {
    .solution-detail .right-circle {
        height: 360px;
    }
}

@media (width: 1024px) and (height: 1366px) {
    .solution-detail .right-circle {
        height: 360px;
    }

    .homeslider {
        padding: 25px 0;
    }

        .homeslider .slide .h1 {
            font-size: 4.8rem;
            margin-top: 15px;
        }

    .about-section .color-box {
        width: 50%;
        float: left;
    }

    .virtual-class-room .grey-wrap .right-bg {
        height: 30vh;
    }

    .solution-detail .right-circle {
        max-width: 330px;
        height: 330px;
    }

        .solution-detail .right-circle img {
            max-width: 200px;
        }
}

@media (width: 720px) and (height: 540px) {
    .d-icon-n {
        width: 13% !important;
    }
}

@media (width: 812px) and (height: 375px) {
    .login-widget-modal .modal-dialog {
        top: 0% !important;
    }

    .bootstrap-tagsinput .tag {
        line-height: 1.5;
        white-space: break-spaces;
    }

    .panel-default > .panel-heading a:after {
        top: -2px;
    }

    .login-widget-modal {
        top: 0px !important;
        overflow: scroll !important;
        z-index: 9999999999 !important;
    }

        .login-widget-modal .modal-dialog {
            top: 0% !important;
        }

    .right-circle {
        display: none;
    }

    .scrolled .top-bar {
        margin-top: -67px !important;
    }

    .we-provide-services .serviceslide .box-wrap {
        min-height: 285px !important;
        max-height: 285px !important;
    }

    .about-section .color-box {
        width: 50% !important;
        float: left !important;
    }

    .virtual-class-room .grey-wrap .right-bg {
        height: 150vh !important;
    }

    .major-verticals .majorslide .slide .black-text {
        bottom: 53px !important;
    }

    .copy-new {
        float: unset !important;
        margin-top: 10px !important;
        display: block !important;
    }

    .copyright-new {
        display: block !important;
    }

    .homeslider {
        height: auto !important;
    }

    .about-wrap {
        height: 260px !important;
    }

        .about-wrap .h1 {
            font-size: 3.8rem !important;
        }

    .company-main-block {
        background-image: none !important;
    }

    .about-wrap p {
        display: none !important;
    }

    .about-wrap .h1 {
        display: block !important;
    }

    .blue-section .service-sec .no {
        font-size: 3.5rem !important;
    }

    .blue-section .service-sec .text-area {
        font-size: 1.5rem !important;
    }

    .slick-dots {
        padding: 0 !important;
    }

    .categories-wrap .categories h4 {
        font-size: 1.2rem !important;
    }

    .attribute-filter .panel-title h4 a {
        font-size: 1.2rem !important;
    }

    h4 {
        font-size: 18px !important;
    }

    .item-block h1 {
        font-size: 3rem !important;
    }

    .item-block h4 {
        font-size: 3rem !important;
    }

    .item-block h2 a {
        font-size: 2rem;
    }

    .client .logo-wrap {
        height: 305px;
    }

    .sorting-wrap .form-control {
        height: 30px !important;
    }
}

@media (width: 568px) and (height: 320px) {
    .modal-dialog {
        max-width: 100% !important;
    }

    .login-widget-modal {
        top: 0px;
        max-height: 100% !important;
    }

    .scrolled .top-bar {
        margin-top: -87px !important;
    }
}

.contact textarea {
    height: auto !important;
}

@media (width: 768px) {
    .section-one .box-wrap {
        min-height: 380px !important;
        max-height: 380px !important;
    }
}

.homeslider .slide .official {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.about-section h3 {
    margin-top: 0px !important;
    margin-bottom: 32px !important;
}

.major-verticals .slick-next {
    right: -10px !important;
}

.major-verticals .slick-prev {
    left: -10px;
}

.service-icon-n {
    width: 200px !important;
    margin: auto !important;
}
/*#endregion */
.express-form{
    display:inline-block;
}
.express-list {
    display: inline-block;
}
    .express-list a, .products .card.addtocart-btn {
        font-size: .918rem !important;
        padding: 10px 22px!important;
        height:unset!important;
    }
        .express-list a{
            color:#fff!important;
        }
    
        .products .card.addtocart-btn {
            background-color: #f0f1f3 !important;
        }.products .card.addtocart-btn:hover {
    color: #fff!important;
    background-color:#333!important;
}
@media (max-width:1649.98px) {
    .products .card.addtocart-btn, .products .express-list, .products .express-list a{
        width: 100%;
    }
}