/******************************************************************
  Template Name: Style for NPT
  Description: Style file for NotPenTest
  Author: WebWizardMK
  Author URI: https://webwizard.mk/
  Version: 2.0.3
  Created: sime.huawei2@gmail.com
******************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
div {
    box-sizing: border-box;
}
body {
    /*font-family: 'Arial', sans-serif;*/
    font-family: "Play", sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    float: left;
}
body {
    user-select: none;
}

.section {
    width: 100%;
    display: block;
    float: left
}
.white_text {
    color: #fff;
}

.mega-title {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.bg_dark {
    background-color: #1E1E1E;
    color: #fff;
}
.grid-row {
    display: flex;
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.grid-col-6 {
    width: 50%;
    float: left;
}

#main.main-content {
    width: 100%;
    float: left;
}

header.header {
    background-color: #f8f9faed;
    position: relative;
    top: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
header.header img {
    padding-left: 10px;
}
header.header nav {
    padding-right: 20px;
}
header.header nav ul li {
    display: inline;
    padding: 10px;
}
header.header nav ul li a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

#top-banner {
    background-image:url('../img/notpentest_backe01.webp');
    height: 470px; 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0;
}
#top-banner:before {
    content: '';
    width: 100%;
    background: #00000042;
    position: absolute;
    z-index: 0;
    height: 470px;
}
#top-banner .banner-cta {
    z-index: 1;
}

#about {
    color: #fff;
    background: #100028;
        padding: 3% 0;
}
#about .grid-col-6 {
    width: 68%;
}
#about .grid-col-4.gc {
    width: 32%;
    text-align: center;
}

.section.engagements {
    padding: 3% 0;
}
.section.engagements .subrow {
    display: flex;
}
.section.engagements .subrow .grid-col-6 {
    border-radius: 10px;
    border: 1px solid #452258;
    padding: 20px;
    margin: 1%;
    background-color: #452258;
}
.section.engagements .subrow .grid-col-6:hover,
.section_3box .grid-col-4:hover {
    background-color: #2e183a;
}
.section.engagements .subrow .grid-col-6 p {
    margin: 5px 0 0;
}
.section.engagements .subrow .grid-col-6 img {
    padding-right: 20px;
    float: left;
    margin-bottom: 20px;
}

#expertise {
    padding: 3% 0;
}
#expertise .section_title.section_intro {
    padding-bottom: 40px;
}
.section_services .grid-col-4.gc {
    width: 33%;
    float: left;
}
.section_services .grid-col-4.gc img.aligncenter {
    display: flex;
    margin: auto;
}

.section.section_fouriconbox {
    background-color: #100028;
        color: #fff;
            padding: 3% 0;
}
.section.section_fouriconbox .grid-col-6.gc.box {
    border-radius: 10px;
    padding: 20px;
    margin: 1%;
}
.section.section_fouriconbox .grid-col-6.gc.box.border_blue {
    border: 2px solid #0495fe;
}
.section.section_fouriconbox .grid-col-6.gc.box.border_green {
    border: 2px solid #00a49c;
}
.section.section_fouriconbox .grid-col-6.gc.box.border_yellow {
    border: 2px solid #b88d00;
}
.section.section_fouriconbox .grid-col-6.gc.box.border_red {
    border: 2px solid #ff5269;
}

.section.section_3box {
    padding: 3% 0;
}
.section.section_3box .subrow {
    display: flex;
    justify-content: space-between;
}
.section_3box .grid-col-4.subrow_first {
    background-color: #452258;
}
.section_3box .grid-col-4.subrow_second {
    background-color: #452258;
}
.section_3box .grid-col-4.subrow_third {
    background-color: #452258;
}
.section.section_fouriconbox .grid-col-6:hover {
    background-color: #0c011b;
}
.section_3box .grid-col-4 {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    width: 30%;
    float: left;
    margin: 0 1%;
}


