body.page_index{
    background-color: #000000;
}

.contact-us .contact-us-wrap .mobile-50 {
    position: relative;
    padding: 35px 20px 40px!important;
    border: 1px solid #464646;
    border-radius: 20px;
}

.contact-us .contact-us-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    margin: 0px;
}
.contact-us .contact-us-wrap .contact-image:before {
    content: "";
    background: url(../images/split-img.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 80px;
}
.contact-us .phone.contact-image:before {
    background-position: 0px -80px;
}
.contact-us .email.contact-image:before {
    background-position: 0px -158px;
}
.contact-us-wrap .wojo.attached.basic.card {
    background: transparent;
    box-shadow:none;
}
.contact-us .contact-us-wrap  .mobile-50:before{
    content: "";
    background: url(../images/box-shadow-image.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 350px;
    height: 352px;
    opacity: 0.5;
}
.contact-image {
    width: 100%;
    height: 70px;
    position: relative;
}
body.page_index {
    background: #000000;
}
.contact-us  .gutters .columns .attached.card p {
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    font-family: 'CerebriSansProRegular_0';
    text-align: center;
    padding-top: 30px;
}
.container{
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
}
.contact-us .contact-us-wrap .center.aligned{
    padding: 0px;
}
.contact-us .contact-us-wrap .mobile-50:hover{
      background: url(../images/hover-image.png) no-repeat rgba(125, 185, 53,0.5);
      border: 1px solid #ffffff;
}
.contact-form .columns.screen-50tablet-50mobile-100.phone-100 {
    padding-left: 0px;
}
body .contact-form .heading {
    max-width: 100%!important;
    flex: 100%!important;
    padding-left: 0px!important;
}
body .contact-form .heading h3, .letsWorkTogether.contact-form .columns .center p{
    text-align: left;
}
body h3.divider {
    position: relative;
    padding-bottom: 20px;
}
body h3.divider:before{
    content: "";
    width: 39px;
    height: 3px;
    background:#7DB935;
    left: 0;
    position: absolute; 
    bottom: 0;
}
.letsWorkTogether.contact-form .columns .center p {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 45px;
    text-transform: uppercase;
}
.section.contact-us {
    padding: 65px 0px 90px;
}
body.page_index .letsWorkTogether.contact-form {
    padding-bottom: 100px;
    padding-top: 0px;
}
.contact-form .submit-button {
    text-align: left;
}
.wojo.breadcrumb, body .wojo.breadcrumb .divider, body .wojo.breadcrumb a {
    font-size: 18px;
    line-height: 100%;
    color: #777777;
    font-family: 'CerebriSansProRegular_0';
    margin:0px 2px; 
}
body .wojo.breadcrumb .active.section {
    color: #ffffff;
}
body .wojo.breadcrumb a:hover {
	color: #7DB935;
}
.contact-us .row.gutters .columns .row.gutters .columns .attached.card:hover{
    border: none;
    background: transparent;
}
.contact-content.align.center {
    text-align: center;
    padding-top: 15px;
}
body .contact-form.letsWorkTogether .row .columns.letsWorkTogetherContact {
    width: 50%;
}
.map-image-wrap img {
    height: 556px;
    border-radius: 25px;
    max-width: 630px;
    width: 100%;
}
body .letsWorkTogether.contact-form .map-image-wrap {
    padding-left: 45px!important;
    padding-top: 10px!important;
}
 .letsWorkTogether.contact-form .wojo.block.fields .message-field input[type="text"]{
    height: 185px
}
#pageCaption {
    height: 326px;
    padding: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h3.divider.margin.top {
    margin-top: 0px;
}
#pageCaption h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 800;
	color: #7DB833;
	font-family: 'CerebriSansProExtraBold_0';
	text-transform: uppercase;
	padding-top: 116px;
}

.mobile-view-title{
    display: none;
} 
/*client-page css*/
.section.letsWorkTogether.client-section-2 {
    padding-top: 140px;
}
.client-section-1 .gutters .columns .attached.card p {
    line-height: 32px;
    text-align: center;
    padding: 0px 10px;
}
.section.client-section-1 {
    padding: 65px 0px 45px 0px;
}



/*FAQ-page css*/

.section.faq-section {
    margin-bottom: 35px;
}
body .faq-section .row.gutters .columns.faq-section-wrap {
    border: 1px solid #464646;
    border-radius: 20px;
    padding: 30px 20px 40px;
    position: relative;
    background: #1C1C1C;
    z-index: 9;
}
body .faq-section .row.gutters .columns.faq-section-wrap:after,
body .faq-section .row.gutters .columns.faq-section-wrap:before{
    content: "";
    position: absolute;
    background: #1c1c1c;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.7;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    border-radius: 20px;
}
body .faq-section .row.gutters .columns.faq-section-wrap:before {
    content: "";
    background-image: url(../images/faq.png);
    position: absolute;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    opacity: 0.9;
}
body .faq-section .faq-section-wrap .content h2, body .faq-section .faq-section-wrap .content p {
    font-size: 23px;
    color: #ffffff;
    line-height: 35px;
    font-family: 'CerebriSansProMedium_0';
}
 body .faq-section .faq-section-wrap .content p {
    font-size: 20px;
 }
body .faq-section .faq-section-wrap .content h2 {
    font-family: 'CerebriSansProExtraBold_0';
    padding-bottom: 10px;
}
body .faq-section .faq-section-wrap .content.auto b {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
body .faq-section .faq-section-wrap .content p {
    font-family: 'CerebriSansProRegular_0', sans-serif;
}
.section.faq-section:first-child {
    padding-top: 70px;
}

body.page_index .letsWorkTogether.faq-page {
    padding-top: 150px;
    text-align: center;
}
body .faq-section .row.gutters .columns.faq-section-wrap .relaxed {
    z-index: 9999;
    position: relative;
}


/*social-engineering  page css*/
body .section.networkPenetrationTesting.social-engineering {
    background: transparent;
    padding-bottom: 0;
}
body.page_index .social-engineering .row.gutters .container {
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
}
body.page_index .networkPenetrationTesting .row.gutters.container {
    margin: 0 auto;
    padding-top: 50px;
}
 .networkPenetrationTesting.social-engineering .middle .columns{
    width: 100%;
 }
 .networkPenetrationTesting.social-engineering .relaxed p {
    text-align: left;
    padding: 0px 0px 34px 0px;
}
.networkPenetrationTesting.social-engineering .guttersalign.middle{
    padding-top: 70px;
}
body.page_index .networkPenetrationTesting .row.gutters .container.aligned:last-child {
    padding-top: 30px;
}

        /*blog-page css*/


        .row.blogDetail {
            display: grid;
            grid-template-columns: repeat(3 , 1fr);
            grid-gap: 25px;
            grid-row-gap: 45px;
        }
.blogDetail .columns {
    border: 1px solid #464646;
    max-width: calc(100%) !important;
    padding: 20px 20px 45px !important;
    position: relative;
    border-radius: 20px;
    z-index: 9;
   /* box-shadow: #7db93524 0px 48px 100px 0px;*/
}
.bottom.margin.bolgImage {
    height: 245px;
    max-width: 450px;
    margin: 0 auto;
    z-index: 9;
    margin-bottom: 30px;
}
.bolgImage img {
    width: 100%;
    height: 100%;
    border-radius: 10px!important;
    object-fit: cover;
}
.blogDetail p.wojo.mini.text.bolgBody {
	line-height: 29px;
	text-align: left;
	font-size: 18px;
	z-index: 9;
	position: relative;
	padding: 0px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden;
}
.bolgDate {
	width: 52px;
	height: 52px;
	background: #7DB833;
	position: absolute;
	z-index: 999;
	right: 15px;
	padding: 5px;
	color: #fff;
	text-align: center;
}
.bolgDate p {
    color: #ffff;
}
.blogDetail > .columns:before {
    content: "";
    background: #1C1C1C;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
}
.bolgDate .date-top {
	margin: 0px;
	font-size: 26px;
	line-height: 100%;
	font-family: 'CerebriSansProRegular_0';
}
.bolgDate .date-bottom {
	font-size: 15px;
	line-height: 100%;
	font-family: 'CerebriSansProRegular_0';
}
.blogDetail .columns:after {
    content: "";
    background-image: url("../images/green-shadow-blog.png");
    position: absolute;
    height: 100%;
    max-width:547px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    background-position: center center;
}
p.wojo.mini.text.bolgD {
    margin: 0px;
    font-size: 26px;
    line-height: 100%;
}
p.wojo.mini.text.bolgM {
    font-size: 15px;
    line-height: 100%;
}
.bolgTitle {
    z-index: 9;
}
.section.blogList {
	padding: 70px 0px 35px;
    z-index: 9;
}
body .icon.comments {
    font-size: 0px;
    background-image: url("../images/comments-img.png");
    position: absolute;
    width: 18px;
    height: 15px;
    top: 8px;
    left: 0;
}
body.page_index .wojo.horizontal.relaxed.divided.list .item:first-child span.semi {
    padding-left: 10px;
}
body .wojo.list .item .description {
    margin-left: 0px;
}
    /*404page css*/
    .error-404.not-found.erro-page-heading.container {
    padding: 120px 0px;
    text-align: center;
}
h1.section-heading {
    font-family: 'CerebriSansProExtraBold_0';
    font-size: 130px;
    font-weight: 700;
    line-height: 156px;
    margin: 0;
    color: #ffffff;
}
h1.section-heading .red{
  color: #7DB935;
}
.page-content h2 {
    color: #ffffff;
    font-family: 'CerebriSansProMedium_0';
    font-weight: 700;
    font-size: 21px;
    margin: 0;
}
.page-content p {
    font-family: 'Poppins';
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    padding: 12px 0 38px 0;
    text-align: center;
}
body.page_404 {
    background: #000000;
}
body.page_404 header#header{
    position: unset;
}
body.page_404 header#header.sticky {
    position: fixed;
}
.page_404 .wojo-grid, body.page_index .wojo-grid{
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
}
body.page_404 .row.gutters, body.page_index .row.gutters {
    margin: 0;
}
/*blog detail page css*/
body.page_index {
    background: #000000;
}
/* body.page_index h2 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'CerebriSansProMedium_0';
} */
body.page_index .wojo.horizontal.relaxed.divided.list .item span {
    color: #A4A4A4;
    font-size: 18px;
    line-height: 32px;
    font-family: 'CerebriSansProRegular_0';
}
body.page_index .wojo.horizontal.relaxed.divided.list .item span.secondary{
    color: #7DB833;
}
body.page_index .wojo.horizontal.relaxed.divided.list .item span.semi {
    padding-right: 5px;
}
body.page_index .wojo.horizontal.relaxed.divided.list .item {
    font-size: 12px;
    color: #ffffff;
}
body.page_index p {
    color: #A4A4A4;
    /* padding-bottom: 20px; */
}
body.page_index .wojo.horizontal.relaxed.divided.list {
    padding-bottom: 35px;
}
body.page_index #comments .wojo.form form .wojo.fields .field {
    position: relative;
}
body.page_index #comments .wojo.form form .wojo.fields .field {
    padding: 0px;
    margin: 0;
}
body.page_index #comments .wojo.fields {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    padding-bottom: 20px;
}
body.page_index #comments .wojo.fields .field {
    grid-column: span 6;
}
.center.aligned.margin.bottom h5 {
    font-size: 18px;
    color: #7DB833;
    text-align: left;
    line-height: 32px;
    font-family: 'CerebriSansProMedium_0';
    text-transform: capitalize;
}
body.page_index #comments .wojo.fields .field.message {
    grid-column: span 12;
}
body.page_index #comments .wojo.fields .field.message textarea {
    height: 100px;
}
body.page_index #comments .wojo.fields .field.message textarea {
    height: 100px;
    padding: 20px;
}
body.page_index .letsWorkTogether {
	padding-top: 210px;
	z-index: 9;
	position: relative;
}
figure.wojo.rounded.image.margin.bottom {
    height: 655px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
    max-width: 1300px;
}
.blogPedding {
    padding-top: 70px;
}
figure.wojo.rounded.image.margin.bottom img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_404 .wojo-grid, body.page_index .wojo-grid#comments {
    padding: 0px;
}
#comments .wojo.form input[type="text"], #comments .wojo.form textarea {
    border: none;
}
.page_index .content-center .wojo.primary.button {
    margin-top: 0px;
}
.page_index .wojo.fields .field > p.combody_counter {
    margin-top: 0px;
    padding: 0px;
}
#commonPage .section.blogList {
	padding: 0;
}
           /*09-10-2023*/


