/*
 Theme Name:   WP-Bootstrap Child Theme
 Theme URI:    https://www.wpbeginner.com/
 Description:  A bootstrap 4 starter child theme
 Author:       D.G Techlink Ltd
 Author URI:   https://www.techlink.com.cy
 Template:     wp-bootstrap-starter
 Version:      1.0.0
*/

.work-page.nav-pills, .elementor-tabs-wrapper {
    border-bottom: 1px solid rgb(245, 245, 245);

}


.elementor-tab-title.elementor-active {
    border-bottom: 1px solid #102B43 !important;;
}

.work-page.nav-pills .nav-link, .nav-pills > .nav-link {
    color: #102B43;
    background-color: white;
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 16px;
    padding-bottom: 30px;
    padding-left: 0;
    margin-right: 40px;
}

.work-page.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 1px solid #102B43;
    border-radius: 0;

}

.work-item h4 {
    font-family: Lato, sans-serif;
    font-weight: 900;
    color: #102B43;
    font-size: 16px;
    margin-top: 25px;
}

.work-item {
    margin-bottom: 60px;
}

.work-items.row {
    margin-top: 55px;
}

#tags h5 {
    display: none;
}

#tags .tagcloud a {
    color: #323333;
    font-size: 16px !important;
    font-weight: 600;
}

.single-post .elementor-swiper-button {
    font-size: 32px;
    background: #FFFFFF;
    color: #0A0A0A;
    padding: 20px;
}

.single-post .elementor-swiper-button-prev {
    right: 85px;
    left: unset;
}


.project-details {
    background-color: white;
    top: 0;
    z-index: 2;
    position: absolute;
    padding: 15px;
}

.project-details h3 {
    color: #015289;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 900;
}


.project-details p {
    color: #606060;
    font-family: Lato, sans-serif;
    font-size: 16px;
}

.project-img {
    height: 650px;
    background-position: center;
    background-size: cover;
}


.slick-prev, .slick-next {
    top: 85%;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(0, -85%);
    -ms-transform: translate(0, -85%);
    transform: translate(0, -85%);
}

.slick-next:before {
    content: '';
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 20px;
}

.slick-prev:before {
    content: '';
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 30px;
}

.slick-prev:before, .slick-next:before {
    font-size: 45px;
}

.slick-next {
    right: 30px;
}

.slick-prev {
    right: 110px;
    z-index: 9;
    left: unset;
}

.slick-arrow {
    background-color: white !important;
}


.btn-link {
    color: #FEC61F;
}

.card-header {
    background-color: #001c38;
}

li.pdf-link {
    background-image: url(/wp-content/uploads/2020/07/download.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 5px;
    background-size: 20px;
    border-bottom: 1px solid grey;
}

li.pdf-link a {
    color: #7a7a7a;
}

.page-id-118 ul {
    list-style-type: none;
    padding-left: 0;
}

.page-id-118 ul li a {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-weight: bold;
}

.products ul li:before {
    content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
    background-image: url("/wp-content/uploads/2020/07/pdf.svg");
}

.brand_pdf {
    border-bottom: 1px solid black;
}


.counter.plus h2:before {
    content: '+';
    display: inline-block;
    font-size: 115px;
}

@media screen and (min-width: 1200px) {
    .elementor-nav-menu li:last-child {
        background: #FEC61F;
        padding: 0 1.5rem;
    }

    .elementor-nav-menu li:last-child a:hover {
        color: white !important;
    }
}

@media screen and (max-width: 767px) {
    .work-page.nav-pills .nav-link, .nav-pills > .nav-link {
        margin-right: 0;
    }
}

