@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_index .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 9px 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, .contactDetail .columns {
	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: 33%;
	flex: unset;
}
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, footer .contactDetail .columns.aboutDetail {
	width: 27.6%;
	flex: unset;
}
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_index {
	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, body footer .row.big.gutters.contactDetail .columns:not(:first-child)::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, body footer .row.big.gutters.contactDetail .columns.phoneDetail:not(:first-child)::before {
	background-position: -67px 0;
}
footer .contents .row.big.gutters .emailDetail .columns::before, body footer .row.big.gutters.contactDetail .columns.emailDetail:not(:first-child)::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, h1.wojo.white.text {
	color: #7DB935;
	font-size: 45px;
	font-weight: 800;
	line-height: 56px;
    font-family: 'CerebriSansProExtraBold_0';
}
.fadeInBottom p.wojo.white.text, p.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;
}
.wojo-grid .row .columns.screen-40 {
	flex: unset;
	max-width: 100%;
}
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, 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: 32px;
	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;
    line-height: 27px;
}
.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;
}
.card .icon.long.arrow.right::before, .pagination button.next-prev::before {
	content: "";
	background: url(../images/arrow-icon.png) no-repeat;
	width: 21px;
	height: 18px;
	display: block;
	margin: 0 auto;
    transition: 0.5s all;
}
.pagination button.next-prev::before {
	position: absolute;
	top: 5px;
	left: -6px;
	transform: rotate(180deg);
}
.pagination button.next-prev.btn-next::before {
	transform: rotate(0deg);
	top: 2px;
	left: 6px;
}
.icon.long.arrow.right:hover::before {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(113deg) brightness(266%) contrast(111%);
}
.row.gutters .columns .row.gutters .columns .attached.card .primary {
	margin: 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 .row.big.gutters > .offensiveLogicMeanText.columns {
	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, .section.blogList {
    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_index .certificationsList .divided.margin.top::before, body.page_index .divided.margin.top::before {
	content: "";
	width: 39px;
	background: #7DB935;
	height: 3px;
}
body.page_index .divided.margin.top::after, body.page_index .divided.margin.top::after {
    width: 0;
}
body.page_index .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;
}
body.page_index .industryCustomer .row.gutters.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 .wojo-grid .row.gutters.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:1;
}
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{
	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_index .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_index .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 {
	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 {
	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;
}
.servicesHeadline .message .content h6 {
	margin: 0;
	margin-top: 0px;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	font-family: 'CerebriSansProMedium_0';
	padding: 0 8px;
	margin-top: 0;
}
.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: auto 0 auto -13px;
}
 .servicesHeadline .message .image::before {
    margin: auto 0 auto 0px;
}
body .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: 215px;
}
.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: 1;
}
.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 .wojo-grid .row.big.gutters > .columns.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: -160px;
	right: 0;
	width: 974px;
	height: 796px;
	pointer-events: none;
	background-size: cover;
}
.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;
}
body.page_index .letsWorkTogetherContact p {
	padding-bottom: 0;
}
.wojo.form form .wojo.fields {
	margin: 0;
}
.letsWorkTogether .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: -38%;
	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: -52%;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	height: 498px;
	width: 100%;
	background-size: 100% 100%;
	pointer-events: none;
}
.ourService .card .content:hover .notification img, .servicesHeadline .message:hover .image img {
 filter: brightness(0);
  z-index: 9;
}
.servicesHeadline .message:hover .image::after {
	background: #7db935;
	content: "";
	left: 0px;
	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 .OurservicesArrow::after {
	content: "";
	background: url(../images/li-ourservices-arrow.png) no-repeat;
	position: absolute;
	top: 320px;
	bottom: auto;
	left: 5px;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	z-index: 9;
    cursor: pointer;
}
/*.ourService .OurservicesArrow {
	display: none;
}*/
footer .columns > div {
	color: #fff;
	font-size: 18px;
	line-height: 29px;
	font-family: 'CerebriSansProRegular_0';
}
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;
    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;
}
.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: 80px 0 ;
}
.aboutOffensiveLogic {
	padding: 190px 0 165px;
}
.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_index .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: 31px;
}
.certificationsList .row.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;
    display: block;
}
.ourTeam h2.margin.top {
	margin: 0 0 30px;
	padding-bottom: 10px;
}
.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: 110px;
}
.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_index .letsWorkTogether {
	padding-top: 178px;
}
.wirelessPenetrationTesting .center.middle {
    padding-top: 58px;
    padding-bottom: 55px;
}
.wirelessPenetrationTesting .wojo-grid .row.gutters.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, .redTeamOperations .center.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, .redTeamOperations .list .middle i.inverted.circular.primary.icon {
	top: 13px;
}
.wirelessPenetrationTesting, .networkPenetrationTesting {
	padding-top: 52px;
	background-position: bottom;
	padding-bottom: 520px;
}
body.page_index .letsWorkTogether.hello {
	padding-top: 160px;
}
.webApplicationPenetrationTesting .wojo-grid .row.gutters.center.middle, .redTeamOperations .wojo-grid .row.gutters.center.middle, .certificationsList .wojo-grid .row.gutters.center.middle {
	padding-top: 84px;
	padding-bottom: 16px;
	align-items: start;
}
.redTeamOperations .center.middle {
	padding-top: 60px;
	padding-bottom: 104px;
}
.certificationsList .wojo-grid .row.gutters.center.middle {
	padding-top: 60px;
}
.ourApproach {
	padding-top: 78px;
}
.ourApproach .underlined {
	font-size: 25px;
	color: #7DB833;
	margin: 0;
	padding-bottom: 5px;
}
.ourApproach .underlined::after {
	background: none;
	width: 0;
}
.ourApproach p {
	text-align: left;
	margin-top: 10px;
}
.ourApproach .grid .columns:last-child {
	padding-top: 90px;
}
.ourApproach .wojo-grid .row.gutters.grid {
	padding-top: 32px;
}
.letsWorkTogether.work .letsWorkTogetherImage::before {
	top: -22%;
}
.networkPenetrationTesting .middle .columns {
	align-self: flex-start;
}
.networkPenetrationTesting .wojo-grid .row.gutters.center.middle {
	padding-top: 68px;
}
.networkPenetrationTesting .wojo-grid > div:last-of-type {
	padding-top: 10px;
}
.servicesHeadline .columns .message {
	padding: 35px 18px 44px 32px;
}
.servicesHeadline .message .content {
	align-self: center;
}
.servicesHeadline .row.grid.screen-3 > .columns {
	max-width: 100%;
}
.vulnerabilityReport .row .columns.screen-50 {
	max-width: 100%;
}
.message .wojo.default.image {
	width: 100%;
}
/*.wojo.breadcrumb {
    padding: 14px 0 10px;
    border-top: 1px solid #9999991a;
    width: 100%;
    border-bottom: 1px solid #9999991a;
    z-index: 9;
    position: relative;
}*/
body.page_index .wojo-grid.wojo-breadcrumb, body.page_index .wojo-grid.wojo-breadcrumb {
    border-bottom: 1px solid #9999991a;
    border-top: 1px solid #9999991a;
    padding: 14px 0 10px;
    max-width: 100%;
}
body.page_index .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/new-big-back.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.7;
	pointer-events: none;
	background-repeat: no-repeat;
}
.servicesHeadline .grid.gutters::after {
	opacity: 0.5;
}
body.page_index .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 .wojo-grid .row.big.gutters > .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;
}
div .wojo-grid .row.gutters.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 .wojo-grid .row.center {
	padding-bottom: 58px;
}
.vulnerabilityReport .wojo-grid .row.gutters.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;
}
.row .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; */
	padding-bottom: 11px;
	font-family: 'CerebriSansProMedium_0';
}
html {
    display: block !important;
	overflow-x: hidden;
}
.aboutOffensiveLogicText .wojo.button {
	margin-top: 10px;
}
.holder::before, .slick-list::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_index .wojo.pagination .item:hover {
    color: #7db935;
}
html.no-scroll {
    overflow: hidden;
}
/* <23-10-2023> */
body.page_index header {
	position: absolute;
	padding: 0;
	width: 100%;
	background: transparent;
	z-index: 999;
}
header .logo {
	max-width: 238px;
	display: block;
	height: 149px;
	transition: 0.5s all;
}
.header-container .logo img {
	height: 100%;
	width: 100%;
	margin: 0;
}
.nav-submenu-item .nav-item {
	display: none;
}
.nav-submenu-item .nav-item {
	display: none;
	width: 400px;
	background: #000;
}
.header-container {
	display: flex;
	justify-content: space-between;
	padding-top: 22px;
	position: relative;
}
.header-container .menu-item {
	display: flex;
	padding: 0;
	margin: 0;
	align-self: center;
}
.header-container .menu-item li {
	margin-left: 44px;
	font-size: 18px;
	line-height: 27px;
	font-family: 'CerebriSansProMedium_0';
	font-weight: 400;
	position: relative;
}
body footer .header {
	display: block;
}
footer .address-container {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
footer .address-container, .ucontent .row {
	width: 100%;
	max-width: 1330px;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;
}
footer .address-container .column {
	padding: 0;
	border-radius: 0;
	text-align: left;
}
footer .address-container .column {
	padding: 0;
	border-radius: 0;
	text-align: left;
	font-size: 16px;
	line-height: 29px;
	font-weight: 400;
	font-family: 'CerebriSansProRegular_0';
}
.mainSlider .columns .ws-layer {
	padding-top: 300px;
	max-width: 660px;
}
div .wojo-grid .row.gutters, div .wojo-grid .row.big.gutters > .columns {
	margin-left: 0;
	padding: 0;
	margin: 0;
}
.mainSlider .uitem .uimage {
	min-height: 780px !important;
	z-index: 9;
	position: relative;
}
.uimage::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;
	z-index: 1;
}
body .wojo.link.cards .card:hover, body .wojo.link.card:hover {
	background: var(--unset);
}
body .wojo.link.cards .card:hover::before, body .wojo.link.card:hover::before {
	top: auto;
	right: 0;
}
.letsWorkTogether .row.gutters {
	margin: 0;
	flex-flow: unset;
}
body.page_index .bottom-header header {
	position: relative;
}
footer .header-container .logo {
	width: 12%;
	max-width: 100%;
	height: 100%;
}
footer .header-container .menu-item {
	width: 88.8%;
	justify-content: flex-end;
}
footer .header-container .ul-wrap {
	width: 88%;
	display: flex;
	justify-content: flex-end;
}
footer .header-container {
	padding-bottom: 13px;
	margin: 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #464646;
	padding-top: 9px;
}
body footer .row.big.gutters.contactDetail .columns:not(:first-child) {
	padding-left: 60px;
	position: relative;
}
body footer .row.big.gutters.contactDetail .columns.emailDetail {
	width: 21.2%;
}
body footer .row.big.gutters.contactDetail .columns.phoneDetail {
	width: 18.2%;
	flex: unset;
}
div .wojo-grid .row.gutters.contactDetail {
	padding: 40px 0 40px;
}
li.menu-sub-item-data ul.nav-item {
	background: #000;
	background-color: rgb(0, 0, 0);
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: auto;
	top: 24px;
	/* transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s; */
	transform: translateY(0%);
	width: 400px;
	z-index: 1;
	line-height: 29px;
	transition: 0.5s all;
	visibility: hidden;
	pointer-events: none;
}
li.menu-sub-item-data:hover ul.nav-item {
	right: auto;
	opacity: 1;
	transform: translateY(0%);
	transition: opacity 0.15s linear, transform 0.15s linear;
	top: 32px;
	pointer-events: all;
	visibility: visible;
}
li.menu-sub-item-data ul.nav-item li {
	margin-left: 44px;
	padding: 5px 0;
}
body footer .copyright {
	color: #dee2e6;
	background: #464646;
	padding: 0;
}
.carousel-buttons .button::before, .slider-buttons .button::before {
	content: "";
	top: 8px;
	bottom: 0;
	right: 0;
	left: 14px;
	position: absolute;
	background: url(../images/slider-arrow-icon.png) no-repeat 0 0;
	background-position-x: 0px;
	background-position-y: 0px;
	background-position: 0px 0;
	width: 12px;
	height: 27px;
	font-size: 0;
	opacity: 1;
}
.carousel-buttons button.carousel-next::before, .slider-buttons .button.slider-next::before {
	transform: rotate(180deg);
	top: 10px;
	left: 16px;
}
.section.clientCertificate .slick-next{
    right: -5%
}
.section.clientCertificate .slick-prev {
	left: -5%;
}

