@font-face {
    font-family: 'CerebriSansProExtraBold_0';
    src: url('fonts/CerebriSansProExtraBold_0.eot');
    src: url('fonts/CerebriSansProExtraBold_0.eot') format('embedded-opentype'),
         url('fonts/CerebriSansProExtraBold_0.woff2') format('woff2'),
         url('fonts/CerebriSansProExtraBold_0.woff') format('woff'),
         url('fonts/CerebriSansProExtraBold_0.ttf') format('truetype'),
         url('fonts/CerebriSansProExtraBold_0.svg#CerebriSansProExtraBold_0') format('svg');
}
@font-face {
    font-family: 'CerebriSansProMedium_0';
    src: url('fonts/CerebriSansProMedium_0.eot');
    src: url('fonts/CerebriSansProMedium_0.eot') format('embedded-opentype'),
         url('fonts/CerebriSansProMedium_0.woff2') format('woff2'),
         url('fonts/CerebriSansProMedium_0.woff') format('woff'),
         url('fonts/CerebriSansProMedium_0.ttf') format('truetype'),
         url('fonts/CerebriSansProMedium_0.svg#CerebriSansProMedium_0') format('svg');
}
@font-face {
    font-family: 'CerebriSansProRegular_0';
    src: url('fonts/CerebriSansProRegular_0.eot');
    src: url('fonts/CerebriSansProRegular_0.eot') format('embedded-opentype'),
         url('fonts/CerebriSansProRegular_0.woff2') format('woff2'),
         url('fonts/CerebriSansProRegular_0.woff') format('woff'),
         url('fonts/CerebriSansProRegular_0.ttf') format('truetype'),
         url('fonts/CerebriSansProRegular_0.svg#CerebriSansProRegular_0') format('svg');
}
@font-face {
    font-family: 'Gilroy0';
    src: url('fonts/Gilroy0.eot');
    src: url('fonts/Gilroy0.eot') format('embedded-opentype'),
         url('fonts/Gilroy0.woff2') format('woff2'),
         url('fonts/Gilroy0.woff') format('woff'),
         url('fonts/Gilroy0.ttf') format('truetype'),
         url('fonts/Gilroy0.svg#Gilroy0') format('svg');
}
@font-face {
    font-family: 'GilroySemiBold_12';
    src: url('fonts/GilroySemiBold_12.eot');
    src: url('fonts/GilroySemiBold_12.eot') format('embedded-opentype'),
         url('fonts/GilroySemiBold_12.woff2') format('woff2'),
         url('fonts/GilroySemiBold_12.woff') format('woff'),
         url('fonts/GilroySemiBold_12.ttf') format('truetype'),
         url('fonts/GilroySemiBold_12.svg#GilroySemiBold_12') format('svg');
}
@font-face {
    font-family: 'MyriadRoman';
    src: url('fonts/MyriadRoman.eot');
    src: url('fonts/MyriadRoman.eot') format('embedded-opentype'),
         url('fonts/MyriadRoman.woff2') format('woff2'),
         url('fonts/MyriadRoman.woff') format('woff'),
         url('fonts/MyriadRoman.ttf') format('truetype'),
         url('fonts/MyriadRoman.svg#MyriadRoman') format('svg');
}

/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
 
    /* padding-top: 105px; */
   
}
*::-moz-selection {
    color: #fff;
    background: #0054aa;
}
*::selection {
    color: #fff;
    background: #0054aa;
}
*::-moz-selection {
    color: #fff;
    background: #0054aa;
}
*::-webkit-selection {
    color: #fff;
    background: #0054aa;
}
*::-ms-selection {
    color: #fff;
    background: #0054aa;
}
*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}
*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    font-family: 'CerebriSansProMedium_0', sans-serif;
    outline: none;
    color: #FFF;
}
body a:hover {
    color: #7DB935;
}
header#header ul.wrap-nav-menu li a:hover, footer#footer ul.wrap-nav-menu li a.active, header#header ul.wrap-nav-menu li a.active {
    color: #7DB935;
}
span.required {
    color: red;
}
header#header ul.wrap-nav-menu li.contact-btn.button a:hover {
    color: #fff;
}
body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}
body .clearfix {
    height: auto;
}
* {
    outline: none !important;
    list-style: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
    position: absolute;
}
div input,
div select,
div textarea,
div button {
    font-family: 'Gilroy0', sans-serif;
}
input,
select,
textarea {
    font-family: 'Gilroy0', sans-serif;
    height: 50px;
    width: 100%;
    background: #fff;
}
input[type="text"], input[type="email"], input[type="url"], 
input[type="password"], input[type="search"], input[type="number"],
 input[type="tel"], 
 input[type="range"], input[type="date"], 
 input[type="month"], 
 input[type="week"], input[type="time"], 
 input[type="datetime"], 
 input[type="datetime-local"], 
 input[type="color"],
  textarea, select {
    font-family: 'Gilroy0', sans-serif;
    height: 53px;
    width: 100%;
    background: #323331;
    border-radius: 10px;
    border: 1px solid #FCFFF3;
    padding: 20px 15px;
    font-size: 14px;
    color: #ccc;
    font-size: 18px;
    font-weight: 400;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'CerebriSansProRegular_0', sans-serif;
    line-height: 125%;
    color: #000;
    font-weight: 500;
    margin: 0;
}
body h1 {
    font-size: 45px;
}
body h2 {
    font-size: 22px;
}
body h3 {
    font-size: 18px;
}
body h4 {
    font-size: 16px;
}
body h5 {
    font-size: 12px;
}
body h6 {
    font-size: 10px;
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}
div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
body p {
    color: #333;
    font-family: 'CerebriSansProRegular_0', sans-serif;
    font-size: 18px;
    line-height: 180%;
    margin: 0 0 6px;
    padding: 0;
    text-align: left;
}
body p:empty {
    margin: 0;
    line-height: 0;
}
body p:last-child {
    margin-bottom: 0;
}
p strong {
    font-weight: bold;
}

/*container*/
body.page_index .wojo-grid, body.page_page .wojo-grid {
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    z-index: 999;
    position: relative;
}
.section .row.gutters > .columns, .section .row.gutters > .columns, .row.big.gutters {
    padding: 0;
    margin: 0;
}
/*header*/
body header#header {
    border-bottom: 0;
}
.row.align.middle.small.horizontal.gutters {
    padding-top: 12px;
    padding-bottom: 12px;
}
nav.menu ul#main-menu li.nav-item a::before {
    display: none;
}
nav.menu ul#main-menu li.nav-item a, nav.menu ul#main-menu li.nav-item a strong {
    font-size: 18px;
    font-family: CerebriSansProRegular_0,sans-serif;
    text-transform: capitalize;
    padding: 0;
    font-weight: 400;
    color: #FFF;
    opacity: 1;
}
nav.menu ul#main-menu li.nav-item a{
margin-left: 44px;
}