/*.wojo.breadcrumb .divider {
    display: none;
}*/
body .wojo.breadcrumb .active.section {
    color: #ffffff;
/*    padding-left: 25px;*/
    position: relative;
}
/*body .wojo.breadcrumb .active.section:before {
    content: ">>";
    position: absolute;
    left: 4px;
    top: -1px;
    color: #777777;
}*/
#pageCaption::before, #moduleCaption::before {
    background: transparent;
}

.field.common-btn {
    text-align: center;
}
body .aboutUsServices .gutters .columns .attached.card p {
    color: #FCFFF2;
}
.section.contact-us .row.gutters .columns .row.gutters .columns .attached.card p {
    padding-top: 0px;
}
.wojo.list .item .icon:only-child, .wojo.list .item .image:only-child {
    color: #7DB833;
}

.wojo.comments .comment:first-child {
    background: #1C1C1C;
    border-radius: 5px;
}
.wojo.comments {
    max-width: 100%;
    margin: 0px;
}

     /*slider css*/
     .clientCertificate .owl-item, .clientCertificate .slick-initialized .slick-slide {
        max-width: 196px;
        height: 126px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 0;
        position: relative;
        background: #1c1c1c85;
        margin: 10px;
        overflow: hidden;
    }
.clientCertificate .owl-item p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clientCertificate .owl-item p img {
    height: auto;
    width: auto;
}
body .clientCertificate .wojo.carousel .owl-dots {
    display: none;
}
.clientCertificate .wojo.carousel .owl-nav button {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    position: relative;
}
.clientCertificate .wojo.carousel .owl-nav button.owl-prev::after, 
.clientCertificate .wojo.carousel .owl-nav button.owl-next::after{
    display: none;
}
.wojo.carousel .owl-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clientCertificate .row.gutters {
    margin: 0px;
}
.clientCertificate .wojo.carousel .owl-nav button:before {
    margin: auto;
}
.clientCertificate .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
}
.clientCertificate button.owl-prev {
    margin-left: -65px;
}
.clientCertificate button.owl-next {
    margin-right: -65px;
}
.clientCertificate .owl-item p:after {
    content: "";
    background-image: url("../images/slider-shadow.png");
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    margin: 0 auto;
    background-size: cover;
}
.section.clientCertificate {
	padding-bottom: 24px;
	padding-top: 15px;
}
#wojo-overlay {
    position: fixed;
    width: auto;
    right: 1rem;
    top: 2rem;
    z-index: 999999;
}
body .wojo.pagination .item.active, body .wojo.pagination .item.active:hover {
    background-color: #7db935;
}
body .wojo.pagination .item, .blogList .wojo.small.semi.text {
    color: #ffffff;
}