.slider-buttons {
	top: 100%;
	bottom: auto;
}
.menu-sub-item-data a {
	position: relative;
	padding-right: 23px;
}
.menu-sub-item-data > a::before {
	position: relative;
	content: "\f107";
	font-family: fontawesome;
	font-size: 22px;
	position: absolute;
	left: auto;
	right: 0;
	top: -5px;
	bottom: auto;
}
.carousel-buttons .button, .slider-buttons .button {
	width: 46px;
	height: 46px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #CCCCCC;
	font-size: 0;
	position: relative;
	margin: 0 56px;
	cursor: pointer;
}
.carousel-buttons {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 35%;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
}
.react-slider .slider-buttons {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	width: 100%;
}
.carousel-buttons .button {
	margin: 0 -62px;
}
.letsWorkTogetherContact .row .columns.screen-50 {
	max-width: 100%;
	flex: unset;
}
.carousel-buttons .button.carousel-next {
	margin: 0 -60px;
}
body.page_index header.header.sticky {
	position: fixed;
	background: black;
	z-index: 9999;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	height: auto;
	transition: 0.5s all;
	padding-bottom: 10px;
}
header.header.sticky .logo {
	max-width: 200px;
	display: block;
	height: 100px;
}
.react-slider {
	position: relative;
}
.slick-slide .row .columns.auto {
	white-space: unset;
}
.letsWorkTogether .wojo.block.fields input[type="text"] {
	height: 185px;
}
header .header-container .ul-wrap {
	align-self: center;
}
.row .wojo.form input[type="text"]:focus {
	background: #232322;
	color: white;
}
body.page_index .bottom-header header.header.sticky {
	position: relative;
	z-index: 9999;
	background: transparent;
}
.carousel-buttons .button:hover::before, .slider-buttons .button:hover::before {
	background-position: -23px -2px;
	transform: rotate(180deg);
}
.carousel-buttons .button:hover, .slider-buttons .button:hover {
	border-color: #7db935;
}
.carousel-buttons button.carousel-next:hover::before, .slider-buttons .button.slider-next:hover::before {
	transform: rotate(0deg);
	background-position: -24px -2px;
}
.humberger-menu {
	display: none;
}
.close-btn {
	display: none;
}
body footer .row.big.gutters.contactDetail .columns.emailDetail div:hover, body footer .row.big.gutters.contactDetail .columns.phoneDetail div:hover {
	color: #7db935;
	cursor: pointer;
}
body footer .row.big.gutters.contactDetail .columns.emailDetail, body footer .row.big.gutters.contactDetail .columns.phoneDetail {
	transition: 0.5s all;
}
.ucontent {
	min-height: 100% !important;
	z-index: 99999;
	position: relative;
}
.offensiveLogicMeansColumns .card .arrow.right {
	width: 21px;
	height: 18px;
	display: block;
	margin: 0 auto;
}
.ourService .card .content:hover .notification::after {
	background: #7db935;
	content: "";
	left: -4px;
	position: absolute;
	right: 0;
	top: 9px;
	bottom: auto;
	height: 102px;
	width: 103px;
	margin: auto;
	border-radius: 50%;
}
html {
    overflow-x: hidden;
}
.banner .banner-image {
	height: 326px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_index .aboutUsHeadlineImage figure {
	height: 575px;
}
footer .header.sticky .header-container .logo {
	width: 12%;
	max-width: 100%;
	height: 100%;
}
body.page_index .banner > .wojo-grid.wojo-breadcrumb {
	position: relative;
	transform: unset;
	z-index: 9;
}
body.page_index .banner > .wojo-grid {
	position: absolute;
	top: 62%;
	bottom: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-62%);
	z-index: 9;
}
.banner {
	position: relative;
}
.banner .title-name {
	text-align: center;
	font-size: 45px;
    font-weight: 800;
    color: #7DB833;
    font-family: 'CerebriSansProExtraBold_0';
    text-transform: uppercase;
}
.banner .banner-image img {
	height: 100%;
}
.banner .wojo-grid .row.gutters.container {
	margin: 0 auto;
	padding: 0 15px;
}
.servicesHeadline .message .image img {
	position: absolute;
	top: 30px;
	right: 0;
	left:13px;
	bottom: 0;
	margin: 0 18px;
}
body .wojo.breadcrumb span + a {
	cursor: unset;
}
body .wojo.breadcrumb span + a:hover {
    color: #777;
}
.columns .row .columns.screen-33 {
	flex: unset;
}
.blogDetail .columns .columns {
	padding: 0 !important;
	border: 0;
	max-width: unset !important;
	border-radius: 0px;
}
div .wojo-grid .row.gutters.blogDetail.secound-row {
	padding-top: 44px;
}
.pagination button {
	font-size: 14px;
	line-height: 14px;
	background: transparent;
	color: #fff;
	border: none;
	padding: 10px 13px;
	cursor: pointer;
}
.pagination button.active {
	background: #7db935;
	border-radius: 4px;
}
.pagination {
	text-align: right;
}
.pagination button.next-prev {
	font-size: 0;
	cursor: pointer;
	position: relative;
}
.pagination button.next-prev{
	font-size: 0;
	cursor: pointer;
	position: relative;
}
.field {
	position: relative;
}
.blogPedding h2 {
	font-size: 25px;
	color: #ffffff;
	font-family: 'CerebriSansProMedium_0';
}
.text.secondary .icon.share::before {
		font-family: fontawesome;
		font-size: 16px;
		background-image: unset;
		content: "\f1e0";
}
.header-container .menu-item li.menu-sub-item-data::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	height: 20px;
}
.breadcrumb .click {
	/*color: #7db935;*/
    color: #ffffff;
	font-weight: 500;
}
.vulnerabilityReport .row .columns.screen-60 {
	flex: unset;
	max-width: 100%;
}
a.active-menu-item {
	color: #7db935;
	font-weight: 500;
}
.redTeamOperations .wojo-grid .row.gutters.center.middle {
	padding-top: 37px;
	padding-bottom: 122px;
}
/* .main-app {
	overflow-x: hidden;
} */
body .letsWorkTogether .form form .block.fields .field textarea {
	background: rgba(50, 51, 49, 0.7);
	border-radius: 10px;
	border: 1px solid rgba(252, 255, 243, 0.2);
	color: #fff !important;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	resize: none;
}
.carousel-data > div > div {
	border: 1px solid #fff;
	overflow: hidden;
	border-radius: 10px;
	margin: 10px;
	height: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.client-section-1 + .section.clientCertificate .carousel-data {
	position: relative;
}
.client-section-1 + .section.clientCertificate .carousel-data > div > div {
	padding: 12px 20px;
	background: rgba(50, 51, 49, 0.7);
	border: 1px solid rgba(252, 255, 243, 0.2);
}
.client-section-1 + .section.clientCertificate .carousel-data::before {
	content: "";
	background: url("../images/new-backround-img.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	top: -14px;
	left: -8px;
	right: 0;
	bottom: auto;
}
.error-messages .error-message {
	color: #fff;
	font-size: 18px;
}
.progress-bar-container {
	position: fixed;
	width: auto;
	right: 1rem;
	top: 25%;
	z-index: 999999;
	background: #b93b5c;
	border-radius: 10px;
}
.error-messages {
	padding: 0px 100px 20px 45px;
	margin-left: 0;
	border-radius: 10px;
}
.error-messages .progress-bar + div {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	position: relative;
	padding-top: 30px;
}
.error-messages::before {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	position: absolute;
	border-radius: .250rem;
	left: 1rem;
	top: -1.25rem;
	font-family: fontawesome;
	content: "\f0a2";
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.42), 0px 4px 25px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
	z-index: 3;
}
.progress-bar-container .close-btn {
	position: absolute;
	right: 19px;
	left: auto;
	top: 5px;
	bottom: auto;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: 0.5s all;
}
.progress-bar-container:hover .close-btn {
	display: block;
}
.progress-bar {
	padding: 5px;
}
.progress-bar-container .wojo.progress.attached .bar {
	border-radius: 50px;
}
.servicesHeadline .columns .wojo.basic.message {
	border: 1px solid #464646;
}
.social-engineering .networkPenetrationTesting .container p:first-child {
	padding-bottom: 20px;
}
body.page_index .error-message {
	font-family: 'CerebriSansProMedium_0';
	color: red;
	margin: 5px 0;
	font-size: 16px;
	text-transform: capitalize;
	text-align: left;
}
form .wojo.fields .field > p {
	margin-top: unset;
}
/* font-family: 'CerebriSansProMedium_0';
font-family: 'CerebriSansProExtraBold_0';
font-family: 'Gilroy0'; */

.success-message-mail, .success-message-comment {
    color: green;
    border: 1px solid green;
    width: 100%;
    width: 100%;
    display: block;
    margin-top: 10px;
    text-align: center;

}
.carousel-container img {
    width: 100%;
    height: auto;
}
/* .networkPenetrationTesting .row.gutters.align.center {
    padding-top: 80px;
} */
body form .empty {
    border: 1px solid red!important;
}
body .wojo.breadcrumb span.divider {
    margin: 0px 8px;
}
.error-page-content .page-content p {
	color: #fff;
	font-family: 'CerebriSansProMedium_0';
	font-size: 20px;
}
.error-wrapper .page-content h2 {
	font-size: 28px;
}
div > .error-wrapper {
	padding: 215px 15px 80px;
	height: unset;
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
}
/*loader css*/
#commonPage:before {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	z-index: 9;
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#commonPage:after {
	border: 8px solid #7db935;
	border-radius: 50%;
	border-top: 8px solid transparent;
	width: 60px;
	opacity: 0;
	visibility: hidden;
	height: 60px;
	-webkit-animation: spin 1s linear infinite;
	/* Safari */
	animation: spin 1s linear infinite;
	position: absolute;
	z-index: 10;
	left: 0;
	content: "";
	right: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0;
	bottom: 0;
	margin: auto;
}
#commonPage.loader-white-screen:before,
#commonPage.loader-white-screen:after {
	opacity: 1;
	visibility: visible;
}
/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*loader css*/
#commonPage {
	min-height: 650px;
	}