nav.menu ul#main-menu li.nav-item a:hover, nav.menu ul#main-menu li.nav-item a.active, nav.menu ul#main-menu li.nav-item a:hover strong
,nav.menu ul#main-menu li.nav-item a.active strong {
    color: #7DB935;
    font-weight: 500;
}
header .menu ul#main-menu li.nav-item a:hover, header nav.menu ul#main-menu li.nav-item a:hover strong, footer .menu ul#main-menu li.nav-item a:hover, footer nav.menu ul#main-menu li.nav-item a:hover strong {
    font-weight: 400;
    font-family: CerebriSansProRegular_0,sans-serif;
}

header#header .logo img {
    width: auto;
    min-width: 100%;
}
header#header a.logo {
    display: inline-block;
    line-height: 1;
    max-width: 238px;
    display: block;
}
body header#header.sticky {
    background: #000;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
}
body header#header.sticky nav.menu > ul > li > a {
    color: #fff;
}
body header#header.sticky a.logo {
    max-width: 135px;
}
.columns.phone.mobile.order-1 {
    padding-top: 10px;
}
/*footer*/
body span.wojo.primary.text{
    color: #7DB935;
}
body footer {
    background-color: #000000;
}
footer .copyright {
    color: #dee2e6;
    background: #464646;
    padding: 0;
    clear: both;
}

footer .copyright .row.align.middle > .columns:first-child {
    padding-top: 20px;
    padding-bottom: 23px;
    font-family: 'CerebriSansProRegular_0';
    font-weight: 400;
    font-size: 18px;
}
footer .copyright .row.align.middle > .columns:last-child .icon.button {
    padding: 0;
}
footer .copyright .row.align.middle > .columns:last-child .icon.button {
    padding: 0;
    font-size: 0;
}
/*footer .copyright .row.align.middle > .columns:last-child .icon.button:before {
    content: '\f09a';
    font-size: 22px;
    font-family: Fontawesome;
    font-weight: 400;
    line-height: 100%;
    color: #7DB935;
    border: 1px solid #7DB935;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
footer .copyright .row.align.middle > .columns:last-child .icon.button {
    /*background: url(images/footer-icons.png) no-repeat 0 0;*/
    border: 1px solid #7DB935;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*background-position: 0 0;*/
}
footer .copyright .row.align.middle > .columns:last-child .icon.button::before {
    content: '';
    background: url(images/footer-icons.png) no-repeat 0 0;
    background-position: 3px -77px;
    width: 22px;
    height: 23px;
}
footer .copyright .row.align.middle > .columns:last-child .icon.button.X:before {
    background-position: -46px -77px;
}
footer .copyright .row.align.middle > .columns:last-child .icon.button.youtube::before {
    background-position: -97px -77px;
}
footer .copyright .row.align.middle > .columns:last-child .icon.button.X {
    margin: 0 3px 0;
}

footer .copyright .row.align.middle > .columns:last-child .icon.button:hover {
    background: #7DB935;
}
footer .copyright .row.align.middle > .columns:last-child .icon.button:hover::before{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

footer .contents hr {
    display: none;
}
footer .contents .row.big.gutters:not(:last-child) {
    padding-bottom: 13px;
    margin: 0;
    justify-content: space-between;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #464646;
    padding-top: 9px;
    align-items: center;
}
footer .contents .row.big.gutters .columns.phone.mobile.order-1 {
    flex: none;
    margin: 0;
    padding: 0;
    width: 11.2%;
}
footer .contents .row.big.gutters .mobile.order-4 {
    margin: 0;
    padding: 0;
    width: 88.8%;
    display: flex;
    justify-content: flex-end;
}

footer .contents .row.big.gutters .columns {
    padding: 0;
    margin: 0;
    flex: unset;
}

footer .contents .row.big.gutters:last-child {
    margin: 0;
    padding-top: 42px;
}

footer .contents .row.big.gutters:last-child div {
    font-size: 16px;
    line-height: 180%;
    font-family: 'CerebriSansProRegular_0';
    font-weight: 400;
    color: #FFF;
    align-self: center;
}

footer .contents .row.big.gutters:last-child div.columns:not(:first-child) span.text, footer .contents .row.big.gutters:last-child div.columns:not(:first-child) {
    color: #fff;
    font-size: 18px;
    font-family: 'CerebriSansProRegular_0';
    font-weight: 400;
    line-height: 155%;
}
footer .contents .row.big.gutters:last-child div.columns:not(:first-child) .columns:first-child {
    display: none;
}
footer .contactDetail > .columns {
    width: 27%;
}
.contactDetail > .columns.addressDetail {
    width: 32%;
}
footer .contactDetail > .columns.phoneDetail {
    width: 18%;
}
footer .contactDetail > .columns.emailDetail {
    width: 23%;
}
footer .wrapper .contents .row.big.gutters.contactDetail {
    padding: 40px 0 40px;
    display: flex;
    align-content: center;
}

footer .contents .row.big.gutters:last-child:after {
    content: '';
    display: block;
    clear: both;
}
footer .contents .row.big.gutters:last-child {
    margin: 0;
    padding-top: 42px;
    display: block;
}
footer .contents .row.big.gutters:last-child > .columns {
    float: left;
    width: 22%;
}
footer .contents .row.big.gutters .columns.aboutDetail {
    width: 28%;
}
body footer .contents .row.big.gutters:last-child > div.columns:nth-child(2) {
    padding-left: 60px;
    width: 33%;
    margin-right: 0;
}
footer .contents .row.big.gutters:last-child > div.columns:not(:first-child) {
    position: relative;
    padding-left: 60px;
    width: 17%;
    margin: 0;
}
/*html, body.page_index, body.page_page {
    overflow-x: hidden;
}*/
footer .contents .row.big.gutters:last-child > div.columns:last-child {
    padding-left: 60px;
    position: relative;
    width: 22%;
}
footer .contents {
    padding-bottom: 0;
}
footer .contents .row.big.gutters .addressDetail, footer .contents .row.big.gutters .emailDetail, footer .contents .row.big.gutters .phoneDetail {
    padding-left: 60px;
    position: relative;
}
footer .contents .contactDetail .columns .columns::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url(images/footer-icons.png) no-repeat;
    background-position: 0px 0;
    width: 47px;
    height: 44px;
}
footer .contents .row.big.gutters .phoneDetail .columns::before {
    background-position: -67px 0;
}
footer .contents .row.big.gutters .emailDetail .columns::before {
    background-position: -136px 0;
}
.letsWorkTogether .wojo.block.fields input[type="text"] {
    height: 70px;
}



