@font-face {
    font-family: 'Manrope-Light';
    src: url('../font/Manrope-Light.woff2') format('woff2'), url('../font/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url('../font/Manrope-Regular.woff2') format('woff2'), url('../font/Manrope-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('../font/Manrope-Medium.woff2') format('woff2'), url('../font/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('../font/Manrope-Bold.woff2') format('woff2'), url('../font/Manrope-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-body: 'Manrope-Light', sans-serif;
    --main-title-font: 'Manrope-Medium', sans-serif;
    --main-btn-font: 'Manrope-Bold', sans-serif;
    --primary-color: #005AE1;
    /* font-color */
    --body-font-color: #353757;
    --global-font-title: #03052D;
    --color-white-text: #fff;
    /* bg-color */
    --light-bg-color: #F2F3F5;
    --dark-bg-color: #03052D;
    --white-bg: #fff;
    --light-bg-hover: #E9EFF8;
}

h1 {
    font-family: var(--main-title-font);
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: var(--color-white-text);
    margin-top: 0;
    margin-bottom: 24px;
}

h2 {
    font-family: var(--main-title-font);
    font-size: 38px;
    font-weight: 500;
    line-height: 47.5px;
    color: var(--global-font-title);
    margin-top: 0;
    margin-bottom: 24px;
}

h3 {
    font-family: var(--main-title-font);
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    color: var(--color-white-text);
    margin-top: 0;
    margin-bottom: 16px;
}
.cmplz-service-header h3 {
	color: #000;
}
h4 {
    font-family: var(--main-title-font);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: var(--global-font-title);
    margin-top: 0;
    margin-bottom: 24px;
}

h5 {
    font-family: var(--main-title-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--global-font-title);
    margin-top: 0;
    margin-bottom: 24px;
}

h6 {
    font-family: var(--main-title-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--global-font-title);
    margin-top: 0;
    margin-bottom: 24px;
}

a:focus,
a:hover {
    outline: none;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: var(--body-font-color);
}

.comman-btn.dark,
.wpcf7-submit,
.woocommerce-address-fields button.button {
    background-color: var(--dark-bg-color) !important;
    color: var(--color-white-text) !important;
    padding: 14px 35px !important;
    font-family: var(--main-btn-font) !important;
    font-size: 14px;
    line-height: normal !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border-radius: 100px !important;
    text-decoration: none;
    display: inline-block;
}

.comman-btn.dark:hover,
.wpcf7-submit:hover,
.woocommerce-address-fields button.button:hover {
    background-color: var(--primary-color) !important;
}

.comman-btn img {
    margin-left: 8px;
}

.comman-btn.dark img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7487%) hue-rotate(241deg) brightness(100%) contrast(112%);
}

.comman-btn.light {
    background-color: var(--white-bg);
    color: var(--global-font-title);
    padding: 14px 35px;
    font-family: var(--main-btn-font);
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
}

a:visited {
    color: #353757;
}

a:hover {
    color: #005AE1;
}

.comman-btn.light:hover {
    background-color: var(--primary-color);
}

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

body {
    padding: 16px;
}