.team.team-bg {
    background-image: url(../img/notpentest_backge06.jpg);
    background-size: cover;
    background-position: center;
}
.section.team.team-bg .grid-row.second {
    padding-top: 100px;
}
.section.team.team-bg .grid-row.first {
    padding: 3% 0 0;
}
/*.section.team.team-bg:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    background: #00000042;*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    height: 100%;*/
/*}*/
.team.team-bg .team_column {
    display: flex;
    flex: 4;
    z-index: 1;
    justify-content: center;
    min-height: 350px;
}
.team.team-bg .white_text.team_title {
    margin: 60px 0 20px;
    z-index: 1;
}
.team.team-bg .team_column .set-bg {
    width: 96%;
    height: 400px;
    position: relative;
    color: #fff;
    background-size: cover;
    background-color: #3333339e;
}
.team.team-bg .team_column:hover .set-bg .team_name {
    display: block;
    	-webkit-animation: slide-fwd-top 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-fwd-top 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}
.team.team-bg .team_column .set-bg .team_name {
    display: none;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    bottom: 0;
    background: #0000008f;
    padding: 10px 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}
.team.team-bg .team_column .team_first.set-bg {
    margin-top: 60px;
    background-image: url(../img/dev_avatar.png);
}
.team.team-bg .team_column .team_second.set-bg {
    margin-top: 0px;
    background-image: url(../img/avaar-girl.png);
}
.team.team-bg .team_column .team_third.set-bg {
    margin-top: -60px;
    background-image: url(../img/dev_avatar.png);
}
.team.team-bg .team_column .team_four.set-bg {
    margin-top: -120px;
    background-image: url(../img/avaar-girl.png);
}
.team.team-bg .team_button {
    width: 100%;
    display: flex;
    margin: 30px 0;
    justify-content: flex-end;
}
.team.team-bg .team_social i {
    color: #fff;
}

div#partners {
    padding: 1% 0 3%;
}
div#partners h3 {
    text-align: center;
}
a.all_posts-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    width: 30%;
    /* float: left; */
    background-color: #452258;
    text-align: center;
    margin: 4% auto 0;
    text-decoration: none;
}
div#posts {
    padding: 1% 0 3%;
}
#contact {
    background-color: #100028;
    color: #fff;
}
#contact .grid-row { 
    min-height: 110px;
    align-items: center;
    justify-content: space-between; 
    
}
    
a.primary-btn {
    background: #000;
    padding: 10px 20px;
    color: #fff;
}
footer.footer {
    padding: 0 0;
    width: 100%;
    float: left;
    /*background-image: url('../img/page-footer-default.webp');*/
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
}
footer.footer a {
    color: #fff;
}
footer.footer .footer_copyrights {
    justify-content: space-between;
    align-items: center;
}
footer.footer .footer_copyrights p a {
    margin: 0 10px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: #000000bd;
    padding-top: 10vh;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


.header {
    transition: all 0.3s ease;
    position: relative;
}

.sticky-header {
    position: fixed !important;
    left: 0;
    animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/*.sticky-header img {*/
/*    margin-left: 20px; */
/*}*/

.sticky-header nav {
    padding-right: 20px; 
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
    transform: rotate(180deg);
}

.back-to-top i {
    font-size: 20px;
}

.back-to-top.active {
    display: flex;
}


#blog-posts ul.posts {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
#blog-posts li {
    list-style: none;
    float: left;
    width: 29.33%;
    text-align: center;
    margin: 1% 2%;
}
#blog-posts li a, #blog-posts li span {
    display: block;
    text-align: center;
}

#blog-posts.home_post li a, #blog-posts.home_post li span {
        color: #fff;
}
#blog-posts {
    width: 100%;
}
#blog-posts.home_post li.hideon_home {
    display: none;
}


/*  BLOG */

#main.main-content.post-content {
    width: 100%;
    display: flex;
    max-width: 1100px;
    margin-left: calc((100% - 1100px) / 2);
}


@media screen and (max-width: 1140px) {
    #blog-posts li {
        width: 100%;
        margin: 2% 0%;
    }   
}

@media screen and (max-width: 768px) {
    .grid-col-4, .grid-col-6 {
        width: 98% !important;
        margin: 2% 0;
    }
    .section {
        padding: 3% 1% !important;
    }
    .section.engagements .subrow {
        flex-wrap: wrap;
    }
    .section.section_3box .subrow, .grid-row {
        display: block;
    }
    .section.section_3box .grid-col-4 {
        width: 98% !important;
    }
    
}
#main.main-content.post-content .post-feature-image {
    display: none;
}