/*banner section*/

.wSlider.standard.owl-loaded.owl-drag .owl-stage-outer .holder ,
.wSlider.standard.owl-loaded.owl-drag .owl-stage-outer .holder .inner.align.center {
    min-height: 780px!important;
}
.wSlider.standard.owl-loaded.owl-drag .owl-stage-outer .holder .ws-layer.animate.fadeInBottom {
    max-width: 660px;
    padding-top: 300px;
}
.wSlider.standard.owl-loaded.owl-drag .owl-stage-outer .holder .ws-layer.animate.fadeInBottom h1.wojo.white.text h1,.wSlider.standard.owl-loaded.owl-drag .owl-stage-outer .holder .ws-layer.animate.fadeInBottom p.wojo.white.text br {
    display: none;
}

/*common*/
body a.wojo.rounded.button {
    font-size: 18px;
    font-family: 'CerebriSansProRegular_0',sans-serif;
    color: #7DB935!important;
    line-height: 48px;
    padding: 0 23.4px;
    background-color: transparent!important;
    border-color: #7DB935;
    transition: 0.5s all;
}
body.page_index a.button.contactUsSlider {
    border: none;
    color: white !important;
    transition: 0.5s all;
}
body.page_index a.wojo.rounded.button.contactUsSlider:hover {
    color: #7DB935 !important;
    background-color: transparent !important;
}
body.page_index a.button.contactUsSlider:hover::before {
    color: white;
}
body .wSlider > .owl-nav button, .clientCertificate .wojo.carousel .owl-nav button {
    background: transparent;
    border: 1px solid #CCCCCC;
    width: 45px;
    height: 45px;
}
body a.wojo.rounded.button:hover {
    background-color: #fff !important;
    border-color: #fff;
}
body .wSlider .owl-nav button:after, 
.clientCertificate .wojo.carousel .owl-nav button:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    position: absolute;
    content: '';
    background: url(images/slider-arrow-icon.png) no-repeat 0 0;
    background-position: 0px 0;
    width: 12px;
    height: 27px;
    font-size: 0;
}

body .wSlider .owl-nav button.owl-next::after, 
.clientCertificate .wojo.carousel .owl-nav button.owl-next:before {
    background-position: 0 -2px;
}
/* <----26-09-2023---> */
.fadeInBottom h1.wojo.white.text {
    color: #7DB935;
    font-size: 45px;
    font-weight: 800;
    line-height: 56px;
    font-family: 'CerebriSansProExtraBold_0';
}
.fadeInBottom p.wojo.white.text {
    font-size: 20px;
    line-height: 30px;
    font-family: 'CerebriSansProRegular_0';
    padding-bottom: 30px;
    padding-top: 10px;
}
body .contentSlider .wSlider > .owl-nav button.owl-next, body .ourCertifications .wSlider > .owl-nav .owl-next {
    transform: rotate(180deg);
    right: 3.2%;
    opacity: 1;
}
body .contentSlider .wSlider .owl-nav button.owl-prev, body .ourCertifications .wSlider > .owl-nav .owl-prev {
    left: 3.2%;
    opacity: 1;
} 
body .wSlider > .owl-nav .owl-prev:hover, body .wSlider > .owl-nav .owl-next:hover, 
.clientCertificate .wojo.carousel .owl-nav button:hover {
    border-color: #7db935;
    background: transparent;
}
.fadeInBottom h1.wojo.white.text span {
    color: #fff;
}
.columns .card .content > span:first-child {
    color: #7DB935;
}

