/**
 * Theme Name: hello-elementor-child
 * Template:   hello-elementor
 */

.ehf-header header#masthead {
    position: fixed;
    top: 0;
    width: 100%;
}
.ehf-header.admin-bar header#masthead {
    top: 32px;
}
.header-bottom {
    margin: 0;
    --widgets-spacing: 0;
    width: 100%;
    left: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 4px 14px #0000002e;
    align-items: center;
    padding: 0 10px;
}
.header-top .elementor-element {
    padding: 0;
}
.header-top .elementor-social-icons-wrapper a.elementor-icon {
    background: #00496b;
    height: 20px;
    width: 20px;
    font-size: 12px;
    border-radius: 100%;
}
.header-top a {
    color: #fff;
    font-size: 14px;
}
.header-top .elementor-grid-item {
    margin: 0 0 0 10px;
}
.header-bottom .hfe-nav-menu li a {
    padding: 0 !important;
    color: #111 !important;
}
.header-bottom .hfe-nav-menu li {
    margin: 0 30px;
}
.header-bottom .hfe-nav-menu li a:hover {
    color: #008ed2 !important;
}
.header-bottom .hfe-nav-menu li.current-menu-item a {
    color: #008ed2 !important;
}
header.page-header {
    display: none;
}
.home-banner .expert-button a:hover {
    background: #00496b !important;
    border-color: #00496b;
}
.choose-collunm {
    box-shadow: 0px 4px 11px #0000002e;
    border-radius: 6px;
    width: calc(33% - 20px);
    margin: 0 10px 0;
}
.choose-collunm .elementor-widget-icon .elementor-icon {
    font-size: 70px;
}
.choose-collunm .elementor-widget-image {
    margin: -46px 0 0 0;
}
.accreditations .e-con-inner {
    align-items: center !important;
}
.accreditations p {
    margin: 0;
}
.accreditations .elementor-widget-button {
    display: inline-block;
    width: auto;
    max-width: initial !important;
}
.accreditations .e-con-inner .e-con-full {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.service-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px !important;
}
.service-list ul li {
    width: calc(50% - 20px);
    background: #fff;
    margin: 0 6px 12px !important;
    min-height: 43px;
    padding: 4px 5px 4px 28px !important;
    line-height: 16px;
    border-radius: 6px;
}
.service-image img {
    height: 380px;
    object-fit: cover;
    border-radius: 5px;
}
.service-list ul li i {
    position: absolute;
    left: 3px;
    font-style: normal;
    height: 19px;
    width: 19px;
    text-align: center;
    background: #00496b;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    line-height: 20px;
    top: 12px;
}
.team-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px !important;
}
.team-list ul li {
    width: calc(33% - 10px);
    margin: 0 5px 12px !important;
    background: #ecf9ff;
    min-height: 55px;
    padding: 4px 8px !important;
    border-radius: 5px;
}
.team-list ul li .elementor-icon-list-text {
    font-size: 13px;
    font-weight: 600 !important;
}
.map-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto !important;
    justify-content: center;
}
.map-list ul li {
    padding: 0 20px !important;
}
.map-list ul li:before {
    content: "";
    height: 6px;
    width: 6px;
    background: #000;
    position: absolute;
    left: 0;
}
.contact-left ul {
    display: flex;
    flex-wrap: wrap;
}
.contact-left ul li {
    width: 100%;
    padding: 0 15px 15px 0 !important;
}
.contact-left ul li a {
    text-decoration: none;
}
.contact-left ul li:first-child {
    width: 100%;
}
.contact-left ul li span.elementor-icon-list-icon {
    min-height: 50px;
    min-width: 50px;
    background: #008ed2;
    display: inline-block;
    border-radius: 100%;
    text-align: center !important;
    line-height: 50px;
}
.contact-left ul li .elementor-icon-list-text {
    color: #fff;
    padding: 0 0 0 12px !important;
    font-size: 14px;
}
.contact-left ul li .elementor-icon-list-text b {
    display: block;
    font-size: 15px;
}
.contact-left ul li span.elementor-icon-list-icon i {
    color: #fff;
    font-size: 17px;
}
.contact-right form {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.contact-right form .half-field {
    width: 50%;
    padding: 0 10px 20px;
}
.contact-right form .full-field {
    padding: 10px 10px 20px;
}
.contact-right {
    border: 2px solid #008ed2;
    border-radius: 20px;
    padding: 30px 22px;
}
.contact-right form input {
    background: #00496b;
    border: 2px solid #008ed2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    box-shadow: inset 0px -40px 0px #00496b;
    -webkit-text-fill-color: #fff;
}
.contact-right form input[type="radio"] {
    box-shadow: none;
}
.contact-right form .wpcf7-not-valid-tip {
    font-size: 14px;
    color: #e74848;
    font-weight: 500;
    padding: 2px 0 0 0;
}
.contact-right form input:focus {
    outline: none;
    border-color: #008ed2;
}
.contact-right form label br {
    display: none;
}
.contact-right form p {
    margin: 0;
    font-family: "Poppins", Sans-serif;
}
.contact-right form input::placeholder {
    color: #acbac0;
}
.contact-right form label {
    color: #fff;
    font-weight: 500;
}
.contact-right form .wpcf7-form-control-wrap {
    display: block;
}
.contact-right form .wpcf7-radio .wpcf7-list-item {
    margin: 10px 20px 0 0;
}
.contact-right form .wpcf7-radio .wpcf7-list-item-label {
    font-weight: 500;
    font-size: 15px;
}
.contact-right form .button-field {
    padding: 0 10px;
    margin: 10px 0 0;
}
.contact-right form .button-field input {
    background: #008ed2;
    color: #fff;
    font-weight: 600;
    padding: 8px 24px;
    box-shadow: none;
}
.contact-right form .button-field input:hover {
    background: #00496b;
}
.contact-section .e-con-inner {
    align-items: center !important;
}
.contact-right form .wpcf7-response-output {
    color: #fff;
}
.custom-footer .hfe-nav-menu li {
    padding: 0 12px;
}
.custom-footer .hfe-nav-menu li a.hfe-menu-item {
    padding: 0 !important;
    color: #fff;
    font-weight: 400;
}
.custom-footer .e-con-inner {
    align-items: center !important;
}
.custom-footer .hfe-nav-menu li.current-menu-item a.hfe-menu-item {
    color: #fff;
    text-transform: capitalize;
}
.custom-footer .hfe-nav-menu li a.hfe-menu-item:hover {
    color: #ddd;
}
.custom-footer .hfe-nav-menu li a.hfe-menu-item:focus{
    color: #ddd;
}
.custom-footer .elementor-widget-social-icons .elementor-social-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.custom-footer .elementor-widget-social-icons .elementor-social-icons-wrapper a {
    background: #008ed2;
    height: 25px;
    width: 25px;
    font-size: 13px;
    border-radius: 100%;
}
.custom-footer p {
    margin: 0;
    border-top: 2px solid #008ed2;
    padding: 18px 0 0 0;
}
.pentest-form .e-con-inner {
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.pentest-form {
    padding: 100px 15px;
}
.pentest-form h5 {
    background: #008ed2;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
}
.pentest-form form {
    padding: 0 10px;
}
.pentest-form form h6 {
    font-size: 26px;
    line-height: 34px;
    color: #00496b;
    margin: 30px 0 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.pentest-form form .form-field {
    background: #ecf9ff;
    border: 1px solid #c3e7f8;
    padding: 20px;
    margin: 0 0 15px 0;
    border-radius: 10px;
}
.pentest-form form .form-field p {
    margin: 0 0 8px;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
}
.pentest-form form .form-field label strong {
    margin: 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
}
.pentest-form form .form-field label {
    width: 100%;
}
.pentest-form form .form-field input.wpcf7-form-control {
    border: 1px solid #c3e7f8;
    border-radius: 5px;
    box-shadow: inset 0px 0px 6px #008ed21f;
    font-weight: 500;
    margin: 10px 0 0;
}
.pentest-form form .form-field input.wpcf7-form-control::placeholder {
    color: #b5b5b5;
}
.pentest-form form .form-field input.wpcf7-form-control:focus {
    outline: none;
}
.pentest-form form .form-field textarea {
    border: 1px solid #c3e7f8;
    border-radius: 5px;
    box-shadow: inset 0px 0px 6px #008ed21f;
    font-weight: 500;
    height: 100px;
    margin: 10px 0 0;
}
.pentest-form form .form-field textarea::placeholder {
    color: #b5b5b5;
}
.pentest-form form .form-field textarea:focus {
    outline: none;
}
.pentest-form form .form-field .wpcf7-radio .wpcf7-list-item {
    margin: 5px 20px 0 0;
    font-weight: 500;
}
.pentest-form form .form-field p a {
    text-decoration: none;
    color: #008ed2;
    font-weight: 500;
}
.pentest-form form .form-field p b {
    font-weight: 500;
}
.pentest-form form .form-field ul {
    padding: 0 0 10px 20px;
}
.pentest-form form .form-field ul li p {
    margin: 0 0 2px;
}
.pentest-form form .form-field .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 10px 0;
}
.pentest-form form .form-field .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    line-height: 22px;
}
.pentest-form form .form-field .wpcf7-checkbox .wpcf7-list-item input {
    min-height: 18px !important;
    min-width: 18px !important;
    margin: 0 10px 0 0;
}
.pentest-form form .form-field p.small {
    margin: 0 0 -8px 0;
    font-size: 14px;
}
.pentest-form form .action-button {
    background: #008ed2;
    padding: 8px 30px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: 2px solid #008ed2;
}
.pentest-form form .cf7mls_back.action-button {
    color: #008ed2;
    background: #fff;
}
.pentest-form form .action-button:hover {
    background: #00496b;
    border-color: #00496b;
    opacity: 1;
    color: #fff;
}
.pentest-form form .wpcf7-submit {
    background: #008ed2;
    padding: 8px 30px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    border: 2px solid #008ed2;
    color: #fff;
}
.pentest-form form .wpcf7-submit:hover {
    background: #00496b;
    border-color: #00496b;
    opacity: 1 !important;
    color: #fff;
}
.pentest-form form p.sub-text {
    font-family: "Poppins", sans-serif;
}
.pentest-form form p a {
    color: #008ed2;
}
.pentest-form form h4 {
    font-size: 20px;
    margin: 30px 0 20px;
    font-family: "Poppins", sans-serif;
}
.pentest-testing {
}
.pentest-testing .e-con-inner {
}
.extra-info .e-con-inner {
    background: #f9f9f9;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0 0 10px 10px;
    padding: 0 20px 20px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.extra-info {
    padding: 0 0 100px;
}
.extra-info p {
    margin: 0;
}
.extra-info p a {
    color: #008ed2;
    text-decoration: none;
}
.pum-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
}
.pum-overlay .pum-container {
    width: 100% !important;
    max-width: 560px !important;
}
.pum-overlay .pum-container {
    width: 100% !important;
    max-width: 560px !important;
    border-radius: 20px;
    background: #fff;
    padding: 0 20px 10px;
}
.pum-overlay .pum-container form {
    overflow: visible;
}
.pum-overlay .pum-container form h4 {
    background: #d7d7d7;
    margin: 0 -20px 25px;
    text-align: center;
    color: #000;
    display: flex;
    border-radius: 20px 20px 0 0;
    padding: 8px 20px;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
}
.pum-overlay .pum-container form p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
}
.pum-overlay .pum-container form label {
    width: 100%;
}
.pum-overlay .pum-container form label input.wpcf7-form-control {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #040404;
    box-shadow: inset 0px -50px 0px #ffffff;
    -webkit-text-fill-color: #000;
    padding: 11px 12px;
    border: 1px solid #cfcfcf;
}
.pum-overlay .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.pum-overlay .pum-container form label input.wpcf7-form-control::placeholder {
    color: #acbac0;
    -webkit-text-fill-color: #acbac0;
}
.pum-overlay .pum-container form label br {
    display: none;
}
.pum-overlay .pum-container form .wpcf7-submit {
    background: #008ed2;
    border: 2px solid #008ed2;
    padding: 10px 22px;
    font-weight: 600;
    color: #fff;
}
.pum-overlay .pum-container form .wpcf7-submit:hover {
    background: #00496b;
    border-color: #00496b;
}
.pum-overlay .pum-container .popmake-close {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 0;
    height: 16px;
    width: 16px;
    padding: 0;
    top: 19px;
    right: 17px;
    background-image: url(https://accreditedpentestingaustralia.com.au/wp-content/uploads/2023/11/close-black.png);
    background-repeat: no-repeat;
    background-size: 16px;
    z-index: 9999;
}
.pum-overlay .pum-container .popmake-close:focus {
    outline: none;
}
.pum-overlay .pum-container form .wpcf7-submit:focus {
    outline: none;
}
.pum-overlay .pum-container form label input.wpcf7-form-control:focus {
    outline: none;
}
.pum-overlay .pum-container form h5 {
    margin: 0 0 7px;
    font-size: 18px;
    color: #111;
}
.penetration-right {
    flex-wrap: wrap;
    flex-direction: row !important;
    --widgets-spacing: 0;
}
.penetration-right .elementor-widget-text-editor {
    width: 100%;
}
.penetration-right .elementor-widget-image-box {
    width: 33.3333%;
    padding-right: 10px;
}
.penetration-right figure {
    margin: 0 0 2px !important;
}
.penetration-right .elementor-widget-image-box {
    width: 33.3333%;
    padding-right: 10px;
    margin-bottom: 10px !important;
}
.penetration-right .elementor-widget-image-box p {
    font-size: 13px;
    line-height: 20px;
    color: #111;
}
.penetration-right figure {
    margin: 0 !important;
}
.penetration-right .elementor-widget-image-box .elementor-widget-container {
    background: #ecf9ff;
    padding: 10px 10px;
}
.penetration-left img {
    height: 552px;
    object-fit: cover;
}
.our-engagement .collunm h5 {
    font-size: 12px;
    margin: 2px 0 0;
    font-weight: 500 !important;
}
.our-engagement .collunm figure {
    margin: 0 !important;
    width: 50px !important;
}
.our-engagement .collunm .elementor-widget-container {
    text-align: center;
    background: #ecf9ff;
    border-radius: 100%;
    height: 149px;
    border: 1px dashed #008ed2;
    overflow: hidden;
    padding: 7px;
}
.our-engagement .collunm .elementor-image-box-wrapper {
    height: 131px;
    background: #fff;
    border-radius: 100%;
    padding: 24px 0 0;
}
.our-engagement .collunm {
    position: relative;
    padding: 20px;
}
.our-engagement .collunm:before {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    top: 93px;
    right: -25px;
    background: #008ed2;
    left: auto;
}
.our-engagement .collunm:last-child:before {
    opacity: 0;
}
.our-engagement .collunm p {
    position: absolute;
    top: -98px;
    font-size: 12px;
    width: 240px;
    line-height: 18px;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5px;
    border: 1px solid #ddd;
    opacity: 0;
    transition: 0.3s;
    padding: 8px;
    min-height: 90px;
    pointer-events: none;
}
.our-engagement .collunm:hover p {
    opacity: 1;
}
.our-engagement .collunm p:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    bottom: -10px;
    left: 106px;
}
.request-form form {
    display: flex !important;
    flex-wrap: wrap;
}
.request-form form .half-field {
    width: 50%;
    padding: 0 12px;
    margin: 0 0 24px;
}
.request-form form .full-field {
    width: 100%;
    padding: 0 12px;
    margin: 0 0 24px;
}
.request-form form label {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #111;
}
.request-form form label::placeholder {
    color: #acbac0;
}
.request-form form p {
    margin: 0;
}
.request-form form .wpcf7-form-control-wrap {
    margin: 7px 0 0 !important;
    display: inline-block;
    width: 100%;
}
.request-form form select {
    border: 1px solid #c3e7f8;
    border-radius: 5px;
    box-shadow: inset 0px 0px 6px #008ed21f;
    background: #fff;
}
.request-form form input {
    border: 1px solid #c3e7f8;
    border-radius: 5px;
    box-shadow: inset 0px 0px 6px #008ed21f;
    background: #fff;
}
.request-form form .submit-btn {
    padding: 0 12px;
    width: 100%;
}
.request-form form .submit-btn .wpcf7-submit {
    background: #008ed2;
    padding: 8px 30px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: 2px solid #008ed2;
    color: #fff;
}
.request-form form .submit-btn .wpcf7-submit:hover {
    background: #00496b;
    border-color: #00496b;
    opacity: 1 !important;
}
.request-form form select:focus, .request-form form input:focus {
    outline: none;
}
.contact-page .contact-left ul li .elementor-icon-list-text {
    color: #111;
    text-shadow: none !important;
}
.contact-page .contact-left ul li .elementor-icon-list-text b {
    font-weight: 600;
    color: #008ed2;
}
.contact-page .e-con-inner {
    align-items: center !important;
}
.contact-page .contact-right form textarea {
    background: #00496b;
    border: 2px solid #008ed2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    height: 100px;
}
.contact-page .contact-right form textarea::placeholder {
    color: #acbac0;
}
.contact-page .contact-right {
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding: 30px 22px;
}
.contact-page .contact-right form input {
    background: #fff;
    font-size: 15px;
    color: #111;
    border: 1px solid #c3e7f8;
    border-radius: 5px;
    box-shadow: inset 0px 0px 6px #008ed21f;
    font-weight: 500;
    -webkit-text-fill-color: #111;
}
.contact-page .contact-right form input::placeholder {
    -webkit-text-fill-color: #b1b1b1;
}
.contact-page .contact-right form textarea {
    background: #fff;
    height: 100px;
    font-size: 15px;
    color: #111;
    border: 1px solid #c3e7f8;
    border-radius: 5px;
    box-shadow: inset 0px 0px 6px #008ed21f;
    font-weight: 500;
    -webkit-text-fill-color: #111;
}
.contact-page .contact-right form textarea::placeholder {
    -webkit-text-fill-color: #b1b1b1;
}
.contact-page .contact-right form .wpcf7-response-output {
    color: #46b450;
}
.contact-page .contact-right form textarea:focus {
    outline: none;
}
.contact-page .contact-right form .button-field input {
    background: #008ed2;
    color: #fff;
    font-weight: 600;
    padding: 8px 24px;
    -webkit-text-fill-color: #fff;
}
.contact-page .contact-right form .full-field {
    padding-top: 0;
    width: 100%;
}
.contact-page .contact-right form .full-field label {
    width: 100%;
}
.contact-page .contact-right form .button-field {
    margin: 0;
    width: 100%;
}
.contact-page .contact-right form .button-field input:hover {
    background: #00496b;
}
.pentest-form form p.call-us {
    margin-top: 15px;
    font-weight: 500;
}
.pentest-form form .call-us a {
    color: #00496b;
    border: 1px solid #008ed2;
    padding: 6px 20px;
    border-radius: 30px;
    background: #ecf9ff;
    display: inline-block;
    text-decoration: none;
}
.what-we-do-content ul.elementor-icon-list-items li {
    margin: 0 0 15px;
}
.what-we-do-content ul.elementor-icon-list-items li .elementor-icon-list-text {
    font-weight: 500 !important;
}
.what-we-do-content ul.elementor-icon-list-items li .elementor-icon-list-icon {
    height: 25px;
    width: 25px;
    background: #008ed2;
    color: #fff !important;
    text-align: center;
    border-radius: 30px;
    padding: 0 0;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 0;
}
.what-we-do-content ul.elementor-icon-list-items li .elementor-icon-list-icon i {
    color: #fff;
}
.what-we-do-content ul.elementor-icon-list-items li:last-child {
    margin-bottom: 0;
}
.what-we-do-section .e-con-inner {
    align-items: center !important;
}
.process-section .steps-collumn {
    background: #02334a;
    width: calc(25% - 30px);
    margin-right: 40px;
    padding: 17px;
    border-radius: 5px;
    position: relative;
}
.process-section .steps-collumn:last-child {
    margin: 0;
}
.process-section .steps-collumn:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url(https://accreditedpentestingaustralia.com.au/wp-content/uploads/2023/11/next-new.png);
    right: -35px;
    left: auto;
    background-size: 30px;
    top: 50%;
    transform: translate(0, -50%);
}
.process-section .steps-collumn:last-child:before {
    display: none;
}
.process-section .steps-collumn.first-collunm {
}
.inner-page-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: #0000007d;
}
.call-collunm {
    border-radius: 0;
    padding: 0;
    background-color: transparent !important;
}
.call-collunm .elementor-widget-image {
    position: absolute;
    left: 4px;
    top: 4px;
}
.call-collunm a.elementor-button {
    width: 100%;
    background: #f7f7f7;
    text-align: left;
    padding: 17px 20px 17px 65px;
    font-size: 26px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 70px;
    color: #111;
}
.step-collunm {
    --widgets-spacing: 12px 20px !important;
}
.steps-follow h4 a {
    text-decoration: none !important;
}
.step-collunm .elementor-widget-image:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    border: 1px dashed #008ed2;
    left: 50%;
    top: 50%;
}
.step-collunm .elementor-widget-image .elementor-widget-container {
    position: relative;
}
.step-collunm:last-child .elementor-widget-image:before {
    display: none;
}
.call-collunms {
    justify-content: center;
    width: auto;
    margin: 0 auto 20px;
    flex-direction: row !important;
    background: #f7f7f7 !important;
    border-radius: 70px;
    align-items: center;
    padding: 8px 25px 8px 8px;
    --widgets-spacing: 0;
    flex-wrap: nowrap;
}
.call-collunms .elementor-widget-heading {
    display: flex;
    width: auto;
    max-width: inherit;
    justify-content: center;
}
.call-collunms a.elementor-button {
    background-color: #008ed2;
    text-decoration: none;
    border-radius: 70px;
    padding: 10px 28px 10px 28px;
    font-size: 18px;
    font-weight: 700;
}
.call-collunms h3 {
    color: #111 !important;
    font-size: 24px;
    margin: 0 0 0 10px;
}
.pum-overlay .pum-container form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 8px;
    width: 100%;
    position: relative;
    padding: 0 0 0px 18px;
}
.pum-overlay .pum-container form .wpcf7-checkbox input {
    position: absolute;
    left: 0;
    top: 4px;
}
.pum-overlay .pum-container form .wpcf7-checkbox .wpcf7-list-item-label {
    color: #111;
    font-size: 15px;
    font-weight: 400;
}
.pum-overlay .pum-container form label .wpcf7-not-valid-tip {
    font-size: 15px;
    padding: 2px 0 0;
}
.pum-overlay .pum-container form .checkboxes p {
    margin-bottom: 0;
}
form .checkboxes {
    margin: 0 0 12px;
}
@media (min-width: 1601px) {
    .steps-follow .e-con-inner {
        max-width: 1410px;
    }
}
@media (min-width: 1301px) {
    .steps-follow .e-con-inner {
        max-width: 1280px;
    }
}
@media (max-width: 1600px) {
    .header-bottom .hfe-nav-menu li {
        margin: 0 22px;
    }
    .header-btn a.elementor-button {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (max-width: 1300px) {
    .header-bottom .hfe-nav-menu li {
        margin: 0 12px;
    }
    .header-btn a.elementor-button {
        font-size: 15px !important;
    }
    .header-bottom .hfe-nav-menu li a {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .header-btn a.elementor-button {
        font-size: 14px !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .our-engagement .e-con-inner {
        max-width: 1000px;
    }
    .our-engagement .collunm {
        padding: 12px;
    }
    .contact-section .e-con-inner {
        padding-right: 15px;
    }
    .call-collunm h3 {
        font-size: 22px !important;
    }
    .call-collunm {
    }
    .step-collunm .elementor-widget-text-editor .elementor-widget-container br {
        display: none;
    }
    .what-we-do-content ul.elementor-icon-list-items li .elementor-icon-list-text {
        font-weight: 500 !important;
        font-size: 13px;
        padding-left: 0 !important;
    }
    .what-we-do-content ul.elementor-icon-list-items li {
        margin: 0 0 13px;
    }
    .what-we-do-content ul.elementor-icon-list-items li .elementor-icon-list-icon {
        height: 23px;
        width: 23px;
        min-width: 23px;
    }
}
@media (max-width: 1024px) {
    .navigation-bar .hfe-nav-menu__toggle {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    .navigation-bar .elementor-widget-navigation-menu {
        width: 100%;
    }
    .hfe-nav-menu-icon {
        display: inline-block;
        line-height: 1;
        text-align: center;
    }
    .navigation-bar .hfe-nav-menu__toggle i.fa-window-close {
        font-size: 27px;
    }
    .navigation-bar nav.hfe-nav-menu__layout-horizontal {
        position: fixed !important;
        left: -280px !important;
        top: 0 !important;
        width: 280px !important;
        transition: 0.5s;
        visibility: visible !important;
        opacity: 1 !important;
        height: 100% !important;
        z-index: 9999 !important;
    }
    .navigation-bar .hfe-nav-menu__toggle.hfe-active-menu ~ nav.hfe-nav-menu__layout-horizontal {
        left: 0 !important;
    }
    .navigation-bar nav.hfe-nav-menu__layout-horizontal ul li {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }
    .header-bottom .hfe-nav-menu li a {
        font-size: 13px;
        padding: 10px 0 !important;
        font-weight: 500 !important;
        background: #ecf9ff !important;
    }
    .admin-bar .navigation-bar nav.hfe-nav-menu__layout-horizontal ul {
        padding-top: 32px;
    }
    .navigation-bar nav.hfe-nav-menu__layout-horizontal ul {
        background: #ecf9ff;
        box-shadow: 10px 0px 110px #14141436;
        display: block;
    }
    .navigation-bar .hfe-nav-menu__toggle i {
        color: #008ed2;
    }
    .header-bottom .header-logo {
        min-width: 156px;
        width: 156px;
    }
    .header-bottom .header-btn {
        min-width: 166px;
        width: 166px;
        margin-right: 50px;
    }
    .header-bottom .navigation-bar {
        width: 60px;
        margin-left: auto;
        position: absolute;
        right: 0;
    }
    .header-bottom {
        justify-content: space-between;
    }
    .home-banner .e-con-inner {
        padding: 130px 0 70px;
    }
    .home-banner .elementor-widget-heading h1 {
        font-size: 62px !important;
        line-height: 72px !important;
    }
    .home-banner .elementor-widget-text-editor .elementor-widget-container {
        margin: 0 !important;
        font-size: 15px;
    }
    .choose-us-section .e-con-inner {
        padding: 50px 0 70px;
    }
    .choose-us-section h2 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .choose-us-section .sub-text .elementor-widget-container {
        font-size: 18px;
        line-height: 28px;
    }
    .accreditations h3 {
        font-size: 33px !important;
    }
    .our-services h2 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .our-services .e-con-inner {
        padding: 30px 0 50px;
    }
    .team-certifications h2 {
        font-size: 50px !important;
        line-height: 70px !important;
    }
    .team-list ul {
        margin: 0 !important;
    }
    .team-certifications .team-line {
        margin: 0 0 20px;
        padding-top: 0;
    }
    .team-certifications .e-con-inner {
        padding: 40px 0 50px;
    }
    .our-engagement h2 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .our-engagement .e-con-inner {
        max-width: 750px;
        padding: 50px 0;
    }
    .our-engagement .process-heading .elementor-widget-text-editor .elementor-widget-container {
        margin-bottom: 7px !important;
    }
    .our-engagement .collunm figure {
        width: 30px !important;
    }
    .our-engagement .collunm {
        padding: 5px;
    }
    .our-engagement .collunm .elementor-widget-container {
        height: 120px;
        padding: 5px;
    }
    .our-engagement .collunm .elementor-image-box-wrapper {
        height: 106px;
        padding: 22px 0 0;
    }
    .our-engagement .collunm:before {
        top: 65px;
    }
    .team-breakdown .e-con-inner {
        padding: 40px 0 50px;
    }
    .team-breakdown h2 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .map-list ul li span.elementor-icon-list-text {
        font-size: 16px !important;
    }
    .contact-section h3.elementor-heading-title {
        font-size: 40px !important;
    }
    .contact-left .elementor-widget-text-editor .elementor-widget-container {
        font-size: 16px;
        line-height: 26px;
    }
    .contact-right form label {
        font-size: 14px;
    }
    .contact-right form .full-field {
        padding: 10px 10px 15px;
    }
    .contact-section .e-con-inner {
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .custom-footer nav.hfe-nav-menu__layout-horizontal {
        opacity: 1;
        visibility: visible !important;
        height: auto !important;
        background: transparent !important;
    }
    .custom-footer nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        opacity: 1;
        visibility: visible;
        background: transparent;
        display: flex;
        flex-wrap: wrap;
    }
    .custom-footer nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu li {
        background: transparent;
        width: auto;
        border: none !important;
    }
    .custom-footer nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
        background: transparent !important;
        font-size: 14px;
    }
    .custom-footer .hfe-nav-menu__toggle {
        display: none !important;
    }
    .cyberaware-form h3 {
        font-size: 40px !important;
        line-height: 52px !important;
    }
    .cyberaware-form .e-con-inner {
        padding: 50px 0;
    }
    .inner-banner .e-con-inner {
        padding: 130px 0 70px;
    }
    .inner-banner h1 {
        font-size: 60x !important;
        line-height: 72px !important;
    }
    .inner-banner .elementor-widget-text-editor .elementor-widget-container {
        font-size: 15px;
    }
    .deployed-securely .e-con-inner {
        padding: 50px 0;
    }
    .deployed-securely h3 {
        font-size: 23px !important;
        line-height: 32px !important;
    }
    .service-we-offer .e-con-inner {
        padding: 40px 0 60px;
    }
    .service-we-offer h2.elementor-heading-title {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .service-we-offer .sub-heading .elementor-widget-container {
        font-size: 18px !important;
        line-height: 27px;
    }
    .service-we-offer .sub-heading {
        margin-top: 10px !important;
        padding-bottom: 40px;
    }
    .pentest-form h5 {
        font-size: 26px !important;
    }
    .pentest-form form h6 {
        font-size: 24px;
        line-height: 30px;
        margin: 20px 0 10px;
    }
    .pentest-form {
        padding: 50px 15px;
    }
    .contact-page .elementor-widget-heading h3 {
        font-size: 40px !important;
    }
    .contact-page .elementor-widget-container h2 {
        font-size: 40px !important;
    }
    .contact-page .e-con-inner {
        padding: 130px 0 60px;
    }
    .content-pages .e-con-inner {
        padding: 140px 0 50px !important;
    }
    .content-pages h2 {
        font-size: 40px !important;
    }
    .content-pages .elementor-widget-text-editor .elementor-widget-container {
        font-size: 15px;
    }
    .inner-page-banner h1 {
        font-size: 60px !important;
    }
    .choose-line {
        padding-top: 0;
    }
    .breakdown-line{
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    .choose-us-section .sub-text .elementor-widget-container {
        font-size: 14px;
        line-height: 24px;
    }
    .choose-us-section .sub-text {
        margin: 8px 0 0;
        padding-bottom: 60px;
    }
    .choose-us-section h5 {
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .choose-us-section .choose-collunm .elementor-widget-text-editor .elementor-widget-container {
        font-size: 13px;
    }
    .accreditations h3 {
        font-size: 42px !important;
    }
    .accreditations p br {
        display: none;
    }
    .accreditations .elementor-widget-button a.elementor-button {
        padding: 10px 11px;
        font-size: 15px !important;
    }
    .accreditations .e-con-inner {
        align-items: center !important;
        padding: 50px 0;
    }
    .accreditations .e-con-inner .e-con-full {
        --widgets-spacing: 10px 10px;
    }
    .team-list ul li {
        width: calc(50% - 10px);
    }
    .our-engagement .collunm p {
        width: 200px;
        top: -133px;
        min-height: 122px;
    }
    .our-engagement .collunm p:before {
        left: 90px;
    }
    .our-engagement .collunm {
        padding: 20px;
        width: 33%;
    }
    .our-engagement .collunm .elementor-widget-container {
        height: 207px;
        padding: 8px;
    }
    .our-engagement .collunm figure {
        width: 70px !important;
    }
    .our-engagement .collunm h5 {
        font-size: 15px;
        margin: 10px 0 0;
    }
    .our-engagement .collunm .elementor-image-box-wrapper {
        height: 189px;
        padding: 32px 0 0;
    }
    .our-engagement .collunm:before {
        top: 125px;
    }
    .our-engagement .collunm:nth-child(4):before {
        opacity: 0;
    }
    .contact-left ul li {
        width: 100%;
    }
    .contact-right {
        padding: 22px 15px;
    }
    .contact-right form label {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    .contact-left ul li .elementor-icon-list-text {
        font-size: 12px;
    }
    .contact-left .elementor-widget-text-editor .elementor-widget-container {
        font-size: 15px;
        line-height: 24px;
    }
    .custom-footer .elementor-element {
        width: 100%;
    }
    .custom-footer .elementor-element .elementor-element {
        text-align: center;
    }
    .custom-footer nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        justify-content: center;
    }
    .custom-footer nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu li {
        margin: 0 0 8px;
    }
    .deployed-securely .e-con-inner {
        flex-wrap: wrap !important;
    }
    .deployed-securely .e-con-inner .elementor-element.e-con-full {
        width: 100%;
    }
    .penetration-left img {
        height: 500px;
        object-fit: cover;
        width: 100%;
    }
    .service-collunm .elementor-widget-text-editor .elementor-widget-container {
        font-size: 13px;
    }
    .custom-footer .elementor-widget-social-icons .elementor-social-icons-wrapper {
        justify-content: center !important;
    }
    .pentest-form form .form-field p a {
        word-break: break-all;
    }
    .steps-follow h2 {
        font-size: 48px !important;
    }
    .steps-follow .elementor-widget-divider .elementor-widget-container {
        margin-bottom: 30px !important;
    }
    .call-collunm h3 {
        font-size: 18px !important;
    }
    .call-collunm .elementor-widget-image img {
        width: 45px;
        height: 45px;
    }
    .call-collunm {
    }
    .call-collunm .elementor-widget-image {
        left: 3px;
        top: 3px;
    }
    .step-collunm img {
        width: 100px;
    }
    .step-collunm h4 {
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .step-collunm .elementor-widget-text-editor .elementor-widget-container {
        font-size: 15px;
    }
    .what-we-do-section .what-we-do-content h2 {
        font-size: 40px !important;
    }
    .what-we-do-section .what-we-do-content {
        padding-left: 10px;
        --widgets-spacing: 10px 20px;
    }
    .what-we-do-section .what-we-do-content .elementor-widget-text-editor .elementor-widget-container {
        font-size: 16px;
    }
    .what-we-do-content ul.elementor-icon-list-items li .elementor-icon-list-text {
        font-size: 12px;
    }
    .law-prices .e-con-inner {
        padding: 40px 0px;
    }
    .law-prices h3 {
        font-size: 30px !important;
    }
    .law-prices h5 {
        font-size: 18px !important;
        line-height: 23px;
    }
    .law-prices .elementor-element.e-con-full {
        --widgets-spacing: 10px 20px;
    }
    .call-collunm a.elementor-button {
        padding: 15px 20px 16px 52px;
        font-size: 20px;
    }
    .call-collunms a.elementor-button {
        padding: 10px 25px 10px 25px;
        font-size: 16px;
    }
    .call-collunms h3 {
        font-size: 18px;
        margin: 0 0 0 8px;
    }
    
}
@media (max-width: 782px) {
    .ehf-header.admin-bar header#masthead {
        top: 45px;
    }
    .admin-bar .navigation-bar nav.hfe-nav-menu__layout-horizontal ul {
        padding-top: 45px;
    }
    .contact-section .contact-left {
        width: 100%;
    }
    .contact-section .contact-right {
        width: 100%;
    }
    .contact-section .e-con-inner {
        flex-wrap: wrap !important;
    }
    .contact-section .e-con-inner {
        padding-right: 15px;
        padding-left: 15px;
    }
    .contact-right form .full-field {
        padding: 10px 10px 15px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .choose-collunm {
        width: calc(48% - 20px);
        margin: 0 10px 60px;
    }
    .choose-us-section .e-con-inner {
        padding: 50px 0 10px;
    }
    .accreditations .e-con-inner .e-con-full .elementor-widget-image {
        width: 100%;
    }
    .accreditations .e-con-inner .elementor-widget-image img {
        width: 100%;
    }
    .service-image {
        margin: 0 0 20px;
    }
    .service-list ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px !important;
    }
    .service-list ul li {
        width: calc(50% - 12px);
    }
    .our-engagement .e-con-inner {
        max-width: 550px;
        padding: 50px 0;
    }
    .our-engagement h2 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .our-engagement .collunm figure {
        width: 50px !important;
    }
    .our-engagement .collunm .elementor-widget-container {
        height: 141px;
        padding: 8px;
    }
    .our-engagement .collunm .elementor-image-box-wrapper {
        height: 123px;
        padding: 12px 0 0;
    }
    .our-engagement .collunm h5 {
        font-size: 12px;
        margin: 8px 0 0;
    }
    .our-engagement .collunm:before {
        top: 89px;
    }
    .our-engagement .collunm figure {
        width: 42px !important;
    }
    .map-list ul li {
        padding: 0 15px !important;
    }
    .map-list ul li span.elementor-icon-list-text {
        font-size: 14px !important;
    }
    .pum-overlay .pum-container {
        max-width: 420px !important;
    }
    .pum-overlay .pum-container form p {
        font-size: 16px;
    }
    .pum-overlay .pum-container form h4 {
        font-size: 24px;
    }
    .inner-banner:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
    }
    .service-we-offer .service-collunm {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .service-we-offer .e-con-inner {
        padding: 40px 0 30px;
    }
    .service-we-offer .sub-heading .elementor-widget-container {
        font-size: 16px !important;
        line-height: 24px;
    }
    .service-collunm .elementor-widget-text-editor .elementor-widget-container {
        font-size: 14px;
    }
    .pentest-form form .wpcf7-submit {
        width: auto;
    }
    .inner-banner h1 {
        font-size: 48px !important;
        line-height: 60px !important;
    }
    .steps-follow .e-con-inner {
        padding: 40px 0;
    }
    .call-collunm h3 {
        font-size: 19px !important;
        line-height: 26px;
    }
    .call-collunm {
    }
    .call-collunm .elementor-widget-image img {
        width: 38px;
        height: 38px;
    }
    .steps-follow .step-collunm {
        padding-bottom: 70px;
    }
    .steps-follow .step-collunm:last-child {
        padding-bottom: 10px;
    }
    .steps-follow h2 {
        font-size: 36px !important;
    }
    .step-collunm .elementor-widget-image:before {
        display: none;
    }
    .steps-follow .step-collunm:before {
        content: "";
        height: 60px;
        width: 1px;
        position: absolute;
        border: 1px dashed #008ed2;
        left: 50%;
        bottom: 0px;
        top: auto;
    }
    .steps-follow .step-collunm:last-child:before {
        display: none;
    }
    .call-collunm .elementor-widget-image {
        left: 4px;
        top: 3px;
    }
    .what-we-do-section .elementor-widget-image img {
        width: 100%;
    }
    .what-we-do-section .e-con-inner {
        padding: 40px 0px;
    }
    .what-we-do-section .elementor-widget-image {
        overflow: hidden;
    }
    .law-prices .elementor-element.e-con-full {
        margin: 8px 0;
    }
    .inner-page-banner .e-con-inner {
        padding: 180px 0 120px;
    }
    .inner-page-banner h1 {
        font-size: 48px !important;
    }
    .pum-overlay .pum-container form label input.wpcf7-form-control {
        padding: 9px 12px;
    }
    .pum-overlay .pum-container form .wpcf7-submit {
        padding: 7px 22px;
    }
    .call-collunm a.elementor-button {
        padding: 15px 20px 15px 48px;
        font-size: 14px;
    }
    .call-collunms .elementor-widget-button {
        min-width: 70px;
    }
    .call-collunms a.elementor-button {
        padding: 10px 10px 9px 10px;
        font-size: 14px;
        min-width: 70px;
    }
    .call-collunms {
        padding: 3px 15px 2px 3px;
        --widgets-spacing: 0;
        flex-wrap: nowrap;
    }
    .call-collunms h3 {
        font-size: 14px;
        margin: 0 0 0 5px;
        letter-spacing: -0.1px;
    }
    .custom-footer nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu li {
        margin: 0 0 12px;
    }
}
@media (max-width: 575px) {
    .home-banner .elementor-widget-heading h1 {
        font-size: 38px !important;
        line-height: 50px !important;
    }
    .home-banner .elementor-widget-text-editor .elementor-widget-container {
        margin: 0 !important;
        font-size: 13px;
    }
    .home-banner .elementor-widget-text-editor .elementor-widget-container br {
        display: none;
    }
    .home-banner .elementor-widget-text-editor .elementor-widget-container p {
        margin: 0;
    }
    .home-banner .expert-button a.elementor-button {
        font-size: 14px !important;
        margin-top: 10px;
    }
    .choose-us-section h2 {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    .choose-us-section .e-con-inner {
        padding: 30px 0 0px;
    }
    .choose-collunm {
        width: calc(100% - 20px);
        margin: 0 10px 60px;
        gap: 12px;
    }
    .service-list ul li {
        width: calc(100% - 12px);
    }
    .service-line {
        margin: 0 0 15px;
        padding-top: 0;
    }
    .accreditations h3 {
        font-size: 32px !important;
    }
    .our-services h2 {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    .team-list ul li {
        width: 100%;
        min-height: 50px;
    }
    .team-certifications h2 {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    .our-engagement .collunm {
        padding: 20px 20px 10px;
        width: 50%;
    }
    .our-engagement .collunm .elementor-widget-container {
        height: 160px;
    }
    .our-engagement .collunm .elementor-image-box-wrapper {
        height: 142px;
        padding: 32px 0 0;
    }
    .our-engagement .collunm h5 {
        font-size: 13px;
    }
    .our-engagement .collunm figure {
        width: 40px !important;
    }
    .our-engagement .e-con-inner {
        max-width: 400px;
        padding: 50px 0;
    }
    .our-engagement .collunm:nth-child(4):before {
        opacity: 1;
    }
    .our-engagement .collunm:nth-child(3):before, .our-engagement .collunm:nth-child(5):before {
        opacity: 0;
    }
    .our-engagement .process-heading .elementor-widget-text-editor .elementor-widget-container {
        font-size: 14px;
    }
    .our-engagement h2 {
        font-size: 29px !important;
        line-height: 34px !important;
    }
    .team-breakdown .team-point {
        margin-top: 3px;
        padding-bottom: 20px;
    }
    .team-breakdown h2 {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    .contact-left ul li span.elementor-icon-list-icon {
        min-height: 40px;
        min-width: 40px;
        line-height: 40px;
    }
    .contact-section h3.elementor-heading-title {
        font-size: 30px !important;
    }
    .contact-section h3.elementor-heading-title br {
        display: none;
    }
    .contact-left .elementor-widget-text-editor .elementor-widget-container {
        font-size: 14px;
        line-height: 22px;
        margin: 0 !important;
    }
    .contact-right form .half-field {
        width: 100%;
        padding: 0 10px 20px;
    }
    .accreditations .e-con-inner {
        align-items: center !important;
        padding: 38px 0 50px;
    }
    .our-engagement .collunm:before {
        top: 69px;
    }
    .our-engagement .process-heading {
        min-width: calc(100% + 50px);
        left: -25px;
        --widgets-spacing: 5px 20px;
    }
    .pum-overlay .pum-container {
        max-width: 290px !important;
        padding: 0 15px 5px;
    }
    .pum-overlay .pum-container form h4 {
        font-size: 20px;
        margin: 0 -15px 15px;
    }
    .pum-overlay .pum-container form p {
        font-size: 14px;
    }
    .pum-overlay .pum-container form label input.wpcf7-form-control {
        font-size: 14px;
    }
    .pum-overlay .pum-container .popmake-close {
        height: 13px;
        width: 13px;
        top: 16px;
        right: 9px;
        background-size: 13px;
    }
    .navigation-bar .elementor-widget-navigation-menu .hfe-nav-menu__toggle {
        position: relative;
        top: 2px;
    }
    .service-image img {
        height: 250px;
    }
    .cyberaware-form h3 {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .cyberaware-form .e-con-inner {
        padding: 40px 0;
    }
    .request-form form .half-field {
        width: 100%;
    }
    .cyberaware-form .elementor-widget-heading .elementor-widget-container {
        margin: 0 !important;
    }
    .inner-banner h1 {
        font-size: 38px !important;
        line-height: 50px !important;
    }
    .inner-banner .elementor-widget-text-editor .elementor-widget-container {
        font-size: 14px;
    }
    .inner-banner .e-con-inner {
        padding: 120px 0 50px;
    }
    .deployed-securely .e-con-inner {
        padding: 40px 0 30px;
    }
    .penetration-right .elementor-widget-image-box {
        width: 50%;
        padding: 0px 5px;
    }
    .deployed-securely h3 {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .penetration-left img {
        height: 380px;
    }
    .service-we-offer h2.elementor-heading-title {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    .service-we-offer .sub-heading .elementor-widget-container {
        font-size: 15px !important;
        line-height: 24px;
    }
    .pentest-form h5 {
        font-size: 22px !important;
        padding: 5px 10px;
        line-height: 30px;
    }
    .pentest-form form .form-field label strong {
        font-size: 15px;
        line-height: 20px;
    }
    .pentest-form form p.sub-text {
        font-size: 14px;
    }
    .pentest-form form .form-field {
        padding: 10px;
    }
    .pentest-form form .form-field input.wpcf7-form-control {
        font-size: 14px;
    }
    .pentest-form form fieldset {
        margin: 0;
    }
    .pentest-form form {
        padding: 0 0;
    }
    .pentest-form form h6 {
        font-size: 20px;
        line-height: 28px;
        margin: 20px 0 10px;
    }
    .pentest-form form .action-button {
        padding: 5px 30px !important;
        margin: 10px 0 0 !important;
    }
    .pentest-form form .form-field p {
        font-size: 14px;
    }
    .pentest-form form .form-field textarea {
        height: 80px;
        font-size: 14px;
    }
    .pentest-form form .form-field .wpcf7-radio .wpcf7-list-item {
        margin: 5px 10px 0 0;
    }
    .pentest-form form .form-field .wpcf7-radio label {
        line-height: 20px;
    }
    .pentest-form form .wpcf7-submit {
        padding: 5px 25px !important;
        margin: 10px 0 20px !important;
    }
    .contact-page .e-con-inner {
        padding: 100px 0 50px;
    }
    .contact-page .elementor-widget-heading h3 {
        font-size: 30px !important;
    }
    .contact-page .elementor-widget-container h2 {
        font-size: 30px !important;
    }
    .contact-page .contact-right {
        padding: 20px 17px;
    }
    .contact-left ul li .elementor-icon-list-text {
        padding: 0 0 0 10px !important;
        word-break: break-all;
    }
    .content-pages .e-con-inner {
        padding: 120px 0 40px !important;
    }
    .content-pages h2 {
        font-size: 30px !important;
    }
    .call-collunm .elementor-widget-image {
        left: 7px;
        top: 24px;
    }
    .call-collunm h3 {
        font-size: 16px !important;
        line-height: 23px;
    }
    .call-collunm .elementor-widget-image img {
        width: 45px;
        height: 45px;
    }
    .what-we-do-section .what-we-do-content h2 {
        font-size: 36px !important;
    }
    .inner-page-banner h1 {
        font-size: 38px !important;
    }
    .inner-page-banner .e-con-inner {
        padding: 140px 0 60px;
    }
    .call-collunms {
        padding: 8px 8px 6px 8px;
        flex-wrap: wrap;
    }
    .call-collunms .elementor-widget-button {
        min-width: inherit;
        margin: 0 0 6px !important;
    }
    .call-collunms a.elementor-button {
        padding: 10px 15px 9px 15px;
        font-size: 16px;
    }
    .call-collunms h3 {
        font-size: 15px;
        text-align: center;
        line-height: 22px;
        padding: 0 16px;
    }
    .consultation-sec a.elementor-button {
        font-size: 16px !important;
        padding: 12px 16px;
    }
    .consultation-sec .e-con-inner {
        padding: 40px 0;
    }
    .pum-overlay .pum-container form h5 {
        font-size: 16px;
    }
    .home-banner .e-con-inner {
        padding: 130px 0 70px;
        gap: 10px;
    }
    .contact-page .contact-right form input {
        font-size: 14px;
        padding: 8px;
    }
    .contact-page .contact-right form textarea {
        font-size: 14px;
        padding: 8px;
    }
    .content-pages .elementor-widget-text-editor .elementor-widget-container {
        font-size: 14px;
    }
    .penetration-right .elementor-widget-image-box .elementor-widget-container {
        padding: 10px 8px;
    }
    .service-we-offer .hr-line {
        padding-top: 0;
    }
    .service-we-offer .service-collunm {
        gap: 10px;
    }
    .pentest-form form .form-field .wpcf7-checkbox .wpcf7-list-item label {
        align-items: flex-start;
    }
    .pentest-form form .form-field .wpcf7-checkbox .wpcf7-list-item input {
        margin: 3px 10px 0 0;
    }
    .pentest-form form h4 {
        font-size: 16px;
        margin: 10px 0 20px;
        line-height: 22px;
    }
    .contact-left {
        gap: 0px;
    }
    .what-we-do-content ul.elementor-icon-list-items li .elementor-icon-list-icon {
        height: 20px;
        width: 20px;
        min-width: 20px;
    }
    .what-we-do-content ul.elementor-icon-list-items li .elementor-icon-list-icon i {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .header-bottom .header-logo {
        min-width: 146px;
        width: 146px;
    }
    .header-bottom .header-btn {
        min-width: 156px;
        width: 156px;
        margin-right: 40px;
    }
    .header-btn a.elementor-button {
        font-size: 13px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .our-engagement .e-con-inner {
        max-width: 280px;
        padding: 40px 0;
    }
    .our-engagement .collunm {
        padding: 10px;
    }
    .our-engagement .collunm .elementor-widget-container {
        height: 120px;
    }
    .our-engagement .collunm .elementor-image-box-wrapper {
        height: 102px;
        padding: 20px 0 0;
    }
    .our-engagement .collunm figure {
        width: 28px !important;
    }
    .our-engagement .collunm h5 {
        font-size: 10px;
    }
}
@media (max-width: 360px) {
    .header-bottom {
        padding: 0 0px;
    }
    .header-bottom .header-btn {
        min-width: 135px;
        width: 135px;
        margin-right: 39px;
        padding-left: 0;
    }
    .home-banner .elementor-widget-heading h1 {
        font-size: 34px !important;
        line-height: 46px !important;
    }
}