/**************Responsive css********************/
@media only screen and (max-width:1400px){
.clientCertificate button.owl-prev {
    margin-left: -57px;
} 
.clientCertificate button.owl-next {
    margin-right: -57px;
}
}
@media only screen and (max-width:1399px){
    .section.clientCertificate .wojo.carousel > .owl-nav {
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: auto;
        bottom: -82px;
    }
    .clientCertificate .wojo.carousel .owl-nav button {
        margin: 0 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
 .contact-us .row.mobile.fluid > .columns, .contact-us .row .columns.mobile-100 {
    max-width: 100%;
    }
    body.page_index .letsWorkTogether {
    padding-top: 50px;
}
.section.contact-us {
    padding: 65px 0px 60px;
}
.contact-form.contact-form-unique-one .row .map-image-wrap.columns.mobile-100.phone-100  {
    max-width: 50%;
}
.contact-us .contact-us-wrap .columns.mobile-50 {
	max-width: 100%;
}
.map-image-wrap img {
    height: 400px;
}
 .contact-form.contact-form-unique-one .row .columns.mobile-100.phone-100 {
    max-width: 100%;
}
.contact-form.contact-form-unique-one .row .map-image-wrap.columns.mobile-100.phone-100 {
    max-width: 50%;
}
.contact-form.letsWorkTogether {
    padding-bottom: 50px;
}
body.page_index .letsWorkTogether.contact-form {
    padding-bottom: 50px;
}
.client-section-2 .row .columns.mobile-100 {
    max-width: 100%;
}
.section.letsWorkTogether.client-section-2 {
    padding-top: 130px;
}
 .client-section-1 .row .columns.mobile-100 {
    max-width: 90%;
}
body .faq-section .row.gutters .columns.faq-section-wrap {
  max-width: 100%;
}
body .faq-section .faq-section-wrap .content b, body .faq-section .faq-section-wrap .content p {
    font-size: 22px;
}
.client-section-2 .letsWorkTogetherImage img, .faq-page .letsWorkTogetherImage img {
    display: none;
}
body.page_index .letsWorkTogether.faq-page {
    padding-top: 60px;
}   
.row.blogDetail {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}
body.page_index .letsWorkTogether {
    padding-top: 170px;
}
.aboutUsServices .columns .attached.card {
    padding: 54px 15px 34px;
}
body .aboutUsServices .row.gutters > .columns.aboutUsDedication {
    padding: 0 15px;
}
body .aboutUsServices .row.gutters > .columns::before {
    left: 0px;
}
.contact-us  .gutters .columns .attached.card p {
    font-size: 16px;
}
.section.blogList {
	padding: 60px 0px 35px;
}
}

@media only screen and (max-width: 767px){  
.contact-us .contact-us-wrap {
    grid-template-columns: 1fr;
}
.contact-us-wrap.row .columns.mobile-50 {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    min-height: 200px;
}
.contact-us .contact-us-wrap .mobile-50 {
    padding: 20px 20px 25px!important;
}
body .contact-form.letsWorkTogether .row .columns.letsWorkTogetherContact {
    width: 100%;
}
body h3.divider:before {
    right: 0;
    margin: 0 auto;
}
.map-image-wrap img {
    height: 250px;
}
body .letsWorkTogether.contact-form .map-image-wrap {
    padding-left: 0px!important;
    padding-bottom: 20px!important;
}
.letsWorkTogether.contact-form .row.gutters {
    display: block;
}
.letsWorkTogether.contact-form .columns .center p {
    font-size: 19px;
}
.row.gutters > .columns {
    padding-left: 0px;
}
.letsWorkTogether.contact-form .row.gutters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.contact-form .submit-button {
    text-align: center;
}

.letsWorkTogether.contact-form .letsWorkTogetherContact .columns{
    display: none;
}
.mobile-view-title {
    display: block;
    order: 1;
} 
.letsWorkTogether.contact-form .columns .center p {
    padding-bottom: 20px;
}
.section.contact-us {
    padding: 65px 0px 50px;
}
body.page_index .letsWorkTogether.contact-form {
    padding-bottom: 10px;
}
.contact-form.contact-form-unique-one .row .map-image-wrap.columns.mobile-100.phone-100 {
    max-width: 100%;
    padding-left:0px!important;
}
.client-section-1 .gutters .columns .attached.card p {
    line-height: 25px;
}
.section.client-section-1 {
	padding: 40px 0px 0px 0px;
}
.client-section-2 .letsWorkTogetherImage img, .faq-page .letsWorkTogetherImage img{
    display: none;
}
.section.letsWorkTogether.client-section-2 {
    padding-top: 20px;
}
body .faq-section .row.gutters .columns.faq-section-wrap {
    padding: 20px 15px 20px;
  max-width: 100%;
}
body .faq-section .faq-section-wrap .content b, body .faq-section .faq-section-wrap .content p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
body.page_index .letsWorkTogether.faq-page {
    padding-top: 60px;
}
.networkPenetrationTesting.social-engineering .guttersalign.middle {
    padding-top: 35px;
}
.networkPenetrationTesting.social-engineering .relaxed p {
    padding: 0px 0px 20px 0px;
}
body.page_index .networkPenetrationTesting .row.gutters .container {
    padding-top: 15px;
}
.section.letsWorkTogether.social-service-page .letsWorkTogetherImage img {
    display: none;
}
.row.blogDetail {
    grid-template-columns: repeat(1 , 1fr);
    grid-row-gap: 30px;
}
.blogDetail p.wojo.mini.text.bolgBody {
    line-height: 27px;
    font-size: 16px;
}
.blogDetail .bolgButton, .custom-btn a {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px 16px;
}
.bolgTitle {
    font-size: 23px;
    line-height: 23px;
}
p.wojo.mini.text.bolgD {
    font-size: 24px;
}
.blogDetail .columns {
    max-width: 480px!important;
    margin: 0 auto!important;
}
h1.section-heading {
    font-size: 70px;
    line-height: 95px;
}
.page-content h2 {
    font-size: 19px;
}
.page-content p {
    font-size: 16px;
    line-height: 26px;
}
.error-404.not-found.erro-page-heading.container {
    padding: 70px 0px;
}
figure.wojo.rounded.image.margin.bottom {
    height: 350px;
    padding-bottom: 25px;
}
body.page_index h2 {
    font-size: 22px;
}
body.page_index .wojo.horizontal.relaxed.divided.list .item span {
    font-size: 13px;
    line-height: 15px;
}
body.page_index .wojo.horizontal.relaxed.divided.list {
    padding-bottom: 15px;
}
body.page_index p {
text-align: justify;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 160%;
}
body.page_index #comments .wojo.fields {
    grid-gap: 15px;
    margin-bottom: 15px;
}
body.page_index #comments .wojo.fields .field {
    grid-column: span 12;
}
body.page_index #comments .wojo.form form .wojo.fields .field {
    margin: 0px;
}
body.page_index .letsWorkTogether {
    padding-top: 0;
}
.content-center {
    text-align: center;
}
body .wojo.breadcrumb .active.section, .wojo.breadcrumb a.section {
    font-size: 14px;
}
.columns.mobile-100.phone-100.aboutUsHeadlineImage {
    display: none;
}
body .aboutUsHeadline .row.gutters .aboutUsHeadlineText {
    padding-top: 30px;
}
.clientCertificate button.owl-prev,
 .clientCertificate button.owl-next {
    margin: 0px;
}
.clientCertificate .wojo.carousel .owl-nav button {
    width: 35px;
    height: 35px;
}
body .wSlider .owl-nav button:after, .clientCertificate .wojo.carousel .owl-nav button:before {
    height: 16px;
    background-repeat: no-repeat;
    background-size: 20px;
}
.section.clientCertificate {
    padding-bottom: 80px;
}
.clientCertificate .owl-item {
	height: 70px;
	margin: 10px 5px;
	padding: 0;
}
.page_index .wSlider {
    height: 490px;
}
#pageCaption h1 {
	padding-top: 90px;
}
#pageCaption {
	height: 250px;
}
.section.faq-section:first-child {
	padding-top: 42px;
}
.section.faq-section {
	padding-top: 40px;
}
.section.faq-section {
	margin-bottom: 0;
}
body .faq-section .faq-section-wrap .content h2 {
    font-size: 18px;
    line-height: 28px;
}
body .wojo.breadcrumb a {
	font-size: 14px;
}
.section.blogList {
	padding: 40px 0px 35px;
}
.bolgDate .date-top {
	font-size: 18px;
	line-height: 100%;
}
.bolgDate .date-bottom {
	font-size: 14px;
	line-height: 100%;
}
}
    
        