body .wSlider .owl-nav button:hover::after{
    background-position: -24px 0;
    transform: rotate(180deg);
    top: 10px;
    left: 15px;
}
 .clientCertificate .wojo.carousel .owl-nav button:hover::before, 
 .clientCertificate .wojo.carousel .owl-nav button.owl-next:hover::before {
    background-position: -23px 0;
    transform: rotate(180deg);
    top: 1px;
    left: 0px;
}
body .wSlider .owl-nav button.owl-next:hover::after {
    top: 8px;
    left: 16px;
}
.columns .card .content span, .aboutOffensiveLogic h2, h3.margin.top, h2.margin.top {
   font-size: 45px;
  line-height: 56px;
  color: #fff;
  font-family: 'Gilroy0';
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
h3.margin.top, .aboutOffensiveLogic h2 {
    color: #7DB935;
}
.center h3.margin.top span {
    color: #fff;
}
.gutters .columns .attached.card p {
    font-size: 18px;
    line-height: 27px;
    color: #A4A4A4;
}
.offensiveLogicMeansColumns .columns .attached.card, .aboutUsServices .columns .attached.card, .servicesHeadline .columns .message {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 37px 20px 0;
    border: 1px solid #464646;
    border-radius: 20px;
    background: rgba(28,28,28,0.5);
    box-shadow: none;
}
.aboutUsServices .columns .attached.card {
    padding: 54px 35px 34px;
    background: #1C1C1C;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
.offensiveLogicMeansColumns .attached.card .image {
    width: 100%;
}
.row.gutters .columns .row.gutters .columns .attached.card p {
    text-align: center;
    color: #FFF;
    padding-top: 14px;
}
.offensiveLogicMeans .row.gutters .columns .row.gutters .columns .attached.card p {
    overflow: hidden;
    height: 99px;
}
.row.gutters .columns .row.gutters .columns .attached.card:hover {
    border: 1px solid #D6ECBB;
    background: url(./images/hover-image.png) no-repeat rgba(125, 185, 53,0.5);
    background-position: 0 0;
}
.row.gutters .columns .row.gutters .columns .attached.card h6, h6.margin.top, h6 {
    color: #fff;
    font-size: 22px;
}
.middle.spaced .columns > div p {
    font-size: 18px;
    color: #A4A4A4;
    line-height: 32px;
}
.middle.spaced .columns > div h2 span {
    color: #fff;
}
.icon.long.arrow:before{
    content: "";
    background: url("./images/arrow-icon.png") no-repeat;
    width: 21px;
    height: 18px;
    display: block;
    margin: 0 auto;
    transition: 0.5s all;
    font-size: 0px;
}
.wojo.pagination .item.disabled {   /*1-11-2023*/
    cursor: pointer;
}
.icon.long.arrow.left:before {
    transform: scale(-1);
}
.icon.long.arrow:hover::before {    /*1-11-2023*/
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(113deg) brightness(266%) contrast(111%);
}
.row.gutters .columns .row.gutters .columns .attached.card .primary {
    padding: 4px 0 36px;
}
.row.gutters .columns .row.gutters .columns .attached.card:hover .icon.long.arrow.right::before {

    filter: brightness(0) invert(1);
}
.page_index .offensiveLogicMeans .gutters .offensiveLogicMeanText .content {
    padding: 0;
}
.page_index .offensiveLogicMeans .gutters .offensiveLogicMeanText {
    width: 39.2%;
    max-width: 100%;
    padding-left: 46px;
    flex: unset;
}
.page_index .offensiveLogicMeans .gutters .offensiveLogicMeansColumns {
    flex: unset;
    width: 60.8%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.page_index .offensiveLogicMeans .gutters {
    margin: 0;
}
.page_index .offensiveLogicMeans .gutters .offensiveLogicMeansColumns .columns {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0;
}
.ourTeam .wojo.fluid.image {
    position: relative;
}
.page_index .offensiveLogicMeans .gutters .offensiveLogicMeansColumns .columns::before, .aboutUsServices .row.gutters > .columns::before, .ourTeam .wojo.fluid.image::before {
    content: "";
    background: url(./images/box-shadow-image.png) no-repeat;
    position: absolute;
    height: 321px;
    width: auto;
    left: -48px;
    right: 0;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    margin: auto;
}
.aboutUsServices .row.gutters > .columns::before {
    left: 0;
    top: 0;
    margin: 0 auto;
    background-size: cover;
    transform: rotate(180deg);
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: 9;
}

.page_index .offensiveLogicMeans .gutters .offensiveLogicMeansColumns .columns:nth-child(2n), .aboutUsServices .row.gutters > .columns.aboutUsDedication {
    padding: 0 23px;
}
body.page_index {
    background: black;
}
.offensiveLogicMeanText .attached.card {
    background: none;
    box-shadow: none;
}
.offensiveLogicMeans .offensiveLogicMeanText .content .divider, .aboutOffensiveLogic .columns > div h2:nth-child(2) {
    padding-top: 18px;
    position: relative;
    margin: 0 0 27px;
    border: none;
}
.aboutOffensiveLogic .middle .columns > div h2:nth-child(2) {
    padding: 0 0 18px;
}
.offensiveLogicMeanText .content .divider::before, .aboutOffensiveLogic .columns > div h2:nth-child(2)::before, h2.margin.top::before {
    content: "";
    border-bottom: 3px solid #7db935;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 39px;
    height: 3px;
}
.offensiveLogicMeans, .aboutUsHeadline, .wirelessPenetrationTesting, .redTeamOperations, .servicesHeadline {
    position: relative;
}
.offensiveLogicMeans::before, .aboutUsHeadline::before, .wirelessPenetrationTesting::before, 
.servicesHeadline::before, .webApplicationPenetrationTesting::before, .networkPenetrationTesting::before,
 .redTeamOperations::before {
    content: "";
    background: url(./images/offensive-background-image.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: -10%;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 588px;
    height: 648px;
    pointer-events: none;
}
.servicesHeadline::before {
    bottom: 0;
}
.wirelessPenetrationTesting::before, .webApplicationPenetrationTesting::before, .networkPenetrationTesting::before, .redTeamOperations::before {
    bottom: 30%;
    left: 20%;
}
.aboutUsHeadline::before {
    bottom: -60%;
    top: auto;
}
body.page_index .divided.margin.top::before, body.page_page .certificationsList .divided.margin.top::before, body.page_page .divided.margin.top::before {
    content: "";
    width: 39px;
    background: #7DB935;
    height: 3px;
}
body.page_index .divided.margin.top::after, body.page_page .divided.margin.top::after {
    width: 0;
}
body.page_page .certificationsList .divided.margin.top::after {
    width: 0;
}
body.page_index .offensiveLogicMeanText .divided.margin.top::before {
    left: 21px;
}
.industryCustomer .horizontal .columns:not(:last-child) {
    margin-right: 17px;
}
.page_index .industryCustomer .horizontal .columns {
    background: rgba(28,28,28,0.9);
    padding: 41px 34px;
    height: 250px;
    width: 200px;
    border-radius: 100px 100px;
    border: 1px solid #464646;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: 'CerebriSansProMedium_0';
    position: relative;
    box-shadow: 0 0 30px 0px rgba(125, 185, 53, 0.4);
}
.industryCustomer .horizontal {
    padding-top: 30px;
}
.industryCustomer .horizontal .columns::before{
  content: "";
  background: url(./images/industry-customer-circle.png) no-repeat;
  position: absolute;
  right: 0;
  left: -43px;
  bottom: 0;
  top: -20px;
  height: 322px;
  width: 295px;
  opacity: 0.3;
}
.page_index .offensiveLogicMeans .gutters .offensiveLogicMeansColumns .columns:first-child::after{
    content: "";
    background: url(./images/doted-background-images.png) no-repeat;
    position: absolute;
    top: 149px;
    left: -43px;
    right: auto;
    bottom: 0;
    margin: auto;
    width: 172px;
    height: 289px;
    z-index: -1;
    opacity: 0.4;
}
body.page_index .industryCustomer .link .content {
    padding: 0;
}
body.page_index .industryCustomer .link, body.page_index .industryCustomer .link:hover {
    background: none;
    box-shadow: none;
}
body.page_index .industryCustomer .link::after, body.page_index .industryCustomer .link::before, body.page_index .industryCustomer .link:hover::after, body.page_index .industryCustomer .link:hover::before {
    height: 0;
    background: none;
}
.bottom h6 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: 'CerebriSansProMedium_0';
}
.industryCustomer .wojo.avatar.image img {
    border-radius: 0;
}
.aboutOffensiveLogic .row .columns.aboutOffensiveLogicImage {
    width: 44.5%;
    flex: unset;
    max-width: 100%;
    padding: 0;
}
.aboutOffensiveLogic .row .columns.aboutOffensiveLogicText {
    width: 55.5%;
    flex: unset;
    max-width: 100%;
}
.aboutOffensiveLogicText > div {
    max-width: 590px;
}
body .letsWorkTogether .row .columns.letsWorkTogetherContact {
    flex: unset;
    max-width: 100%;
    width: 55%;
    text-align: center;
    padding: 5px 0 0;
    margin: 0;
}
.letsWorkTogether .columns .center p {
    font-size: 20px;
    line-height: 20px;
    color: #FCFFF3;
    text-align: center;
    margin: -6px 0 34px 0;
    font-family: 'CerebriSansProMedium_0';
    text-transform: uppercase;
}
.letsWorkTogether .wojo.form input[type="text"], #comments .wojo.form input[type="text"],
#comments  .wojo.form textarea, body .wojo.form textarea:not([rows]){
    font-family: 'CerebriSansProRegular_0', sans-serif;
    height: 53px;
    width: 100%;
    background: rgba(50, 51, 49, 0.7);
    border-radius: 10px;
    border: 1px solid rgba(252, 255, 243, 0.2);
    padding: 0px 15px;
    color: #ccc;
    font-size: 18px;
    font-weight: 400;
}
.wojo.primary.button.loading::after {
    left: auto;
    right: -25%;
}
.letsWorkTogether .form form .fields .field:first-child {
    margin: 0;
    padding: 0 17px 17px 0;
    flex: unset;
}
.letsWorkTogether .form form .fields .field {
    margin: 0;
    padding: 0;
    flex: unset;
    width: 100%;
    position: relative;
}
body .letsWorkTogether .form form .block.fields .field {
    margin: 0;
    padding: 0;
    flex: unset;
}
.letsWorkTogether .form form .field .button, .blogDetail .bolgButton, .custom-btn a,
 .page_blog .content-center .wojo.primary.button{
    font-family: 'CerebriSansProMedium_0';
    font-size: 20px;
    line-height: 20px;
    background: #7DB935;
    color: #FFFFFF;
    border: transparent;
    border-radius: 5px;
    width: auto;
    padding: 20px 33px 16px;
    position: relative;
    margin-top: 17px;
    z-index: 99;
    cursor: pointer;
    text-transform: uppercase;
}
.letsWorkTogether .form form .field .button:hover, 
.blogDetail .bolgButton:hover, .custom-btn a:hover,
.page_blog .content-center .wojo.primary.button:hover {
    background: #fff;
    color: #7DB935;
}
.ourService span.inverted.label {
    display: none;
}
.ourService .columns .basic.cards .card {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 16.6%;
    flex: unset;
    position: relative;
    text-align: center;
    height: 726px;
    background: transparent;
    box-shadow: none;
}
.ourService .columns .basic.cards .card .content, 
.ourService .columns .basic.cards .card .content a.OurservicesArrow {
    padding: 0;
    position: relative;
}
.ourService .row.gutters {
    margin: 0;
}
.ourService .columns .basic.cards {
    padding-top: 141px;
    margin: 0;
}
.ourService .columns .basic.cards .card:nth-child(1) {
    margin: -212px 0 0 0;
}
.ourService .columns .basic.cards .card:nth-child(2) {
    margin: -331px 0 0 0;
}
.ourService .columns .basic.cards .card:nth-child(3) {
    margin: -148px 0 0 0;
}
.ourService .columns .basic.cards .card:nth-child(4) {
    margin: -330px 0 0 0;
}
.ourService .columns .basic.cards .card:nth-child(5) {
    margin: -140px 0 0 0;
}
.ourService .columns .basic.cards .card:nth-child(6) {
    margin: -335px 0 0 0;
}
.ourService .columns .basic.cards .card .content p, .blogDetail p {
    text-align: center;
    color: #A4A4A4;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-family: 'CerebriSansProRegular_0';
}
.ourService .columns .basic.cards .card .content h5, .servicesHeadline .message .content h6 {
    margin: 0;
    margin-top: 0px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: 'CerebriSansProMedium_0';
    padding: 0 8px;
    margin-top: 21px;
}
.ourService .columns .basic.cards .card .content h5{
    height: 75px;
}
.ourService .card .image, .servicesHeadline .message .image {
    position: relative;
    width: 100%;
    max-width: 120px;
    margin: 0;
}
.ourService .columns .basic.cards .card .content h5 {
    padding-bottom: 15px;
}
.ourService .columns .basic.cards .card .content .image::before, .servicesHeadline .message .image::before {
    content: "";
    background: url(./images/our-services-icon-border.png) no-repeat;
    width: 120px;
    height: 120px;
    padding-bottom: 0;
    object-fit: cover;
    background-position: bottom center;
    display: inline-block;
    margin: 0 auto;
}
.ourService .columns .cards .card::before {
    content: "";
    background-image: url(./images/our-services-border.png);
    background-position: 9px 0;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: 96px;
    left: 76px;
    right: 0;
    width: 55px;
    height: 450px;
    z-index: 1;
    background-color: transparent;
    border-radius: 0;
    z-index: -1;
}
.ourService .wojo-grid > .row.gutters:last-child {
    padding-top: 184px;
}
.ourService .columns .basic.cards .card::after {
    background-color: transparent;
    height: 0;
 }
 .ourService .columns .basic.cards .card:nth-child(2)::before {
    background-position: -61px -54px;
    bottom: -93px;
    left: 80px;
}
.ourService .columns .basic.cards .card:nth-child(3)::before {
    background-position: -117px 0;
    bottom: 95px;
    left: 75px;
}
.ourService .columns .basic.cards .card:nth-child(4)::before {
    background-position: -177px -52px;
    bottom: -93px;
}
.ourService .columns .basic.cards .card:nth-child(5)::before {
    background-position: -227px 0;
    bottom: 34%;
}
.ourService .columns .basic.cards .card:nth-child(6)::before {
    background-position: -280px 0;
    bottom: 12%;
    left: 85px;
    z-index: -1;
}
.industryCustomer .row.gutters {
    margin: 0;
}
.ourService .card .image img, .servicesHeadline .message .image img {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    bottom: 0;
}
.ourService .columns .cards .card:hover::before {
    top: auto;
    right: 0;
}
.ourService, .ourTeam, .wirelessPenetrationTesting, .webApplicationPenetrationTesting, 
.networkPenetrationTesting, .redTeamOperations, .servicesHeadline {
    background: #000;
    background-image: url(./images/our-services-banner.png);
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 57px;
    background-position: center 342px;
    padding-top: 10px;
    z-index: 9;
}
.ourService{
    padding-bottom:0px;
}
.webApplicationPenetrationTesting, .redTeamOperations, .servicesHeadline, .networkPenetrationTesting.social-engineering {
    padding-top: 62px;
    padding-bottom: 520px;
    background-position: bottom;
}
.letsWorkTogetherImage img, .aboutUsHeadlineImage figure {
    opacity: 0;
    visibility: hidden;
}
.aboutUsHeadline .row.gutters .aboutUsHeadlineText {
    padding-top: 114px;
    position: relative;
}
.offensiveLogicMeanText .divided {
    max-width: 305px;
    text-align: left;
}
.letsWorkTogetherImage::before, .aboutUsHeadlineImage::before {
    content: "";
    background: url(./images/contact-form-img.png) no-repeat;
    position: absolute;
    top: -108px;
    bottom: auto;
    left: -139px;
    right: auto;
    width: 1195px;
    height: 796px;
}
.aboutUsHeadlineImage::before {
    background: url(./images/about-us-image-1.png) no-repeat;
    top: 21px;
}
.aboutUsHeadlineText p:last-child {
    padding-top: 26px;
}
.letsWorkTogetherImage, .aboutUsHeadlineImage {
    position: relative;
}
.wojo.form form .wojo.fields {
    margin: 0;
}
.row.gutters .letsWorkTogetherImage {
    width: 45%;
    flex: unset;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.letsWorkTogether .row.gutters {
    margin: 0;
}
.letsWorkTogether .letsWorkTogetherContact .columns {
    padding: 0;
    margin: 0;
    flex: unset;
    max-width: 100%;
}
.letsWorkTogether {
    padding-bottom: 206px;
}
.aboutOffensiveLogicImage {
    position: relative;
}
.aboutOffensiveLogicImage::after {
    content: "";
    background: url(./images/about-offensive-right-design.png) no-repeat;
    top: 0;
    right: 0px;
    left: auto;
    width: 354px;
    height: 428px;
    position: absolute;
    pointer-events: none;
}
.aboutOffensiveLogicImage::before {
    content: "";
    background: url(./images/about-offensive-left-design.png) no-repeat;
    position: absolute;
    top: -9%;
    left: auto;
    right: 40%;
    bottom: 0;
    width: 650px;
    height: 592px;
    pointer-events: none;
    z-index: -1;
}
.industryCustomer {
    position: relative;
    padding-top: 36px;
    padding-bottom: 134px;
}
.ourCertifications {
    padding: 24px 0 98px;
}
.industryCustomer::before {
    content: "";
    background: url(./images/industry-customer-design.png) no-repeat;
    height: 785px;
    width: 408px;
    top: -17%;
    left: 23px;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    background-size: 350px;
}
footer {
    position: relative;
}
footer::before {
    content: "";
    background: url(./images/footer-background-design.png) no-repeat;
    position: absolute;
    top: auto;
    bottom: 17%;
    left: 0;
    right: 0;
    margin: auto;
    height: 446px;
    width: 100%;
    background-size: 100% 100%;
}
.ourService .card .content:hover .notification img, .servicesHeadline .message:hover .image img {
 filter: brightness(0);
  z-index: 9;
}
.ourService .card .content:hover .notification::after, .servicesHeadline .message:hover .image::after {
  background: #7db935;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 9px;
  bottom: auto;
  height: 102px;
  width: 103px;
  margin: auto;
  border-radius: 50%;
}
.ourService .columns .basic.cards .card .content:hover h5, .servicesHeadline .message:hover .content h6 {
    color: #7DB935;
}
/*.ourService .card .content:hover::after {
    content: "";
    background: url(./images/li-ourservices-arrow.png) no-repeat;
    position: absolute;
    top: 320px;
    bottom: auto;
    left: -3px;
    right: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer
}*/
.ourService .columns .basic.cards .card .content a.OurservicesArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80px;
}
/*.ourService .columns .basic.cards .card:nth-child(3) .content a.OurservicesArrow,
.ourService .columns .basic.cards .card:nth-child(6) .content a.OurservicesArrow{
height: 40px;
}*/
.ourService .card .content:hover a.OurservicesArrow::after {
    content: "";
    background: url(./images/li-ourservices-arrow.png) no-repeat;
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: -41px;
}


.ourService .OurservicesArrow::after {
    display: none;
}
footer .columns > div {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    font-family: 'CerebriSansProRegular_0';
}
body a#back-to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 95px;
    border-radius: 7px;
    font-family: fontawesome;
    line-height: 48px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px #191919;
    text-decoration: none;
    scroll-behavior: smooth;
    padding: 0;
    background: #7DB935;
    font-weight: normal;
    font-size: 0;
    transition: 0.5s all;
    opacity: 1;
    display: block!important;
    z-index: 9999;
}
a#back-to-top:hover {
    background: #fff;
    color: #7db935;
}
a .icon.long.arrow.up::before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 25px;
    line-height: 48px;
    background-image: unset
}
.contactDetail .address, .contactDetail .phone, .contactDetail .email {
    display: none;
}
footer .copyright .middle {
    justify-content: space-between;
}
footer .copyright .middle .columns {
    color: #ffff;
    font-size: 18px;
    line-height: 39px;
    font-family: 'CerebriSansProRegular_0';
}
.contactUsSlider::before {
    content: "\f105";
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 5px;
    font-family: 'FontAwesome';
    left: auto;
    font-size: 24px;
    color: #7DB935;
}
.contactUsSlider {
    position: relative;
    transition: 0.5s all;
}
.offensiveLogicMeans {
    position: relative;
    padding: 90px 0 ;
}
.page_index .offensiveLogicMeans {
    position: relative;
    padding: 0px 0 ;
}
.aboutOffensiveLogic {
    padding: 210px 0 155px;
}
.holder .center .row .columns.auto {
    white-space: unset;
}
.ourService .center .margin.top {
    margin-bottom: 60px;
}
.ourCertification {
    padding-top: 135px;
    min-height: unset;
}
.contentSlider .align.center {
    width: 1330px;
    max-width: 100%;
    padding: 0 15px;
}
.contentSlider button.owl-prev {
    left: 3.2%;
}
.ourCertifications .wSlider.standard.owl-loaded.owl-drag .owl-stage-outer .holder, .wSlider.standard.owl-loaded.owl-drag .owl-stage-outer .holder .inner.align.center {
    min-height: unset !important;
}
.wSlider.standard.owl-loaded.owl-drag .owl-stage-outer .holder .inner.align.center {
    max-width: calc(1330px - 30px);
}
.ourCertifications .wSlider > .owl-nav {
    top: 17%;
}
.ourCertifications .wSlider .inner {
    width: 1330px;
    padding: 0 15px;
    max-width: 100%;
}
.ourCertifications .ws-layer {
    margin: 0 !important;
    height: 129px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    border-radius: 13px;
}
.ourCertifications .row .columns {
    flex: unset;
}
.ourCertifications .row .columns:not(:last-child) {
    margin-right: 15px;
}
.ourCertifications .ws-layer img {
    border-radius: 13px;
    border: 1px solid #fff;
}
.section .wSlider .owl-dots {
    display: none;
}
header nav.menu .menu-submenu.normal-sub, nav.menu .menu-submenu.normal-sub {
    background: black;
    width: 400px;
}
footer nav.menu .menu-submenu.normal-sub {
    overflow: auto;
    height: 84px !important;
}
header nav.menu .menu-submenu.normal-sub a:hover, footer nav.menu .menu-submenu.normal-sub a:hover {
    background: none;
}
.aboutUsServices .gutters .columns .attached.card p {
    text-align: center;
    padding-top: 24px;
}
body.page_page .row.gutters {
    margin: 0;
}
.ourTeam .row.gutters {
    justify-content: flex-start;
}
.aboutUsServices .row.gutters > .columns, .aboutUsServices .columns .attached.card .content {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9;
}
.list .middle i.inverted.circular.primary.icon {
    background: none;
    margin: 0;
    padding: 0 20px 0 0;
    position: absolute;
    text-align: left;
    left: 0;
    top: 6px;
}
.redTeamOperations .list .middle i.inverted.circular.primary.icon{
        top: 28px;
}
.certificationsList .center .columns {
    flex: 50%;
    max-width: 100%;
    padding: 0;
}
.list .middle i.inverted.circular.primary.icon::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #7DB833;
    border-radius: 50%;
}
.certificationsList .center .columns .wojo.relaxed.list .middle {
    font-size: 17px;
    color: #A4A4A4;
    margin-bottom: 36px;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
.ourTeam h2.margin.top {  /*1-11-2023*/
    margin: 0 0 30px;
    padding-bottom: 10px;
    text-align: center;
}
 .ourTeam h2.margin.top::before {    /*1-11-2023*/
    margin: 0 auto;
}
.ourTeam .columns:not(:last-child) {
    width: 60.4%;
    flex: unset;
}
.ourTeam .columns {
    width: 39.6%;
}
.ourTeam .columns p, .aboutUsHeadline p, .wirelessPenetrationTesting p, .webApplicationPenetrationTesting p, 
.ourApproach p, .networkPenetrationTesting p, .redTeamOperations p, .servicesHeadline .webApplication p, .vulnerabilityReport p {
    color: #A4A4A4;
}
.wirelessPenetrationTesting p, .webApplicationPenetrationTesting p, .networkPenetrationTesting p, .redTeamOperations p, .servicesHeadline .webApplication p {
 text-align: center;
}
.wirelessPenetrationTesting p:last-child, .webApplicationPenetrationTesting p:last-child {
    margin-top: 30px;
}
.aboutUsServices {
    padding-top: 6px;
}
.ourTeam {
    padding-bottom: 440px;
    background-position: center;
    padding-top: 78px;
}
.certificationsList .center h3.margin.top span, body .wirelessPenetrationTesting h3.margin.top span, .redTeamOperations h3.margin.top span,
.webApplicationPenetrationTesting .divided.margin.top span, .networkPenetrationTesting .center .margin.top span, .ourApproach .center .margin.top span {
    color: #7DB935;
} 
.certificationsList .center h3.margin.top, .wirelessPenetrationTesting h3.margin.top, .redTeamOperations h3.margin.top,
.webApplicationPenetrationTesting .divided.margin.top, .networkPenetrationTesting .margin.top, .ourApproach .center .top {
    color: #fff;
} 
/*.wojo.breadcrumb {
    padding: 14px 0 0;
}*/
body.page_page .letsWorkTogether {
    padding-top: 178px;
}
.wirelessPenetrationTesting .center.middle {
    padding-top: 58px;
    padding-bottom: 55px;
}
.servicesHeadline .webApplication p:first-child {
    padding-bottom: 25px;
}
.wirelessPenetrationTesting .center.middle .middle, .webApplicationPenetrationTesting .center.middle .middle:not(:last-child), 
.networkPenetrationTesting .middle .middle {
    margin-bottom: 36px !important;
}
.wirelessPenetrationTesting .center.middle .middle, .webApplicationPenetrationTesting .middle .middle,
 .networkPenetrationTesting .middle .middle, .redTeamOperations .center.middle .middle {
    font-size: 25px;
    color: #fff;
    padding-left: 23px;
    text-align: left;
    align-items: start;
}
.redTeamOperations .center.middle .middle{
    line-height: 75px;
    margin-bottom: 0px!important;
}
.wirelessPenetrationTesting .center.middle .columns, .webApplicationPenetrationTesting .center.middle .columns, 
.networkPenetrationTesting .middle .columns, .redTeamOperations .center.middle .columns {
    flex: unset;
    max-width: 100%;
    width: 50%;
}
.wirelessPenetrationTesting .list .middle i.inverted.circular.primary.icon, .webApplicationPenetrationTesting .list .middle i.inverted.circular.primary.icon,
 .networkPenetrationTesting .list .middle i.inverted.circular.primary.icon {
    top: 10px;
}
.wirelessPenetrationTesting, .networkPenetrationTesting {
    padding-top: 52px;
    background-position: bottom;
    padding-bottom: 520px;
}
body.page_page .letsWorkTogether.hello {
    padding-top: 160px;
}
.webApplicationPenetrationTesting .center.middle, .redTeamOperations .center.middle, .certificationsList .center.middle {
    padding-top: 84px;
    padding-bottom: 16px;
    align-items: start;
}
.redTeamOperations .center.middle {
    padding-top: 60px;
    padding-bottom: 104px;
}
.certificationsList .center.middle {
    padding-top: 60px;
}
.ourApproach {
    padding-top: 78px;
}
.ourApproach .underlined {
    font-size: 25px;
    color: #7DB833;
    margin: 0;
}
.ourApproach .underlined::after {
    background: none;
    width: 0;
}
.ourApproach p {
    text-align: left;
    margin-top: 10px;
}
.ourApproach .grid .columns:last-child {
    padding-top: 90px;
}
.ourApproach .grid {
    padding-top: 32px;
}
body.page_page .letsWorkTogether.work {
    padding-top: 142px;
}
.letsWorkTogether.work .letsWorkTogetherImage::before {
    top: -22%;
}
.networkPenetrationTesting .middle .columns {
    align-self: flex-start;
}
.networkPenetrationTesting .center.middle {
    padding-top: 90px;
}
.networkPenetrationTesting .wojo-grid > div:last-of-type {
    padding-top: 10px;
}
.servicesHeadline .columns .message {
    padding: 35px 24px 44px 24px;
}
.servicesHeadline .message .content {
    align-self: center;
}
/*.wojo.breadcrumb {
    padding: 14px 0 10px;
    border-top: 1px solid #9999991a;
    width: 100%;
    border-bottom: 1px solid #9999991a;
    z-index: 9;
    position: relative;
}*/
body .wojo-grid.wojo-breadcrumb, body .wojo-grid.wojo-breadcrumb {
    border-bottom: 1px solid #9999991a;
    border-top: 1px solid #9999991a;
    padding: 14px 0 10px;
    max-width: 100%;
}
body.page_page .wojo-grid.wojo-breadcrumb .container {
    margin: 0 auto;
}
/*.wojo.breadcrumb::before, .wojo.breadcrumb::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -1px;
    left: -3000px;
    right: 100%;
    height: 1px;
    background: #9999991a;
    box-shadow: 0 -43px 0 0.3px #9999991a;
}*/
/*.wojo.breadcrumb::after {
    left: 100%;
    right: -3000px;
}*/
.servicesHeadline .grid.gutters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 44px 27px;
    position: relative;
}
.servicesHeadline .grid.gutters::before, .servicesHeadline .grid.gutters::after {
    background-image: url("../images/shadow.png");
    background-position: center center;
    content: "";
    position: absolute;
    max-width: 1300px;
    height: 312px;
    width: 100%;
    top: -53px;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.4;
    pointer-events: none;
}
body.page_page .row.gutters > .columns {
    padding-left: 0;
    margin-bottom: 0;
}
.servicesHeadline .grid.gutters::after {
    top: auto;
    bottom: -60px;
}
.servicesHeadline .grid.gutters .columns, .vulnerabilityReport .row .columns  {
    max-width: 100%;
    flex: unset;
}
.servicesHeadline .row .columns.webApplication {
    flex: unset;
    max-width: 100%;
    padding-bottom: 48px;
}
.servicesHeadline {
    padding-top: 62px;
}
.networkPenetrationTesting.NPT, .wirelessPenetrationTesting.WPT, .networkPenetrationTesting.NPT::before, .wirelessPenetrationTesting.WPT::before {
    background-image: none;
    background-color: transparent;
}
.servicesTextLine .aligned b {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-family: 'CerebriSansProRegular_0', sans-serif;
    position: relative;
}
.servicesTextLine {
    padding-top: 70px;
}
.vulnerabilityReport .row.middle:nth-child(2n+2) {
    display: grid;
    grid-template-columns: 1fr 335px;
    padding-right: 90px;
}
.vulnerabilityReport .row.middle:nth-child(2n+1) {
    display: grid;
    grid-template-columns: 335px 1fr;
    padding-left: 90px;
}
.hamburgerClose {
    display: none;
}
body header#header {
    position: absolute;
    padding: 0px 15px;
}
header .menu-submenu a {
    line-height: 40px;
}
/*.vulnerabilityReport .row.middle:nth-child(2n+1) .columns:last-child {
    padding: 0 0 0 100px;
}
.vulnerabilityReport .row.middle:nth-child(2n+2)  .columns:first-child{
    padding: 0 0 0 100px;
}*/
.vulnerabilityReport .row.middle:nth-child(2n+2) .columns:last-child {
    padding-left: 85px;
}
.vulnerabilityReport .row.middle .columns .fluid.image {
    max-width: 250px;
    background: #7db935;
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #D6ECBB;
    box-shadow: 0 0 28px 0px #7db935;
}
.vulnerabilityReport .row.middle .columns .fluid.image img {
    height: auto;
    width: auto;
}
.vulnerabilityReport {
    position: relative;
    padding-top: 36px;
}
.olmHeaderTitle, .aolHeaderTitle {
    display: none;
}
.vulnerabilityReport .row.center p {
    text-align: center;
}
.vulnerabilityReport .row.center {
    padding-bottom: 58px;
}
.vulnerabilityReport .row.middle {
    padding-bottom: 48px;
}
h5.wojo.text {
    font-size: 25px;
    line-height: 31px;
    color: #7DB833;
    margin-bottom: 10px;
    font-weight: 400;
}
.hamburger .hamburgerOpen {
    display: none;
}
body.page_page .letsWorkTogether.service {
    padding-top: 120px;
}
.wojo.form .field > label {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    padding-left: 15px;
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px;
    color: white;
    font-weight: 300;
    text-transform: capitalize;
    pointer-events: none;
}
.wojo.form .field.value_focus label, .wojo.form .field.input_focus label {
    margin-top: -10px;
    background-color: #7db935;
    border-radius: 4px;
    margin-left: 11px;
    transition: 0.5s all;
    padding-right: 9px;
    line-height: 19px;
    padding-left: 8px;
    padding-top: 1px;
    color: #fff;
    font-size: 16px;
}
label em {
    color: red;
}
.wSlider .owl-nav .owl-next, .clientCertificate .owl-nav button.owl-next {
    transform: rotate(180deg);
}
.wSlider .owl-dots {
    display: none;
}
.ourCertifications .inner .row {
    justify-content: center;
}
.vulnerabilityReport .wojo.fluid.image.mobileView {
    display: none !important;
}
.ourTeam .wojo.fluid.image {
    height: 230px;
    max-width: 260px;
    margin: 0 auto;
}
body header#header.sticky nav.menu .menu-dropdown-icon > a::after {
    color: #fff;
}
.networkPenetrationTesting.social-part-2::before {
    background: transparent;
}
.networkPenetrationTesting.social-engineering::before {
    bottom: 54%;
    left: 20%;
}
.social-engineering .gutterscenter {
    margin-top: 50px;
}
.networkPenetrationTesting.social-part-2 {
    padding-top: 0;
}
.ourTeam .wojo.fluid.image.mobileView {
    display: none;
}
.ourTeam .wojo.fluid.image::before {
    width: 350px;
}
.bolgTitle {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    height: 45px;
}
html {
    display: block !important;
    overflow-x: hidden;
}
.aboutOffensiveLogicText .button {
    margin-top: 10px;
}
.holder::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%);
    pointer-events: none;
}
.clientCertificate .wojo.carousel .owl-nav {
    display: flex !important;
    top: 50%;
}
body:not(.page_index) header#header a.logo {
    max-width: 180px;
    
}
body.page_page .wojo.pagination .item:hover {
    color: #7db935;
}
html.no-scroll {
    overflow: hidden;
}
body .wojo.form textarea:not([rows]) {
    resize: unset;
    height: 185px;
    background: rgba(50, 51, 49, 0.7);
    border: 1px solid rgba(252, 255, 243, 0.2);
    border-radius: 10px;
    color: #ccc;
    padding: 20px 15px 15px;
}
body.page_blog .letsWorkTogether h3.divider:before {
    right: 0;
    margin: 0 auto;
}
.letsWorkTogether .columns .center p {
    margin: 0px 0 20px 0;
    padding-top: 20px;
}
body.page_blog .wojo-grid.wojo-breadcrumb {
    padding: 15px 0px;
}