p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.entry-content {
    margin: 0;
}

.number-section .elementor-icon-box-title {
    margin-top: 5px;
    margin-bottom: 16px;
}

.hero-block.elementor-element::before {
    background-size: 100% 100% !important;
    top: 180px !important;
}

.color-text {
    background: linear-gradient(90.83deg, #236BFF 15.98%, #FF2E61 69.14%, rgba(255, 46, 97, 0.8) 91.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 700;
    opacity: 0.7;
    margin-top: 10px;
    display: inline-block;
}

.gradient-text {
    background: linear-gradient(90.1deg, #6EADFF -2.78%, #E35DA0 42.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 24px;
}

.iconbox-border-right {
    position: relative;
}

.iconbox-border-right:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 2px;
    height: 80px;
}

.iconbox-border-right:last-child::after {
    display: none;
}

.elementor-nav-menu--dropdown .elementor-button .elementor-item {
    padding: 0 !important;
}

.site-main {
    min-height: 70vh;
}

.elementor-903 .elementor-element.elementor-element-7634c92 .elementor-nav-menu--dropdown {
    height: 100vh;
}

.entry-header .entry-title {
    text-align: center;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title   {
    border-radius: 0;
}
.map-section .elementor-custom-embed iframe{
    filter: sepia(1) saturate(2) hue-rotate(180deg)!important;
}
/* footer Css */
.footer-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
}

.footer-link li {
    list-style: none;
    margin-bottom: 0;
    padding-left: 24px;

}

.footer-link li a {
    color: rgba(255, 255, 255, 0.8);
    /*font-family: inter;*/
    position: relative;
}

.footer-link li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -4px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.footer-link li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav {
    padding: 0;
    margin: 0;
}

.footer-nav li {
    list-style: none;
    margin-bottom: 24px;
}

.footer-nav li a {
    color: rgba(255, 255, 255, 0.8);
    /*font-family: inter;*/
    position: relative;
    font-weight: 400;
}

.footer-nav li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -4px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.footer-nav li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.elementor-widget-social-icons .elementor-social-icon svg {
    fill: transparent !important;
}

.elementor-widget-social-icons .elementor-icon.elementor-social-icon {
    width: 44px;
    height: 44px;
}

.elementor-widget-social-icons .elementor-grid .elementor-grid-item {
    margin-right: 16px;
}

.elementor-widget-social-icons .elementor-grid .elementor-grid-item:last-child {
    margin-right: 0;
}

.elementor-widget-text-editor .elementor-widget-container p {
    margin-bottom: 20px;
}

.elementor-location-footer .elementor-widget-text-editor .elementor-widget-container p {
    margin-bottom: 16px;
}

.testimonial .elementor-element.e-child::before {
    background-size: 100% 100%;
}

.tech-need {
    max-width: 1120px;
    margin: 0 auto !important;
}

.humas .elementor-element:before {
    background-size: 95% 100% !important;
}

.humas .elementor-icon svg {
    width: auto;
    height: auto;
}

.humas .maintain-icon .elementor-icon svg {
    width: 38px;
}

html.menu-open {
    overflow: hidden;
    position: relative;
}

html.menu-open::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.traction .elementor-widget-image img {
    max-width: 35px;
}

.contact-color-text {
    background: linear-gradient(90.09deg, #236BFF 1.15%, #FF2E61 38.41%, rgba(255, 46, 97, 0.8) 80.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 24px;
}

.contact-bg::before {
    background-size: 100% 45% !important;
}

/* contact form css */
label {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

.wpcf7 input[type="number"]::-webkit-inner-spin-button,
.wpcf7 input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wpcf7 input[type="number"] {
    -moz-appearance: textfield;
}

select {
    width: 250px;
    padding: 10px;
    border: 2px solid #555;
    border-radius: 8px;
    background-color: #f8f8f8;
    color: #333;
    font-size: 16px;
    appearance: none;
    /* Removes default styling in some browsers */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px 24px;
}

input,
textarea,
select {
    width: 100%;
    outline: none !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    border: none !important;
    color: #fff;
    border: 1px solid transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #fff !important;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    color: #fff !important;
    border: 1px solid rgba(210, 41, 83, 1) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.wpcf7-not-valid-tip {
    color: rgba(210, 41, 83, 1);
    font-size: 14px;
    margin-top: 8px;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.wpcf7-checkbox .wpcf7-list-item.first label input {
    width: 55px;
    height: 30px;
}

.wpcf7-checkbox .wpcf7-list-item.last label input {
    width: 30px;
    height: 24px;
    background: red;
}

.wpcf7-list-item-label {
    font-family: "Inter", Sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
}


.wpcf7-spinner {
    display: none;
}

.wpcf7-form-control.wpcf7-submit {
    border-radius: 50px !important;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px;
}

.wpcf7-form .submit-btn {
    position: relative;
}

.wpcf7-form .submit-btn:after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../img/arrow-right.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 30px;
    right: -140px;
    left: 0;
    margin: auto;
}

.elementor-widget-container ul {
    margin-left: 0;
}

/*.elementor-location-header .elementor-nav-menu li.current-menu-item a {
    border-bottom: 1px solid #fff;
}*/

.mail-id .elementor-icon-box-title a:hover {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

.elementor-nav-menu--main .elementor-item {
    padding-bottom: 5px !important;
}

.elementor-nav-menu--main .elementor-item:hover {
    border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .mail-id .elementor-icon-box-title a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-form::before {
        background-image: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .wpcf7-form .submit-btn:after {
        top: 26px;

    }
}

@media only screen and (max-width: 768px) {
    br {
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-903 .elementor-element.elementor-element-71b3921f .elementor-nav-menu .elementor-item {
        font-size: 12px !important;
        margin: 0 6px;
    }
}

@media only screen and (max-width: 767px) {
    .elementor-nav-menu--dropdown .elementor-button {
        /* margin-left: 16px; */
        margin-right: 16px;
        margin-top: 60px;
    }

    .elementor-nav-menu--dropdown .elementor-button .elementor-item {
        justify-content: center;
    }

    .footer-link {
        justify-content: flex-start;
        padding-left: 0;
    }

    .footer-link li {
        padding-right: 16px;
        padding-left: 0;
    }

    .elementor-location-footer .elementor-button {
        width: auto;
    }

    .elementor.elementor-903.elementor-location-header {
        overflow: hidden;
    }

    .iconbox-border-right:after {
        left: 0;
        right: 0;
        top: auto;
        bottom: -24px;
        background-color: rgba(255, 255, 255, 0.2);
        width: 172px;
        height: 2px;
        margin: auto;
    }

    .elementor-903 .elementor-element.elementor-element-7634c92 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        max-width: 320px !important;
        left: auto !important;
        right: -20px !important;
        padding: 16px !important;
    }

    .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
        transform: translateX(100%) !important;
    }

    .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
        transform: translateX(0) !important;
    }

    .elementor-903 .elementor-element.elementor-element-7634c92 .elementor-nav-menu__container.elementor-nav-menu--dropdown .elementor-button {
        max-width: 288px !important;
        position: relative;
    }

    .elementor-903 .elementor-element.elementor-element-7634c92 .elementor-nav-menu__container.elementor-nav-menu--dropdown .elementor-button::after {
        content: '';
        position: absolute;
        right: 0;
        background-image: url(../img/arrow-right.svg);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: cover;
        top: 10px;
        right: 55px;
    }

    .number-section .elementor-icon-box-description {
        margin-left: -75px !important;
    }

    .humas .elementor-icon-box-description {
        padding: 10px 40px;
    }

    .elementor-element .elementor-button {
        padding: 12px 24px 12px 24px !important;
    }

    .elementor-location-header .elementor-menu-toggle {
        padding: 0;
    }

    .elementor-element.call-block {
        position: static !important;
        margin-top: 24px;
    }

    .elementor-element.mail-block {
        position: static !important;
        margin-top: 8px;
    }

    .elementor-element.location-block {
        position: static !important;
        margin-top: 8px;
    }

    .elementor-element.mail-block .elementor-icon-box-wrapper {
        align-items: center;
    }

    .elementor-element.location-block .elementor-icon-box-wrapper {
        align-items: center;
    }
    .map-section .elementor-icon-box-icon .elementor-icon{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 567px) {
    .elementor-button {
        width: 100% !important;
    }

    .elementor-location-footer .elementor-button {
        width: auto !important;
    }

    p {
        margin-bottom: 0
    }

    .btn-mobile .elementor-button {
        width: 100% !important;
    }


}