/*Video Section*/
.vedio-section {
    min-height: 65vh;
}
.vedio-section::after {
    background: var(--bs-black);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}
.vedio-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
.video-content-wrapper {
    min-height: 65vh;
    z-index: 1;
    background: #5e81a1;
}
.video-inner-content {
    width: 84%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.video-inner-content h1 {
    padding-bottom: 15px;
}
.home-social-media a {
    color: var(--bs-white);
    font-size: 21px;
    display: block;
    margin-bottom: 15px;
    line-height: 0;
}
.home-social-media a:hover {
    color: var(--bs-orange);
}
.home-social-media {
    width: 25px;
    float: right;
    padding-top: 70px;
}
.scroll-text::after {
    background: var(--bs-white);
    width: 2px;
    height: 74px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.scroll-text p {
    top: 80px;
} /*Video Sectioon Bottom*/
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(-1, -1, -1);
        transform: scale3d(-1, -1, -1);
    }
    50% {
        opacity: 1;
    }
}
.award-slider-arrow {
    position: absolute;
    top: 41%;
    z-index: 2;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 46px;
    text-align: center;
    color: var(--bs-white);
    font-size: 27px;
    transition: 0.5s;
}
.award_slider_wrapper {
    display: flex;
    overflow: hidden;
}
.single-awards {
    background: var(--bs-light-orange);
    padding: 10px;
    flex: 0 0 100%;
}
.award-colorfull {
    transition: 0.5s all ease-in-out;
}
.single-awards:hover .award-colorfull {
    transform: scale(1.03);
}
.single-awards:hover .award-gray {
    animation: zoomOut 0.5s linear;
}
.award-slider-arrow:hover {
    font-size: 30px;
}
.slider-right-arrow {
    right: 0;
}
/*Ezulix Solution Section*/
.ezulix-solution-section {
    padding: 45px 0 30px;
}
.solution-heading-block {
    margin-bottom: 1.5rem;
}
.three_awards {
    display: flex;
    margin-left: -11px;
    overflow: hidden;
}
.three-award-slid-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 25px;
    display: block;
}
.multiple-award {
    display: flex;
    flex: 0 0 100%;
    margin-bottom: 10px;
    background: var(--bs-gray-primary);
    border-left: 10px solid var(--bs-white);
}
.certificete-pad {
    padding: 10px;
    margin: 0 auto;
}
.multiple-award:nth-child(3) {
    border-top-right-radius: 70px;
}
.single-counter {
    background: var(--bs-gray-primary);
    padding: 37px 0 37px 15px;
    margin-bottom: 10px;
}
.single-counter:hover {
    background: var(--bs-light-orange);
}
.single-counter,
.counter-text,
.single-counter p,
.counter-block i,
.counter-bg-icon {
    transition: 0.5s all ease-in-out;
}
.single-counter:hover,
.single-counter:hover .counter-text,
.single-counter:hover .ezulix-plus,
.single-counter:hover p,
.single-counter:hover .counter-bg-icon,
.single-counter:hover .counter-title {
    color: var(--bs-white);
}
.solution-col_1 .counter-block,
.solution-col_5 .counter-block {
    margin-top: -14px;
}
.counter-text {
    color: var(--bs-light-orange);
    font-family: var(--bs-font-sans);
    font-weight: 350;
}
.counter-block i {
    color: var(--bs-light-orange);
    font-size: 29px;
}
.ezulix-satisfied-clients,
.ezulix-active-software,
.ezulix-business-partner,
.ezulix-development-company {
    font-size: 88px;
}
.single-counter p {
    font-size: 20px;
    font-weight: 350;
    color: var(--bs-black);
}
.counter-bg-icon {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 88px;
    opacity: 0.3;
    color: var(--bs-light-orange);
}
.solution-col_4 .counter-bg-icon {
    font-size: 74px;
}
.solution-col_8 .counter-block {
    position: relative;
    top: -14px;
}
.counter-title {
    font-weight: 350;
    color: var(--bs-light-orange);
    font-family: var(--bs-font-sans);
    transition: 0.5s all ease-in-out;
}
.powered-block {
    /* background: url(../images/background/business_teams.webp); */
    height: 98%;
    padding: 190px 0;
    position: relative;
    z-index: 1;
    background-size: cover;
    border-radius: 0 0 70px 70px;
    overflow: hidden;
}
.powered-inner-block {
    width: 229px;
    margin: 0 auto;
}
.powered-block::after {
    content: "";
    background: var(--bs-gradient);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.9;
}
.powered-block p {
    font-size: 25px;
    font-weight: 350;
    margin-bottom: 4px;
}
/*Ezulix Company Information  Section*/
.company-info-section {
    overflow-x: hidden;
}
.company-detail-block {
    margin: 12px 0;
}
.ditail-inner-filds {
    display: none;
}
.company-detail-block:hover .ditail-inner-filds {
    opacity: 1;
    bottom: 0;
}
.hover-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.5s all ease-in-out;
    text-shadow: 3px 5px 2px var(--bs-black);
}
.what-do-title {
    text-shadow: var(--bs-black) 0 0 5px, var(--bs-black) 0 0 10px, var(--bs-black) 0 0 15px, var(--bs-black) 0 0 20px, var(--bs-black) 0 0 30px, var(--bs-black) 0 0 40px, var(--bs-black) 0 0 50px, var(--bs-black) 0 0 75px;
}
.ditail-inner-filds {
    background: var(--bs-rgb-orange);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
    bottom: -221px;
}
.info-content {
    margin: 0 auto;
    width: 100%;
}
/*Ezulix Services Section*/
.service-section {
    padding: 40px 0 30px;
}
.inner-service-block {
    background: var(--bs-gray-secondary);
    border-radius: 20px;
    transition: 0.5s all ease-in-out;
    padding: 30px 20px;
}
.inner-service-block:hover {
    box-shadow: 3px 5px 7px 0 rgba(0, 0, 0, 0.24);
}
.inner-service-block::after {
    background: var(--bs-gradient-verical);
    position: absolute;
    content: "";
    border-radius: 19px;
    z-index: 0;
}
.service-col {
    padding-bottom: 10px;
}
.single-service1 .inner-service-block::after,
.single-service2 .inner-service-block::after,
.single-service3 .inner-service-block::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
}
.single-service4 .inner-service-block::after,
.single-service5 .inner-service-block::after,
.single-service6 .inner-service-block::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
}
.inner-service-block:hover::after {
    width: 100%;
    height: 100%;
}
.inner-service-block::after,
.service-colorfull-icons i,
.service-colorfull-icons i::before,
.service-gray-icons i,
.service-gray-icons i::before,
.service-content h4,
.service-content p {
    transition: 0.5s all ease-in-out;
}
.icon-area {
    padding-bottom: 35px;
}
.service-colorfull-icons i {
    font-size: 105px;
    z-index: 1;
    color: var(--bs-light-orange);
}
.service-gray-icons {
    left: -33px;
    right: 0;
    bottom: -19px;
}
.service-gray-icons i {
    color: #d9d9d9;
}
.service-gray-icons i::before {
    font-size: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service-content h4 {
    color: var(--bs-orange);
    margin-bottom: 15px;
}
.service-content p {
    color: var(--color-gray);
}
.inner-service-block:hover .service-colorfull-icons i,
.inner-service-block:hover .service-colorfull-icons i::before,
.inner-service-block:hover h4,
.inner-service-block:hover p {
    color: var(--bs-white);
}
.inner-service-block:hover .service-gray-icons i {
    opacity: 0.2;
}
/*we Serve Section*/
.weserve-section {
    background: var(--bs-black);
    padding: 50px 0 45px;
}
.weserve_slider {
    position: relative;
    display: flex;
    overflow: hidden;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    background: var(--bs-light-orange);
    box-shadow: -1px 13px 15px -6px var(--bs-black);
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 46px;
    text-align: center;
    color: var(--bs-white);
    font-size: 27px;
    transition: 0.5s;
}
.slider-arrow:hover {
    border-radius: 50%;
    font-size: 30px;
    transform: translateY(-4px);
}
.weserve-slider-item {
    text-align: center;
    flex: 1 0 100%;
}
.weserve_slider .serve-block {
    margin: 0 15px;
}
.serve-info {
    border-radius: 20px;
    overflow: hidden;
}
.serve-info::after {
    background: linear-gradient(to bottom, transparent 31%, var(--bs-light-orange) 90%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 100%;
    z-index: 0;
}
.serve-info:hover::after {
    background: none;
}
.serve-img img {
    width: 100%;
}
.serve-content {
    bottom: 0;
    z-index: 1;
    padding: 30px 15px 20px;
    transition: 0.5s all ease-in-out;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.serve-block:hover .serve-content {
    background: #528ec5;
    bottom: 0;
    padding: 30px 15px 20px;
    border-radius: 20px 20px 0 0;
}
.serve-content h4 {
    margin-bottom: 15px;
}
/*Testimonials Section*/
.testimonials-section {
    padding: 45px 0 40px;
    background: var(--bs-light-orange);
    overflow: hidden;
}
.map-shapes {
    position: absolute;
    width: 100%;
    z-index: 0;
}
.testimonials-section .row {
    z-index: 1;
    position: relative;
}
.testimonials-section .sub-title {
    color: var(--bs-white);
}
.carousel_stage_outer {
    max-width: 100vw;
    display: flex;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.single-carousel-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    min-width: 100%;
}
.single-testimonials-card {
    width: 98%;
    margin: 0 auto;
}
.carousel_stage_outer::-webkit-scrollbar {
    display: none;
}
.testimonials-left {
    background: var(--bs-white);
    border-radius: 20px;
    box-shadow: 1px 1px 9px -3px var(--bs-black);
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    float: left;
}
.testimonials-left img {
    text-align: center;
    margin: 0 auto;
}
.testimonials-content {
    background: var(--bs-white);
    float: right;
    padding: 40px;
    margin-top: 5px;
    border-radius: 20px;
}
.shape-content {
    width: 58px;
    position: absolute;
    left: -1px;
    bottom: -49px;
}
.slide-text p {
    color: var(--bs-black);
    line-height: 24px;
    text-align: justify;
    padding-top: 20px;
}
.slide-name p {
    position: absolute;
    color: var(--bs-black);
    bottom: auto;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding-top: 15px;
}
.shape-content {
    display: none;
}
.right-arrow,
.left-arrow {
    top: 15%;
    position: absolute;
    cursor: pointer;
}
.left-arrow {
    left: 0;
    background: var(--bs-light-orange);
    border-radius: 5px;
}
.right-arrow {
    right: 0;
    background: var(--bs-light-orange);
    border-radius: 5px;
}
.left-arrow::before,
.right-arrow::before {
    font-family: "EzulixIcon";
    font-size: 40px;
    border: 2px solid var(--bs-light-orange);
    color: var(--bs-white);
    border-radius: 6px;
    background: var(--bs-black);
}
.left-arrow::before {
    content: "\ea3b";
    margin-right: 5px;
}
.right-arrow::before {
    right: 0;
    content: "\ea3c";
    margin-left: 5px;
}
/*Partner Section*/
.partner-section {
    padding: 45px 0 40px;
}
.partner-view-btn {
    margin-bottom: 25px;
}
.partner-view-btn a {
    color: var(--bs-light-orange);
    transition: 0.5s all ease-in-out;
    display: flex;
    align-items: center;
}
.partner-view-btn a span {
    color: var(--bs-white);
    background: var(--bs-light-orange);
    display: inline-block;
    margin-left: 10px;
    font-size: 21px;
    transition: 0.5s;
    padding: 5px;
}
.partner-view-btn a:hover {
    color: var(--bs-white);
}
.partner-view-btn a:hover span {
    color: var(--bs-light-orange);
    background: var(--bs-white);
}
.content-area {
    background: url(../images/background/partner_bg.webp);
    background-size: cover;
    border-radius: 25px 25px 0 0;
    z-index: 1;
    overflow: hidden;
}
.content-area::before {
    background: var(--bs-black);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
    right: 0;
    content: "";
    z-index: -1;
}
.content-area p {
    color: rgba(255, 255, 255, 0.5);
    padding: 35px 15px 30px;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
}
.single-logo {
    padding-bottom: 10px;
}
.inner-block-logo {
    padding: 30px 5px;
    background: var(--bs-white);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.17);
    border: 1px solid var(--bs-white);
    transition: 0.5s;
}
.inner-block-logo:hover {
    border: 1px solid var(--bs-orange);
}
.inner-block-logo img {
    width: 120px;
    filter: grayscale(0.9);
    opacity: 0.4;
    transition: 0.5s;
}
.inner-block-logo:hover img {
    filter: none;
    opacity: 1;
}
/* Chat Section*/
.getin-touch-section {
    background: var(--bs-light-orange);
    padding: 45px 0;
}
.chat-left-part p {
    padding-bottom: 15px;
}
.chat-right-part span {
    display: block;
}
.or-tetxt.text-white {
    padding: 0 20px;
}
.chat-right-part a {
    color: var(--bs-black);
    font-size: 30px;
    font-weight: 400;
    background: var(--bs-white);
    border-radius: 13px;
    padding: 5px 30px;
    transition: 0.5s all ease-in-out;
    margin: 5px 0;
}
.chat-right-part a:hover {
    background: var(--bs-black);
    color: var(--bs-white);
}
/*Blog Section*/
.blog-section {
    padding: 30px 0 0;
}
.blog-section::after {
    background: var(--bs-black);
    width: 100%;
    height: 285px;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.blog-section .col-xl-4 {
    margin-bottom: 20px;
}
.blog-area {
    margin-bottom: 30px;
}
.blog-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 6px 7px 6px 4px rgba(0, 0, 0, 0.1);
}
.blog-top {
    display: block;
}
.block-logo {
    width: 100px;
    margin-bottom: 12px;
}
.blocg-service p {
    background: var(--bs-gradient);
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
}
.blog-details {
    border-top: 1px solid var(--bd-gray-border);
    padding-top: 15px;
}
.blog-icon.ezulix-celander {
    color: var(--bs-gray);
    top: 3px;
    font-size: 22px;
}
.read-more-btm {
    color: var(--bs-light-orange);
    transition: 0.5s;
}
.read-more-btm:hover {
    letter-spacing: 1px;
    padding-right: 10px;
    color: var(--bs-black);
}
.read-more-btm:hover span {
    color: var(--bs-black);
}
.read-more-btm .ezulix-long-arrow-right {
    top: 3px;
    font-size: 22px;
    transition: 0.5s all ease-in-out;
}
/*Home Form Section*/
.home-form-section {
    background: url(../images/background/home_form_bg.webp);
    background-size: cover;
    padding: 30px 0;
}
.home-form-section::after {
    background: var(--bs-light-orange);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}
.home-form-title-left p {
    text-align: center;
    line-height: normal;
}
.home-form-details {
    background: var(--bs-white);
    border-radius: 10px;
    padding: 18px 15px;
}
.fomr-content-top h5 {
    color: var(--bs-light-orange);
}
.fomr-content-top p {
    color: var(--color-gray);
    margin: 0 auto 20px;
}
.home-form-fild {
    padding-bottom: 15px;
}
.home-form-fild label {
    color: var(--bs-orange);
    font-size: 18px;
    font-weight: 350;
    padding-left: 19px;
}
.home-form-fild input,
.home-form-fild textarea {
    border-radius: 12px;
}
.home-form-fild textarea {
    min-height: 104px;
}
.form-submit-btn {
    font-size: 28px;
    font-weight: 350;
    padding: 6px 70px;
    border-radius: 36px;
    color: var(--bs-white);
    background: var(--bs-multi-gradient);
    background-size: 200% auto;
    transition: 0.5s all ease-in-out;
}
.form-submit-btn:hover {
    background-position: right center;
}
@media only screen and (min-width: 426px) {
    .single-awards {
        flex: 0 0 49.1%;
        margin-right: 10px;
    }
    .multiple-award {
        flex: 0 0 50%;
    }
    .multiple-award:nth-child(2) {
        border-top-right-radius: 70px;
    }
    .blog-details {
        display: grid;
        grid-template-columns: 65% 35%;
    }
    .blog-top {
        display: flex;
    }
    .blog-read.blog-coloumn {
        text-align: right;
    }
}
@media only screen and (min-width: 576px) {
    .video-inner-content {
        width: auto;
    }
    .single-awards {
        flex: 0 0 32.41%;
    }
    .multiple-award {
        flex: 0 0 33.3%;
    }
    .certificete-block2,
    .solution-col_2,
    .solution-col_4,
    .solution-col_7 {
        padding-right: 5px;
    }
    .certificete-block3,
    .certificete-block2,
    .solution-col_3,
    .solution-col_5,
    .solution-col_8 {
        padding-left: 5px;
    }
    .multiple-award:nth-child(2) {
        border-top-right-radius: 0;
    }
    .three-award-slid-arrow {
        display: none;
    }
    .solution-col_1 .counter-bg-icon,
    .solution-col_6 .ezulix-satisfied-clients {
        font-size: 88px;
    }
    .solution-col_2 .counter-bg-icon,
    .solution-col_3 .counter-bg-icon,
    .solution-col_4 .counter-bg-icon,
    .solution-col_5 .counter-bg-icon,
    .solution-col_7 .counter-bg-icon,
    .solution-col_8 .counter-bg-icon {
        font-size: 55px;
    }
    .certificete-block2,
    .solution-col_2,
    .solution-col_4,
    .solution-col_7 {
        padding-right: 5px;
    }
    .certificete-block3,
    .certificete-block2,
    .solution-col_3,
    .solution-col_5,
    .solution-col_8 {
        padding-left: 5px;
    }
    .single-counter {
        height: 155px;
    }
    .weserve-slider-item {
        flex: 1 0 50%;
    }
    .single-logo:nth-child(1),
    .single-logo:nth-child(3),
    .single-logo:nth-child(5),
    .single-logo:nth-child(7),
    .single-logo:nth-child(9) {
        padding: 5px 5px 5px 12px;
    }
    .single-logo:nth-child(2),
    .single-logo:nth-child(4),
    .single-logo:nth-child(6),
    .single-logo:nth-child(8),
    .single-logo:nth-child(10) {
        padding: 5px 12px 5px 5px;
    }
    .partner-view-btn {
        float: right;
    }
    .home-form-details {
        padding: 18px 25px;
    }
    .fomr-content-top p {
        width: 293px;
    }
}
@media only screen and (max-width: 767px) {
    .section-margin {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .home-social-media {
        padding-top: 128px;
    }
    .home-social-media a {
        margin-bottom: 36px;
    }
    .single-awards {
        flex: 0 0 24.23%;
    }
    .ezulix-solution-wrapper::after {
        /* background: url(../images/shapes/wave_shape.webp); */
        height: 100%;
        width: 100%;
        top: 78px;
        left: 0;
        position: absolute;
        content: "";
        z-index: -1;
        opacity: 0.8;
        transform: rotate(0deg);
        background-size: contain;
    }
    .ezulix-solution-section,
    .service-section {
        
        background-color: rgba(253, 253, 253, 0.937);
        padding: 50px 0 40px;
    }
    .certificete-block2,
    .solution-col_2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .solution-col_7 {
        padding-left: 5px;
    }
    .certificete-block3,
    .solution-col_3,
    .solution-col_5,
    .solution-col_8 {
        padding-left: 5px;
    }
    .solution-col_1,
    .solution-col_4,
    .solution-col_6,
    .solution-col_7 {
        padding-right: 5px;
    }
    .solution-col_1 .counter-bg-icon,
    .solution-col_6 .counter-bg-icon {
        font-size: 55px;
    }
    .solution-col_5 .ezulix-satisfied-clients {
        font-size: 88px;
    }
    .ditail-inner-filds {
        display: block;
    }
    .company-detail-block:hover .hover-title {
        opacity: 0;
    }
    .info-content {
        padding: 5px;
    }
    .info-content span {
        font-size: 19px;
    }
    .info-content p {
        font-size: 15px;
        margin: 0;
    }
    .service-section {
        padding: 50px 0 40px;
    }
    .service-section::before {
        background: url(../images/shapes/wave_top.webp);
        width: 86%;
        height: 100%;
        position: absolute;
        top: -142px;
        left: -26px;
        content: "";
        z-index: -1;
        opacity: 0.8;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .service-section::after {
        background: url(../images/shapes/wave_bottom.webp);
        height: 100%;
        position: absolute;
        content: "";
        z-index: -1;
        opacity: 0.8;
        width: 100%;
        bottom: -20%;
        right: -23%;
        background-repeat: no-repeat;
        transform: rotate(16deg);
    }
    .service-col:nth-child(1),
    .service-col:nth-child(3),
    .service-col:nth-child(5) {
        padding-right: 5px;
    }
    .service-col:nth-child(2),
    .service-col:nth-child(4),
    .service-col:nth-child(6) {
        padding-left: 5px;
    }
    .inner-service-block {
        padding: 57px 15px 30px;
        height: 460px;
    }
    .weserve-section {
        padding: 50px 0 45px;
    }
    .weserve_slider .serve-block {
        margin: 0 5px;
    }
    .testimonials-section {
        padding: 50px 0;
    }
    .testimonials-left {
        width: 210px;
        height: 330px;
    }
    .testimonials-left img {
        width: 130px;
    }
    .testimonials-content {
        width: 68%;
        height: 273px;
        margin-top: 0;
    }
    .slide-text p {
        padding-top: 0;
    }
    .slide-name p {
        bottom: -64px;
        left: 41px;
        text-align: center;
        right: auto;
        padding-top: 15px;
        top: auto;
    }
    .right-arrow,
    .left-arrow {
        top: 41%;
    }
    .shape-content {
        display: block;
    }
    .logos-groups.row {
        padding: 0 7px;
    }
    .single-logo:nth-child(1),
    .single-logo:nth-child(2),
    .single-logo:nth-child(3),
    .single-logo:nth-child(4),
    .single-logo:nth-child(5),
    .single-logo:nth-child(6),
    .single-logo:nth-child(7),
    .single-logo:nth-child(8),
    .single-logo:nth-child(9),
    .single-logo:nth-child(10) {
        padding: 5px;
    }
    .content-area p {
        padding: 35px 15px 30px;
    }
    .chat-content {
        display: grid;
        grid-template-columns: 50% 50%;
        text-align: left;
    }
    .chat-left-part p {
        padding-bottom: 0;
    }
    .chat-right-part {
        display: inline-block;
    }
    .chat-right-part span,
    .chat-right-part a {
        display: inline-block;
    }
    .blog-section::after {
        height: 245px;
    }
    .blocg-service p {
        text-align: left;
    }
    .blog-text p {
        height: 58px;
    }
    .home-form-details {
        padding: 18px 25px;
    }
}
@media only screen and (min-width: 992px) {
    .single-awards {
        flex: 0 0 24.34%;
        margin-right: 11px;
    }
    .ezulix-solution-section {
        padding: 20px 0;
    }
    .solution-heading-block {
        margin-bottom: 0;
    }
    .certificete-block1,
    .certificete-block2,
    .solution-col_2,
    .solution-col_5,
    .business-teams {
        padding: 0 5px;
    }
    .solution-col_1,
    .solution-col_4,
    .solution-col_7 {
        padding-right: 5px;
    }
    .solution-col_1 .single-counter {
        border-top-left-radius: 70px;
    }
    .solution-col_7 {
        padding-left: 10px;
    }
    .solution-col_3,
    .solution-col_6,
    .solution-col_8 {
        padding: 0 5px;
    }
    .solution-col_7 .single-counter {
        border-bottom-left-radius: 70px;
    }
    .powered-block {
        border-radius: 0 0 70px 0;
    }
    .info-content {
        padding: 15px;
    }
    .info-content p {
        font-size: 17px;
    }
    .info-content span {
        font-size: 32px;
    }
    .service-section {
        padding: 80px 0;
    }
    .service-section::before {
        top: -202px;
        left: -40px;
        width: 83%;
        transform: rotate(5deg);
    }
    .service-section::after {
        bottom: -41%;
        left: 62%;
        right: auto;
        transform: rotate(0);
    }
    .service-col:nth-child(2) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .service-col:nth-child(3) {
        padding-left: 5px;
        padding-right: 15px;
    }
    .service-col:nth-child(4) {
        padding-right: 5px;
        padding-left: 15px;
    }
    .service-col:nth-child(5) {
        padding-left: 5px;
    }
    .weserve-section {
        padding: 50px 0 90px;
    }
    .weserve-slider-item {
        flex: 1 0 33%;
    }
    .weserve_slider .serve-block {
        margin: 0 15px;
    }
    .testimonials-left {
        width: 250px;
        height: 300px;
    }
    .testimonials-left img {
        width: 200px;
    }
    .testimonials-content {
        height: 251px;
        width: 73%;
    }
    .partner-section {
        padding: 50px 0 70px;
    }
    .logos-groups.row {
        padding: 0;
    }
    .partner-block {
        padding-right: 3.5px;
    }
    .content-area {
        border-radius: 25px 0 0 25px;
    }
    .content-area p {
        padding: 25px 15px;
    }
    .single-logo {
        width: 32%;
    }
    .inner-block-logo {
        padding: 35px 5px;
    }
    .inner-block-logo img {
        width: 120px;
    }
    .single-logo:nth-child(1),
    .single-logo:nth-child(2),
    .single-logo:nth-child(3),
    .single-logo:nth-child(4),
    .single-logo:nth-child(6),
    .single-logo:nth-child(7),
    .single-logo:nth-child(8),
    .single-logo:nth-child(9) {
        padding: 0 3.5px;
    }
    .single-logo:nth-child(1) .inner-block-logo,
    .single-logo:nth-child(2) .inner-block-logo,
    .single-logo:nth-child(3) .inner-block-logo,
    .single-logo:nth-child(4) .inner-block-logo,
    .single-logo:nth-child(5) .inner-block-logo {
        margin-bottom: 7px;
    }
    .single-logo:nth-child(5),
    .single-logo:nth-child(10) {
        padding: 0 15px 0 3.5px;
    }
    .chat-content {
        display: flex;
    }
    .or-tetxt {
        padding: 0 10px;
    }
    .blog-section::after {
        height: 285px;
    }
    .blocg-service p {
        border-radius: 42px;
        text-align: center;
    }
    .block-logo {
        width: 110px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .single-awards {
        flex: 0 0 19.4%;
    }
    .counter-title {
        width: 80%;
        padding-top: 10px;
    }
    .testimonials-content {
        width: 77%;
    }
    .ezulix-solution-wrapper::after {
        width: 106%;
        top: -40px;
        left: -26px;
    }
    .info-content span {
        font-size: 38px;
    }
    .service-section::before {
        top: -222px;
        left: -21px;
        transform: rotate(0deg);
    }
    .testimonials-left {
        width: 22%;
    }
    .content-area p {
        padding: 60px 15px;
    }
    .inner-block-logo {
        padding: 35px 0;
    }
    .inner-block-logo img {
        width: 140px;
    }
    .block-logo {
        width: 120px;
    }
}
@media only screen and (min-width: 1441px) {
    .single-awards {
        flex: 0 0 20.09%;
        border-right: 10px solid var(--bs-white);
        margin-right: 0;
    }
    .testimonials-left {
        width: 280px;
    }
    .service-section::before {
        top: -285px;
        left: -26px;
    }
    .inner-service-block {
        height: auto;
    }
    .single-logo:nth-child(5) .inner-block-logo.text-center,
    .single-logo:nth-child(10) .inner-block-logo.text-center {
        padding: 37px 25px;
    }
    .inner-block-logo {
        padding: 35px 25px;
    }
}
@media only screen and (min-width: 1537px) {
    .info-content {
        width: 742px;
    }
    .info-content span {
        font-size: 40px;
    }
    .info-content p {
        font-size: 20px;
    }
    .service-section::before {
        left: -26px;
        top: -330px;
    }
    .weserve-slider-item {
        flex: 1 0 25%;
    }
    .ezulix-solution-wrapper::after {
        transform: rotate(-1deg);
        background-size: cover;
    }
}
@media only screen and (min-width: 1701px) {
    .ezulix-solution-wrapper::after {
        transform: rotate(5deg);
    }
    .service-section::before {
        width: 83%;
        top: -330px;
        left: -26px;
        transform: rotate(5deg);
    }
    .service-section::after {
        left: 71%;
    }
}
@media only screen and (min-width: 1920px) {
    .serve-content p {
        margin: 0 auto;
        transition: 0.5s all ease-in-out;
        width: 100%;
    }
}
@media only screen and (min-width: 2560px) {
    .service-section::after {
        width: 43%;
        left: 58%;
        background-size: cover;
    }
    .serve-block:hover p {
        width: 484px;
    }
}
.bg_overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--bs-black);
    opacity: 0.85;
    z-index: 101;
    display: none;
}
.onload-page {
    display: none;
    position: fixed;
    z-index: 102;
    margin: 0 auto;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 85%;
}
.onload-page .container {
    background: var(--bs-white);
    position: relative;
    padding-top: 15px;
}
#btnClose {
    display: block;
    text-decoration: none;
    color: var(--bs-dark);
    position: absolute;
    right: 0;
    width: fit-content;
    padding: 3px 11px;
    top: 0;
    z-index: 1;
    background: var(--bs-white);
    opacity: 1;
    transition: 0.5s all ease-in-out;
}
#btnClose:hover {
    opacity: 1;
}
.popup-fild {
    margin-bottom: 10px;
}
.popup-fild label {
    font-size: 14px;
    color: #979797;
}
.popup-fild input {
    min-height: 40px;
}
.popup-form {
    padding: 20px;
}
.popup-fild input,
.popup-fild textarea {
    background: var(--bs-gray-secondary);
    border: 1px solid var(--bs-gray-secondary);
    font-size: 14px;
}
.popup-fild input::placeholder,
.popup-fild textarea::placeholder {
    font-size: 14px;
}
.popup-fild input {
    min-height: 40px;
}
.popup-fild input:focus {
    background: var(--bs-white);
    font-size: 13px;
}
.popup-fild textarea:focus {
    background: var(--bs-white);
}
.popup-fild .error:last-child {
    color: var(--bs-danger);
    font-size: 13px;
    position: absolute;
    right: -3px;
    bottom: -22px;
    padding: 1px 7px;
    border-radius: 15px;
}
.popup-fild .form-submit-btn {
    padding: 5px 46px;
    margin: 0;
    border-radius: 3px;
    font-size: 24px;
}
@media only screen and (min-width: 768px) {
    .onload-page {
        width: 100%;
        height: auto;
    }
    .onload-page .container {
        width: 720px;
        padding-top: 0;
    }
    #btnClose {
        opacity: 0.4;
    }
    .popup-details-wrap.row {
        align-items: end;
    }
    .livedemo-image {
        width: 50%;
        padding: 0;
    }
    .popup-form {
        padding: 10px 30px 0 30px;
        width: 50%;
    }
    .popup-title {
        position: absolute;
        left: 0;
        right: 0;
    }
    .livedemo-form-filds {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .onload-page .container {
        width: 950px;
        padding-top: 0;
    }
    .popup-details-wrap.row {
        align-items: center;
    }
    .livedemo-image {
        width: 50%;
        padding: 0;
    }
    .livedemo-form-filds {
        padding-top: 0;
    }
    .popup-img {
        bottom: 0;
    }
    .popup-form {
        padding: 20px 30px 0 30px;
        width: 50%;
    }
    .popup-title {
        position: relative;
    }
    .popup-fild {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1080px) {
    .onload-page .container {
        width: 1125px;
    }
    .livedemo-image {
        width: 54%;
        padding: 0;
    }
    .popup-form {
        width: 46%;
    }
    .popup-fild input {
        min-height: 45px;
    }
    .popup-fild textarea {
        height: 75px;
    }
    .popup-fild {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .livedemo-image {
        width: 50%;
        padding: 0;
    }
    .popup-form {
        width: 50%;
    }
    .popup-fild {
        margin-bottom: 25px;
    }
    .popup-fild .error {
        bottom: -20px;
    }
}