.title {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.without-banner .site-header {
    border-radius: 24px;
    background: #03052D;
}

.without-banner .site {
    padding-top: 126px;
}

hr {
    background-color: #818296;
    height: 1px;
    margin-bottom: 0;
    max-width: 1246px;
    margin: auto;
}

.main-header .row {
    padding: 17px 60px;
    border-radius: 70px;
    background-color: rgba(3, 5, 45, 0.54);
}

ul,
ol {
    padding-left: 18px;
    margin-left: 0;
}

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

.container {
    margin: auto;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-0 {
    margin-bottom: 0;
}

.html-content {
    padding: 80px 0;
}

.html-content a {
    color: #353757;
    font-weight: 600;
}

.html-content a:hover {
    color: #005AE1;
}

b,
strong {
    font-family: 'Manrope-Bold';
}

.overflow-hidden {
    overflow: hidden;
}

@media(min-width:576px) {
    .container {
        max-width: 540px;
    }
    hr {
        max-width: 540px;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px;
    }
    hr {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px;
    }
    hr {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px;
    }
    hr {
        max-width: 1140px;
    }
}

@media(min-width:1400px) {
    .main-header .container {
        max-width: 1335px;
    }
    .container {
        max-width: 1216px;
    }
    .banner-title h1 {
        font-size: 66px;
        line-height: 82.5px;
    }
    hr {
        max-width: 1246px;
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width:1199px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media(min-width:1400px) {
    .main-header .container {
        max-width: 1365px;
    }
    .container {
        max-width: 1246px;
    }
}

@media(max-width:992px) {
    .menubar-main {
        display: none;
    }
}

@media(max-width:1399px) {}

@media(max-width:1199px) {
    .main-header .row {
        padding: 17px 15px;
    }
    .main-header .wrap-main-menu nav .menu-header-menu-container>ul {
        gap: 10px;
    }
}

@media(min-width:992px) {
    .menubar-main {
        display: none;
    }
}


/* header */

.menu li a {
    transition: all 0.6s;
}

.menu li a:hover:not(.sub-menu a),
.menu li.current_page_item a:not(.sub-menu a),
.menu li.current-menu-parent a:not(.sub-menu a) {
    color: #005AE1;
    background: linear-gradient(180deg, #005AE1 0.08%, #00D4DF 99.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu li a:hover:not(.sub-menu a):after,
.menu li.current_page_item a:not(.sub-menu a):after,
.menu li a:hover:not(.sub-menu a):after,
.menu li.current-menu-parent a:not(.sub-menu a):after {
    filter: invert(27%) sepia(24%) saturate(5604%) hue-rotate(135deg) brightness(98%) contrast(73%);
}

.menu li.current-menu-parent .sub-menu li.current-menu-item {
    background: linear-gradient(180deg, #005AE1 0.08%, #00D4DF 99.89%);
}

.menu li.current-menu-parent .sub-menu li.current-menu-item a {
    color: #ffffff;
}

.site {
    position: relative;
}


/* .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 24px 0;
} */


/*header Sticky*/

.site-header {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.4s ease-in-out;
    padding: 24px 0;
}

.admin-bar header.site-header.xb-header-area-sticky.xb-header-fixed {
    -webkit-transform: translateY(32px);
    -ms-transform: translateY(32px);
    transform: translateY(32px);
}

header.site-header.xb-header-area-sticky.xb-header-area-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    visibility: hidden;
}

header.site-header.xb-header-area-sticky.xb-header-fixed {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
}

header.site-header.xb-header-area-sticky {
    top: 150px;
}

header.site-header.xb-header-area-sticky .topbar {
    display: none;
}

header.site-header.xb-header-area-sticky.xb-header-fixed .main-header .row {
    background: #03052D;
}

.without-banner header.site-header.xb-header-area-sticky.xb-header-area-sticky {
    background: none;
}


/*header Sticky*/

.main-header .wrap-main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .wrap-main-menu nav .menu-header-menu-container>ul {
    display: flex;
    gap: 47px;
    align-items: center;
}

.main-header .wrap-main-menu ul.sub-menu li {
    padding: 10px 15px;
}

.main-header .wrap-main-menu li>.sub-menu>li:hover {
    background: linear-gradient(180deg, #005AE1 0.08%, #00D4DF 99.89%);
}

.main-header .wrap-main-menu nav .menu-header-menu-container>ul li>ul {
    left: 0;
    top: calc(100% + 10px);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    width: 200px;
    display: block;
}

.main-header .wrap-main-menu nav .menu-header-menu-container>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-header .wrap-main-menu nav .menu-header-menu-container>ul ul li a {
    color: #03052D;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.main-header .wrap-main-menu nav .menu-header-menu-container .main-navigation ul li>.sub-menu li:hover a {
    color: #ffff;
}

.main-header .wrap-main-menu nav .menu-header-menu-container>ul ul li:hover a,
.main-header .wrap-main-menu nav .menu-header-menu-container>ul ul li:hover ul li:hover a {
    color: #ffff;
}

.main-header .wrap-main-menu nav .menu-header-menu-container>ul ul li:hover ul li a {
    color: #000;
}

.main-header .wrap-main-menu nav .menu-header-menu-container ul li a {
    padding-right: 18px;
    position: relative;
    font-family: var(--main-title-font);
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-header .wrap-main-menu nav ul li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-image: url(../images/menu-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 6px;
}

.main-header .wrap-main-menu nav ul li.menu-item-has-children>ul li.menu-item-has-children a::after {
    filter: brightness(0) saturate(100%) invert(5%) sepia(36%) saturate(4906%) hue-rotate(225deg) brightness(96%) contrast(105%);
}

.main-header .wrap-main-menu nav ul li.menu-item-has-children>ul li.menu-item-has-children:hover a::after {
    filter: invert(0);
}

.main-header .wrap-main-menu nav .menu-header-menu-container>ul li>ul ul {
    right: auto;
    left: 100%;
}

.main-header .wrap-main-menu nav .menu-header-menu-container>ul li:hover>ul ul {
    top: 0;
}

.main-header #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
    color: var(--color-white-text);
    font-family: var(--main-title-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    height: unset;
    position: relative;
    padding: 0px !important;
}

li.mega-menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-image: url(../images/menu-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 6px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0, -100%);
    background-image: url(../images/menu-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 6px;
}

.main-header .mega-sub-menu a {
    color: #03052D !important;
    font-family: var(--main-title-font) !important;
    font-size: 16px !important;
    position: relative !important;
    padding: 20px !important;
    padding-left: 40px !important;
    line-height: 20px !important;
    transition: all 0.6s;
}

.main-header .mega-sub-menu a:hover {
    color: #005AE1 !important;
}

.mega-cyber-essentials .mega-sub-menu li:last-child a,
.mega-cloud-security .mega-sub-menu li:last-child a,
.mega-partners>ul li a,
.mega-iasme a {
    padding-bottom: 10px !important;
}

.main-header .mega-sub-menu a::before , #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link::before {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    /* background: unset !important; */
    /* background-image: url(../images/menu-arrow.png); */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link {
    padding-left: 60px !important;
}

.main-header .mega-sub-menu .cyber-essentials>a::before {
    background-image: url(../images/cyber-essentials-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .penetration>a::before {
    background-image: url(../images/Penetration-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .cyber-audit>a::before {
    background-image: url(../images/cyber-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .managed-siem>a::before {
    background-image: url(../images/managed-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .cyber-sir>a::before {
    background-image: url(../images/incident-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .cyber-sc>a::before {
    background-image: url(../images/consulting-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .cyber-st>a::before {
    background-image: url(../images/training-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .cyber-sr>a::before {
    background-image: url(../images/cyber-security-readiness-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .cloud-security>a::before {
    background-image: url(../images/cloud-security-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .cloud-ct>a::before {
    background-image: url(../images/cloud-migration-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .cloud-migration>a::before {
    background-image: url(../images/cloud-migration-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .cloud-transformation>a::before {
    background-image: url(../images/transformation-menu-icon.svg)!important;
}

.main-header .mega-sub-menu .mega-partners>a::before {
    background-image: url(../images/partners-menu-icon.svg)!important;
    width: 34px !important;
}

.main-header .mega-sub-menu .cloud-transformation>a::before {
    background-image: url(../images/transformation-menu-icon.svg)!important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link::before {
    background-image: url(../images/event-menu-icon.svg)!important;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.managed-siem a,
.cyber-sr a,
.cloud-transformation a,
.cloud-ct a,
.mega-partners>ul li a,
.mega-iasme a {
    border-bottom: 0px !important;
}


#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu {
    border-radius: 15px;
    background-color: #fff;
}

.mega-cyber-essentials a {
    /* border-right: 1px solid rgba(129, 130, 150, 0.52) !important ; */
    position: relative;
}

.mega-cyber-essentials li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(129, 130, 150, 0.52);
    display: inline-block;
    z-index: 9;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
    transform: translate(0, 30px) !important;
}

.site-header .header-btn a {
    color: var(--color-white-text);
    padding: 14px 35px;
    font-family: var(--main-btn-font);
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    border-radius: 100px;
    text-decoration: none;
}

.site-header .header-btn a:hover {
    background-color: #fff;
    color: #03052D;
}

.main-header {
    padding: 0 15px;
}

.mobile-menu-wp {
    display: none;
}

.main-header #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item:first-child>.mega-sub-menu li a {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    padding-left: 0px !important;
}

.main-header #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item:first-child>.mega-sub-menu li.partners>a {
    padding-left: 45px !important;
}

#mega-menu-header-menu>li {
    padding: 10px 15px !important;
}

#mega-menu-header-menu>li:first-child .mega-menu-link {
    padding: 10px !important;
}

.main-header #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width .3s;
}

.main-header #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:hover:after {
    width: 100%;
}


/* form */

form p br {
    display: none;
}

input,
textarea {
    width: 100%;
    border: 1px solid #CDCDD5 !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    background-color: transparent !important;
    font-family: 'Manrope-Regular' !important;
    outline: none !important;
}

textarea {
    min-height: 92px;
    max-height: 92px;
    width: 100%;
    max-width: 100%;
}

input::placeholder,
textarea::placeholder {
    color: #03052D;
    opacity: 0.40;
}

input:focus,
text:focus {
    font-family: 'Manrope-Medium' !important;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 1;
}

form p label {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
}

form p label:first-child,
form p label:nth-child(3) {
    width: calc(50% - 8px);
}

form p {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

input[type="submit"] {
    background-image: url(../images/arrow-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center right 30px;
    padding: 14px 50px 14px 35px !important;
}


/* footer */

.site-footer {
    margin-top: 16px;
}

.footer-top {
    padding: 120px 16px;
    border-radius: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top .f-row,
.footer-bottom .f-row,
.copyright-text,
.privacy-policy-text ul {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.privacy-policy-text ul,
.copyright-text {
    gap: 32px;
    padding-left: 0;
}

.footer-bottom p,
.footer-bottom ul {
    margin: 0;
    list-style: none;
    font-family: var(--main-title-font);
    color: #CDCDD5;
}

.footer-top .f-row ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.footer-top .f-row ul li a {
    text-decoration: none;
    color: #CDCDD5;
}

.footer-top .f-row ul li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-top .f-row ul li:first-child {
    margin-bottom: 20px;
    line-height: 20px;
}

.footer-top .f-row ul li:first-child a {
    color: var(--color-white-text);
    font-family: var(--main-title-font);
    font-size: 14px;
    line-height: 20px;
}
footer
.footer-top .f-row .f-col-1 {
    max-width: 280px;
}

.footer-top .f-row .f-col-2,
.footer-top .f-row .f-col-5 {
    max-width: 110px;
}

.footer-top .f-row .f-col-3,
.footer-top .f-row .f-col-4 {
    max-width: 176px;
}

.footer-top .f-row h6 {
    color: var(--color-white-text);
    margin-bottom: 20px;
}

.footer-top .f-row .f-info-main {
    padding-top: 40px;
}

.footer-top .f-row .f-info-main .f-info:not(:last-child) a {
    margin-bottom: 20px;
}

.footer-top .f-row .f-info-main .f-info a img {
    max-width: 20px;
}

.f-linkdin-info img {
    position: relative;
    top: -2px;
}

.footer-top .f-row .f-info-main .f-info a {
    display: flex;
    gap: 20px;
    align-items: center;
    color: var(--color-white-text);
    font-family: var(--main-title-font);
    text-decoration: none;
}

.footer-top .f-row .f-info-main .f-info a:hover {
    background: linear-gradient(180deg, #005AE1 0.08%, #00D4DF 99.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-bottom {
    background-color: var(--dark-bg-color);
    padding: 40px 16px;
    border-radius: 24px;
    margin-top: 16px;
}

.footer-bottom a {
    text-decoration: none;
    color: #CDCDD5;
    font-family: var(--main-title-font);
}

.agency-text p {
    color: #B6B6BC;
}

.agency-text a {
    color: #fff;
}

.agency-text a:hover {
    background: linear-gradient(180deg, #005AE1 0.08%, #00D4DF 99.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.privacy-policy-text ul li {
    position: relative;
}

.privacy-policy-text ul li::after {
    content: "";
    position: absolute;
    left: -16px;
    width: 1px;
    height: 26px;
    background-color: #9B9DAD;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.post,
.page {
    margin: 0;
}

:focus-visible {
    outline: none;
}

.ss-slider-main .slick-prev,
.ss-slider-main .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 20px;
    background: linear-gradient(180deg, #005AE1 0.08%, #00D4DF 99.89%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50px;
    z-index: 9;
}

.ss-slider-main .slick-prev:before,
.ss-slider-main .slick-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/slider-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    filter: invert(100%) sepia(99%) saturate(4%) hue-rotate(198deg) brightness(109%) contrast(100%);
}

.ss-slider-main .slick-prev {
    left: -50px;
}

.ss-slider-main .slick-next {
    right: -50px;
}

.ss-slider-main .slick-prev::before {
    transform: rotate(180deg) translate(-50%, -50%);
    left: 0;
    top: 0;
}

.mega-current-menu-parent a,
.mega-current_page_item a,
.mega-current_page_ancestor a,
.main-header .mega-sub-menu .mega-current_page_item>a {
    color: #005AE1 !important;
}

.book-consultation-fix-btn .comman-btn.dark {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 999;
    background-color: var(--primary-color) !important;
    border:1px solid var(--primary-color);

}

.book-consultation-fix-btn .comman-btn.dark:hover {
    background-color: #03052D !important;
    border: 1px solid #fff;
}

/*Cyber Securit Start*/

.cyber-security {
    background: #005AE1;
    border-radius: 24px;
    padding: 120px 15px;
    margin-top: 16px;
}
.cyber-security .column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cyber-security .column-row .column-left {
    width: 41.75%;
}
.cyber-security .column-row .column-right {
    width: 47.5%;
}

.cyber-security .content-box h2,.cyber-security .content-box p,
.cyber-security .content-box h3,.cyber-security .content-box h4,
.cyber-security .content-box h6,.cyber-security .content-box span,
.cyber-security .content-box a {
    color: #ffffff;
}
.cyber-security .content-box p {
    margin-bottom: 15px;
    line-height: 20px;
    font-weight: 300;
    font-family: var(--main-title-font);
    font-family: 'Manrope-Light';
}
.cyber-security .content-box p strong {
    font-weight: 500;
    font-family: 'Manrope-Medium';
}
.cyber-security .column-row .column-right .content-box ul li {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 15px 20px 15px 60px;
    background: #FFFFFF;
    color: #03052D;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Manrope-Medium';
    position: relative;
    margin-right: 6px;
    margin-bottom: 12px;
    margin-left: 6px;
}
.cyber-security .column-row .column-right .content-box ul li:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(../images/Tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    background-color: #005AE1;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 15px;
}
.cyber-security .column-row .column-right .content-box ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 32px;
}
.cyber-security .column-row .column-left .img-wraper {
    position: relative;
    padding-bottom: 102%;
}

.cyber-security .column-row .column-left .img-wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
}
.cyber-security .comman-btn.dark:hover {
    background-color: #ffffff !important;
    color: #03052D !important;
}

.cyber-security .comman-btn.dark:hover img {
    filter: unset;
}
/*Cyber Securit End*/


@media(max-width:1399px) {
    .main-header .wrap-main-menu nav .menu-header-menu-container>ul {
        gap: 20px;
    }
    .footer-top {
        padding: 100px 16px;
    }
    .ss-slider-main .slick-prev {
        left: 5px;
    }
    .ss-slider-main .slick-next {
        right: 5px;
    }
    .ss-slider-main .slick-prev,
    .ss-slider-main .slick-next {
        padding: 15px;
    }
    .ss-slider-main .slick-prev:before,
    .ss-slider-main .slick-next:before {
        width: 15px;
        height: 15px;
    }
    /*Cyber Securit Start*/
        .cyber-security .column-row .column-right {
            width: 52%;
        }
   .cyber-security {
        padding: 80px 15px;
    }
}

@media(max-width:1199px) {
    h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 16px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .main-header .wrap-main-menu .logo-main img {
        max-width: 160px;
    }
    .main-header .wrap-main-menu nav .menu-header-menu-container>ul {
        gap: 15px;
    }
    .site-header .header-btn a {
        padding: 12px 15px;
    }
    .footer-top .f-row .f-col-1 {
        max-width: 200px;
    }
    .footer-top {
        padding: 80px 16px;
    }
    .main-header .mega-sub-menu a {
        font-size: 14px !important;
        padding: 15px !important;
        padding-left: 35px !important;
    }
    .main-header .mega-sub-menu a::before {
        width: 25px !important;
        height: 25px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
        width: 150px;
    }
     /*Cyber Securit Start*/
     .cyber-security .column-row .column-left {
        width: 48%;
    }
    .cyber-security .column-row .column-right {
        width: 48%;
    }
    .cyber-security {
        padding: 60px 15px;
    }
}

@media(max-width:991px) {
    h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 16px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    p {
        margin-bottom: 16px;
    }
    body {
        font-size: 14px;
        line-height: 22px;
    }
    .html-content {
        padding: 60px 0;
    }
    .site-header .menu-toggle {
        display: block !important;
        font-size: 00;
        background-color: transparent;
        border: none;
        background-image: url(../images/mobile-menu-icon.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 21px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6348%) hue-rotate(261deg) brightness(114%) contrast(103%);
    }
    .main-navigation.toggled .menu-toggle {
        background-image: url(../images/close-menu.png);
    }
    .mega-menu-open {
        background-image: url(../images/close-menu.png);
    }
    .menu-header-menu-container,
    .header-btn {
        display: none;
    }
    .offcanvas-bg.overlay-open {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .8s ease, opacity .3s ease;
        -ms-transition: -ms-transform .8s ease, opacity .3s ease;
        transition: transform .8s ease, opacity .3s ease;
        opacity: 1;
    }
    .offcanvas-bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        background-color: rgb(0 0 0 / 68%);
        height: 100vh;
        top: 0;
        bottom: 0;
        right: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transition: -webkit-transform .8s ease, opacity 6s ease;
        -ms-transition: -ms-transform .8s ease, opacity 6s ease;
        transition: transform .8s ease, opacity 6s ease;
        opacity: 0;
    }
    .mobile-menu-wp.is-open {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .8s ease, opacity .3s ease;
        -ms-transition: -ms-transform .8s ease, opacity .3s ease;
        transition: transform .8s ease, opacity .3s ease;
        opacity: 1;
    }
    .mobile-menu-wp {
        display: block;
        position: fixed;
        z-index: 999;
        height: 100vh;
        top: 0;
        bottom: 0;
        right: 0;
        transform: translateX(108%);
        -webkit-transform: translateX(108%);
        -moz-transform: translateX(108%);
        -o-transform: translateX(108%);
        -ms-transform: translateX(108%);
        -webkit-transition: -webkit-transform .8s ease, opacity 6s ease;
        -ms-transition: -ms-transform .8s ease, opacity 6s ease;
        transition: transform .8s ease, opacity 6s ease;
        opacity: 0;
        height: calc(var(--vh, 1vh)* 100);
    }
    span.menubar-btn-close {
        display: inline-block;
        background: linear-gradient(180deg, #005AE1 0.08%, #00D4DF 99.89%);
        border-radius: 100%;
        position: absolute;
        top: 24%;
        left: -20px;
    }
    span.menubar-btn-close img {
        display: grid;
    }
    .wrap-mobile-menu {
        max-width: 290px;
        width: 320px;
        padding: 50px 20px 20px 40px;
        background: var(--dark-bg-color);
        height: 100vh;
        overflow-y: auto;
    }
    .mobile-menu-wp ul {
        padding-left: 0;
    }
    .mobile-menu-wp ul li {
        position: relative;
        list-style: none;
    }
    .mobile-menu-wp ul.menu li a {
        padding: 12px 0;
        display: inline-block;
        padding-right: 10px;
        line-height: normal;
        font-family: var(--main-title-font);
        text-decoration: none;
        color: var(--color-white-text);
    }
    .mobile-menu-wp ul.menu li ul li a {
        font-size: 14px;
    }
    .mobile-menu-wp .menu-header-menu-container {
        display: block;
    }
    .mobile-menu-wp span.toggledrop {
        position: absolute;
        right: 0;
        cursor: pointer;
        top: 10px;
    }
    .mobile-menu-wp i.ion-ios-s-down {
        display: inline-block;
        padding: 0 10px;
        width: 26px;
        height: 26px;
    }
    .mobile-menu-wp .ion-ios-s-down:after {
        content: "";
        position: absolute;
        right: 0;
        background: url(../images/chevron-down.png);
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .mobile-menu-wp .toggledrop.active .ion-ios-s-down:after {
        content: "";
        background: url(../images/chevron-up.png);
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .footer-top .f-row .f-col-1 {
        max-width: 100%;
        width: 100%;
    }
    .footer-top {
        padding: 60px 16px;
    }
    form p label:first-child,
    form p label:nth-child(3) {
        width: 100%;
    }
    .footer-top .f-row .f-info-main .f-info a {
        gap: 15px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: "";
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        transform: translate(0, 100%);
    }
    .main-header .mega-sub-menu a::before {
        width: 23px !important;
        height: 23px !important;
    }
    .mega-menu-toggle {
        background-color: unset !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
        transform: translate(0, 0px) !important;
        background-color: transparent;
        padding: 0px;
    }
    /* #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        color: #03052D !important;
    font-family: var(--main-title-font) !important;
    } */
    #mega-menu-header-menu.nav-menu {
        display: none !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
        height: unset;
        line-height: unset;
        color: var(--color-white-text);
        font-family: var(--main-title-font);
        padding: 10px 15px !important;
        background: unset !important;
    }
    .mega-sub-menu li a {
        padding: 10px 15px;
        line-height: normal;
        /* color: #03052D !important; */
        color: #ffffff;
        font-family: var(--main-title-font) !important;
    }
    /* #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link ,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, 
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        color: #ffffff !important;
    } */
    .xb-header-area-sticky #mega-menu-wrap-header-menu {
        display: none;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        right: 0;
    }
    #mega-menu-header-menu>li {
        padding: 0px !important;
    }
    #mega-menu-header-menu>li:first-child .mega-menu-link {
        line-height: 17px !important;
    }
    .main-header #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
        /* color: #fff!important; */
        border: 0px !important;
        padding: 10px 40px !important;
    }
    .mobile-menu-items .mega-sub-menu a:hover {
        color: #005AE1 !important;
    }
    /* .mobile-menu-items li > .mega-sub-menu:first-child {
        padding-left: 15px !important;
    } */
    /* #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link ,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link ,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
        background-color: transparent;
        background: transparent;
        
    }
    .mobile-menu-items .mega-sub-menu .mega-current-menu-parent a, .mobile-menu-items .mega-sub-menu .mega-current_page_item  a, .mobile-menu-items .mega-sub-menu .mega-current_page_ancestor a, 
    .mobile-menu-items .main-header .mega-sub-menu .mega-current_page_item > a {
        color: #005AE1 !important;
    } */
    /* .mobile-menu-items .mega-sub-menu .mega-current-menu-parent > a, .mobile-menu-items .mega-sub-menu .mega-current_page_item > a, .mobile-menu-items .mega-sub-menu .mega-current_page_ancestor > a, 
    .mobile-menu-items .main-header .mega-sub-menu .mega-current_page_item > a {
        color: #005AE1 !important;
    } */
    .mega-sub-menu a,
    #mega-menu-header-menu>li:first-child .mega-menu-link {
        color: #fff !important;
        border: 0px !important;
        padding: 10px 40px !important;
    }
    /* .mega-current-menu-parent > a , .mega-current_page_item > a , .mega-current_page_ancestor > a ,  .mega-current_page_item > a {
        color: #005AE1 !important;
    } */
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background-color: unset !important;
    }
    .mega-toggle-on span.mega-indicator:after {
        transform: rotate(180deg) !important;
    }
    .book-consultation-fix-btn .comman-btn.dark {
        padding: 10px 30px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link::before {
        content: unset;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link {
        padding-left: 45px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%;
    }
}

@media(max-width:767px) {
    .footer-top {
        padding: 40px 16px;
    }
    .site-footer .footer-top .f-row>div {
        max-width: 100%;
        width: 100%;
    }
    input,
    textarea {
        padding: 7px 16px !important;
    }
    .html-content {
        padding: 40px 0;
    }
    .f-linkdin-info img {
        position: relative;
        top: -3px;
    }
    /*Cyber Securit Start*/
    .cyber-security .column-row .column-left {
        width: 100%;
    }
    .cyber-security .column-row .column-right {
        width: 100%;
        margin-top: 40px;
    }
     .cyber-security {
        padding: 40px 15px;
    }
}

@media(max-width:575px) {
    .privacy-policy-text ul,
    .copyright-text {
        gap: 16px;
    }
    .footer-bottom .f-row {
        gap: 16px;
    }
    .privacy-policy-text ul li::after {
        left: -8px;
        width: 1px;
    }
    .privacy-policy-text ul li:first-child::after {
        display: none;
    }
    .ss-slider-main .slick-prev,
    .ss-slider-main .slick-next {
        padding: 12px;
    }
    .ss-slider-main .slick-prev:before,
    .ss-slider-main .slick-next:before {
        width: 12px;
        height: 12px;
    }
}

@media(min-width:992px) {
    .contact {
        display: none;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-cyber-essentials,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-cloud-security,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.partners {
        border-right: 1px solid rgba(129, 130, 150, 0.52);
        padding: 0px 20px 0px 20px !important;
        width: 100%;
        margin: 25px 0;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-cyber-essentials>a,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-cloud-security>a,
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        padding-top: 0px !important;
    }
    /* #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link {
        padding-left: 20px !important;
    } */
}

.wpcf7-form .dynamicpageurl,
.wpcf7-form .dynamicpagetitle {
    display: none;
}