
	
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row + .row {
    margin-top: 100px;
}

.features h3 {
    font-weight: 400;
    font-size: 24px;
}

.features ul {
    list-style: none;
    padding: 0;
}

    .features ul li {
        padding-bottom: 10px;
    }

    .features ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #007c56;
    }

.features p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
    font-weight: 400;
    font-size: 26px;
}

.about ul {
    list-style: none;
    padding: 0;
}

    .about ul li {
        padding-bottom: 10px;
    }

    .about ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #007c56;
    }

.about p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .counters span {
    font-size: 48px;
    display: block;
    color: #007c56;
}

.facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
    padding: 60px 0;
}

    .skills .progress {
        height: 35px;
        margin-bottom: 10px;
    }

        .skills .progress .skill {
            line-height: 35px;
            padding: 0;
            margin: 0 0 0 20px;
            text-transform: uppercase;
        }

            .skills .progress .skill .val {
                float: right;
                font-style: normal;
                margin: 0 20px 0 0;
            }

    .skills .progress-bar {
        width: 1px;
        text-align: right;
        transition: .9s;
    }

/*--------------------------------------------------------------
# Tetstimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 60px 0;
}

    .testimonials .section-header {
        margin-bottom: 40px;
    }

    .testimonials .testimonial-item {
        text-align: center;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 170px;
            height: 170px;
/*            border-radius: 50%;
*/            border: 4px solid #fff;
            margin: 0 auto;
        }

        .testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #111;
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0 0 15px 0;
        }

        .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
            color: #fbfcfd;
            font-size: 26px;
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .testimonials .testimonial-item p {
            margin: 0 auto 15px auto;
        }

    .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #007c56;
        }

        .testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #007c56;
        }

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    padding-bottom: 10px;
}

    .service-details .card {
        border: 0;
        padding: 0 30px;
        margin-bottom: 60px;
        position: relative;
    }

    .service-details .card-img {
        width: calc(100% + 60px);
        margin-left: -30px;
        overflow: hidden;
        z-index: 9;
        border-radius: 0;
    }

        .service-details .card-img img {
            max-width: 100%;
            transition: all 0.3s ease-in-out;
        }

    .service-details .card-body {
        z-index: 10;
        background: #fff;
        border-top: 4px solid #fff;
        padding: 30px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        margin-top: -60px;
        transition: 0.3s;
    }

    .service-details .card-title {
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

        .service-details .card-title a {
            color: #012b58;
            transition: 0.3s;
        }

    .service-details .card-text {
        color: #5e5e5e;
    }

    .service-details .read-more a {
        color: #777777;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        transition: 0.3s;
    }

        .service-details .read-more a:hover {
            color: #007c56;
        }

    .service-details .card:hover img {
        transform: scale(1.1);
    }

    .service-details .card:hover .card-body {
        border-color: #007c56;
    }

        .service-details .card:hover .card-body .card-title a {
            color: #007c56;
        }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}

.pricing h4 {
    font-size: 46px;
    color: #007c56;
    font-weight: 400;
    margin-bottom: 25px;
}

    .pricing h4 span {
        color: #bababa;
        font-size: 18px;
        display: block;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: right;
    line-height: 20px;
}

    .pricing ul li {
        padding-bottom: 12px;
    }

    .pricing ul i {
        color: #007c56;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
    }

        .pricing ul .na i {
            color: #ccc;
        }

        .pricing ul .na span {
            text-decoration: line-through;
        }

.pricing .get-started-btn {
    background: #012b58;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

    .pricing .get-started-btn:hover {
        background: #007c56;
    }

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
}

    .pricing .featured .get-started-btn {
        background: #007c56;
    }

        .pricing .featured .get-started-btn:hover {
            background: #85b6cf;
        }

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
    padding-bottom: 60px;
}

    .portfolio #portfolio-flters {
        padding: 0;
        margin: 0 0 35px 0;
        list-style: none;
        text-align: center;
    }

        .portfolio #portfolio-flters li {
            cursor: pointer;
            margin: 0 12px 5px 12px;
            display: inline-block;
            padding: 0 4px 6px 4px;
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            color: #444;
            transition: all 0.3s ease-in-out;
            border-bottom: 2px solid #fff;
        }

            .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
                border-color: #007c56;
                color: #007c56;
            }

    .portfolio .portfolio-item {
        background: #012b58;
        overflow: hidden;
        min-height: 200px;
        position: relative;
        border-radius: 4px;
        margin: 0 0 30px 0;
    }

        .portfolio .portfolio-item img {
            transition: all 0.3s ease-in-out;
        }

        .portfolio .portfolio-item .portfolio-info {
            opacity: 0;
            position: absolute;
            transition: all .3s linear;
            text-align: center;
            top: 10%;
            left: 0;
            right: 0;
        }

            .portfolio .portfolio-item .portfolio-info h3 {
                font-size: 22px;
                color: #fff;
                font-weight: bold;
            }

            .portfolio .portfolio-item .portfolio-info a i {
                color: rgba(255, 255, 255, 0.6);
                font-size: 28px;
                transition: 0.3s;
            }

                .portfolio .portfolio-item .portfolio-info a i:hover {
                    color: white;
                }

        .portfolio .portfolio-item:hover img {
            opacity: 0.6;
            transform: scale(1.1);
        }

        .portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
            top: calc(50% - 30px);
        }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #007c56;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #007c56;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(30, 67, 86, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding-bottom: 30px;
}

    .team .member {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .team .member .member-img {
            position: relative;
            overflow: hidden;
        }

        .team .member .social {
            position: absolute;
            left: 0;
            bottom: -40px;
            right: 0;
            height: 40px;
            opacity: 0;
            transition: bottom ease-in-out 0.4s;
            text-align: center;
            background: rgba(1,43,88,0.8);
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .team .member .social a {
                transition: color 0.3s;
                color: #fff;
                margin: 0 12px;
                display: inline-block;
            }

                .team .member .social a:hover {
                    color: #007c56;
                }

            .team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

        .team .member .member-info h4 {
            font-weight: 700;
            margin: 15px 0 5px 0;
            font-size: 18px;
        }

        .team .member .member-info span {
            display: block;
            font-size: 13px;
            font-weight: 400;
            margin-bottom: 15px;
            color: #007c56;
        }

        .team .member .member-info p {
            font-size: 14px;
            line-height: 26px;
            color: #666;
            text-align: right;
        }

        .team .member:hover .social {
            bottom: 0;
            opacity: 1;
            transition: bottom ease-in-out 0.4s;
        }

            .team .member:hover .social a, .team .member:hover .social i {
                line-height: 0;
                font-size: 18px;
            }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding-bottom: 30px;
}

		.contact .info-box {
			color: #444;
			text-align: center;
			background-color: #fff;
			box-shadow: 0 0 30px rgb(214 215 216 / 60%);
			padding: 12px 0;
			margin-bottom: 24px;
			display: flex;
			width: 100%;
			border-radius: 15px;
			align-items: center;
		}

        .contact .info-box i {
            font-size: 32px;
            color: #007c56;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #a2cce3;
			margin: 0 15px;

        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #666;
            font-weight: 700;
            margin: 10px 0;
        }

        .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
    color: #002a56;
    font-weight: 800;
        }

    .contact .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 30px;
        margin-bottom: 30px;
    }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: right;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form input, .contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            .contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
                background-color: #007c56;
            }

        .contact .php-email-form input {
            padding: 10px 15px;
        }

        .contact .php-email-form textarea {
            padding: 12px 15px;
        }

        .contact .php-email-form button[type="submit"] {
            background: #007c56;
            border: 0;
            padding: 10px 24px;
            color: #fff;
            transition: 0.4s;
        }

            .contact .php-email-form button[type="submit"]:hover {
                background: #8dbad2;
            }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
 .contact .single-inner img{
    border-radius: 20px;
 }
/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
    padding: 0;
    margin-bottom: -6px;
}

    .map iframe {
        width: 100%;
        height: 380px;
    }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

    .blog .entry {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img {
            max-height: 440px;
            margin: -30px -30px 20px -30px;
            overflow: hidden;
        }

        .blog .entry .entry-title {
            /*  font-size: 28px;
*/ font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #012b58;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #007c56;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #72afce;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                align-items: center;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i {
                font-size: 16px;
                margin-right: 8px;
                line-height: 0;
            }

            .blog .entry .entry-meta a {
                color: #777777;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
				display: inline-block;
				background: #007c56;
				color: #fff;
				padding: 10px 20px;
				transition: 0.3s;
				font-size: 14px;
				font-weight: 700;
	}

                .blog .entry .entry-content .read-more a:hover {
					background: #3e3c3d;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #444;
                line-height: 1.6;
                margin-bottom: 0;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #012b58;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

.footer-p {
    color: #fff !important;
    font-size: 14px;
}

.footer-strong {
    color: #fff !important;
    font-size: 14px;
}

.blog .entry .entry-footer i {
    color: #4c99c1;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #255269;
    transition: 0.3s;
}

    .blog .entry .entry-footer a:hover {
        color: #007c56;
    }

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

    .blog .entry .entry-footer .cats li {
        display: inline-block;
    }

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

    .blog .entry .entry-footer .tags li {
        display: inline-block;
    }

        .blog .entry .entry-footer .tags li + li::before {
            padding-right: 6px;
            color: #6c757d;
            content: ",";
        }

.blog .entry .entry-footer .share {
    font-size: 16px;
}

    .blog .entry .entry-footer .share i {
        padding-left: 5px;
    }

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .blog .blog-author img {
        width: 120px;
        margin-right: 20px;
    }

    .blog .blog-author h4 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 0px;
        padding: 0;
        color: #012b58;
    }

    .blog .blog-author .social-links {
        margin: 0 10px 10px 0;
    }

        .blog .blog-author .social-links a {
            color: rgba(30, 67, 86, 0.5);
            margin-right: 5px;
        }

    .blog .blog-author p {
        color: #b7b7b7;
    }

.blog .blog-comments {
    margin-bottom: 30px;
}

    .blog .blog-comments .comments-count {
        font-weight: bold;
    }

    .blog .blog-comments .comment {
        margin-top: 30px;
        position: relative;
    }

        .blog .blog-comments .comment .comment-img {
            margin-right: 14px;
        }

            .blog .blog-comments .comment .comment-img img {
                width: 60px;
            }

        .blog .blog-comments .comment h5 {
            font-size: 16px;
            margin-bottom: 2px;
        }

            .blog .blog-comments .comment h5 a {
                font-weight: bold;
                color: #444;
                transition: 0.3s;
            }

                .blog .blog-comments .comment h5 a:hover {
                    color: #007c56;
                }

            .blog .blog-comments .comment h5 .reply {
                padding-left: 10px;
                color: #012b58;
            }

                .blog .blog-comments .comment h5 .reply i {
                    font-size: 20px;
                }

        .blog .blog-comments .comment time {
            display: block;
            font-size: 14px;
            color: #2b607c;
            margin-bottom: 5px;
        }

        .blog .blog-comments .comment.comment-reply {
            padding-left: 40px;
        }

    .blog .blog-comments .reply-form {
        margin-top: 30px;
        padding: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-comments .reply-form h4 {
            font-weight: bold;
            font-size: 22px;
        }

        .blog .blog-comments .reply-form p {
            font-size: 14px;
        }

        .blog .blog-comments .reply-form input {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .blog-comments .reply-form input:focus {
                box-shadow: none;
                border-color: #b1d0e1;
            }

        .blog .blog-comments .reply-form textarea {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .blog-comments .reply-form textarea:focus {
                box-shadow: none;
                border-color: #b1d0e1;
            }

        .blog .blog-comments .reply-form .form-group {
            margin-bottom: 25px;
        }

        .blog .blog-comments .reply-form .btn-primary {
            border-radius: 4px;
            padding: 10px 20px;
            border: 0;
            background-color: #012b58;
        }

            .blog .blog-comments .reply-form .btn-primary:hover {
                background-color: #255269;
            }

.blog .blog-pagination {
    color: #387ea2;
}

    .blog .blog-pagination ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .blog .blog-pagination li {
        margin: 0 5px;
        transition: 0.3s;
    }

        .blog .blog-pagination li a {
            color: #012b58;
            padding: 7px 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
            background: #007c56;
        }

            .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                color: #fff;
            }

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .blog .sidebar .sidebar-title {
        font-size: 20px;
        font-weight: 700;
        padding: 0 0 0 0;
        margin: 0 0 15px 0;
        color: #012b58;
        position: relative;
    }

    .blog .sidebar .sidebar-item {
        margin-bottom: 30px;
    }

    .blog .sidebar .search-form form {
        background: #fff;
        border: 1px solid #ddd;
        padding: 3px 10px;
        position: relative;
    }

        .blog .sidebar .search-form form input[type="text"] {
            border: 0;
            padding: 4px;
            border-radius: 4px;
            width: calc(100% - 40px);
        }

        .blog .sidebar .search-form form button {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 15px;
            margin: -1px;
            background: #007c56;
            color: #fff;
            transition: 0.3s;
            border-radius: 0 4px 4px 0;
            line-height: 0;
        }

            .blog .sidebar .search-form form button i {
                line-height: 0;
            }

            .blog .sidebar .search-form form button:hover {
                background: #77adca;
            }

    .blog .sidebar .categories ul {
        list-style: none;
        padding: 0;
    }

        .blog .sidebar .categories ul li + li {
            padding-top: 10px;
        }

        .blog .sidebar .categories ul a {
            color: #012b58;
            transition: 0.3s;
        }

            .blog .sidebar .categories ul a:hover {
                color: #007c56;
            }

            .blog .sidebar .categories ul a span {
                padding-left: 5px;
                color: #aaaaaa;
                font-size: 14px;
            }

    .blog .sidebar .recent-posts .post-item + .post-item {
        margin-top: 15px;
    }

    .blog .sidebar .recent-posts img {
        width: 80px;
        float: right;
    }

    .blog .sidebar .recent-posts h4 {
        font-size: 15px;
        margin-left: 95px;
        font-weight: bold;
    }

        .blog .sidebar .recent-posts h4 a {
            color: #012b58;
            transition: 0.3s;
        }

            .blog .sidebar .recent-posts h4 a:hover {
                color: #007c56;
            }

    .blog .sidebar .recent-posts time {
        display: block;
        margin-left: 95px;
        font-size: 14px;
        color: #aaaaaa;
    }

    .blog .sidebar .tags {
        margin-bottom: -10px;
    }

        .blog .sidebar .tags ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .tags ul li {
                display: inline-block;
            }

            .blog .sidebar .tags ul a {
                color: #3f8db5;
                font-size: 14px;
                padding: 6px 14px;
                margin: 0 6px 8px 0;
                border: 1px solid #e4eff5;
                display: inline-block;
                transition: 0.3s;
            }

                .blog .sidebar .tags ul a:hover {
                    color: #fff;
                    border: 1px solid #007c56;
                    background: #007c56;
                }

                .blog .sidebar .tags ul a span {
                    padding-left: 5px;
                    color: #bedae8;
                    font-size: 14px;
                }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #012b58;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #0E746E;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
            color: #a2cce3;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
        }

            #footer .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 25px;
                margin: 0 15px;
                background: #007c56;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
            }

                #footer .footer-newsletter form input[type="submit"]:hover {
                    background: #468db3;
                }

    #footer .footer-top {
        background: linear-gradient(to right, rgb(1, 43, 88), rgb(0, 124, 86));
        border-top: 1px solid #012b58;
        border-bottom: 1px solid #012b58;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                color: #fff;
                font-weight: 600;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #fff;
            color: #007c56;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #007c56;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #fff;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #a2cce3;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

        #footer .credits a {
            color: #a2cce3;
        }

/* tab of chart */
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }
    html[dir="rtl"] .tab button {
        float: right;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
/* chart */

@media (max-width: 992px) {
    .chart_wrap {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: auto;
    }

    #piechart1, #piechart2, #piechart3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .chart_wrap {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: auto;
    }

    #piechart1, #piechart2, #piechart3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 420px) {
    .chart_wrap {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: auto;
    }

    #piechart1, #piechart2, #piechart3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .chart_wrap {
        position: relative;
        height: 0;
        padding-bottom: 30%;
        overflow: hidden;
    }

    #piechart1, #piechart2, #piechart3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

[data-toggle="toggle"] {
    display: none;
}

/* infographic */
.ps-timeline-sec {
    position: relative;
    margin-right: 15%;
}

@media screen and (max-width: 1024px) {
    ps-timeline-sec{
        display: none;
    }
    .hidden-mobile {
        display: none;
    }
}
@media screen and (max-width: 320x) {
    ps-timeline-sec {
        display: none;
    }
    .hidden-mobile {
        display: none;
    }
}























/*.ps-timeline-sec ol:before {
    background: #007c56;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 117px;
    top: 54.5%;
}

.ps-timeline-sec ol:after {
    background: #007c56;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 117px;
    top: 54.5%;
}*/

.ps-timeline-sec ol.ps-timeline {
    margin: 247px 0;
    padding: 0;
    border-top: 2px solid #fff;
    list-style: none;
}

    .ps-timeline-sec ol.ps-timeline li {
        float: right;
        width: 15%;
        padding-top: 30px;
        position: relative;
    }

        .ps-timeline-sec ol.ps-timeline li span {
            width: 50px;
            height: 50px;
            margin-right: -25px;
            background: #fff;
            border: 4px solid #007c56;
            border-radius: 50%;
            box-shadow: 0 0 0 0px #fff;
            text-align: center;
            line-height: 50px -10;
            color: #012b58;
            font-size: 2em;
            font-style: normal;
            position: absolute;
            top: -26px;
            right: 0%;
        }

            .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
                content: "";
                color: #007c56;
                width: 2px;
                height: 50px;
                background: #007c56;
                position: absolute;
                top: -50px;
                left: 50%;
            }

            .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
                content: "";
                color: #007c56;
                width: 8px;
                height: 8px;
                background: #007c56;
                position: absolute;
                bottom: 90px;
                left: 44%;
                border-radius: 100%;
            }

            .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
                content: "";
                color: #007c56;
                width: 2px;
                height: 50px;
                background: #007c56;
                position: absolute;
                bottom: -50px;
                left: 50%;
            }

            .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
                content: "";
                color: #007c56;
                width: 8px;
                height: 8px;
                background: #007c56;
                position: absolute;
                top: 90px;
                left: 44%;
                border-radius: 100%;
            }

        .ps-timeline-sec ol.ps-timeline li .img-handler-top {
            position: absolute;
            bottom: 0;
            margin-bottom: 130px;
            width: 100%;
            left: 49%;
        }

            .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
                display: table;
                margin: 0 auto;
                width: 53%;
            }

        .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
            position: absolute;
            margin-top: 60px;
            /*width: 100%;*/
            margin-right: -36%;
        }


            .ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
                display: table;
                margin: 0 auto;
                width: 74%
            }

        .ps-timeline-sec ol.ps-timeline li p {
            text-align: center;
            width: 80%;
            margin: 0 auto;
            margin: 0 -43% 0 0;
            color: #686868;
        }

        .ps-timeline-sec ol.ps-timeline li .ps-top {
            position: absolute;
            bottom: 0;
            margin-bottom: 100px;
        }

        .ps-timeline-sec ol.ps-timeline li .ps-bot {
            position: absolute;
            margin-top: 35px;
        }

/* progress bars */

.progress {
    height: 15px !important;
    width: 73%;
    margin-bottom: 18px;
    padding-top: 1px;
    border-radius: 7px;
    background-color: #26262d;
    border-bottom: 1px solid #1f1f21;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
}

    .progress-bar, .progress .progress-bar {
        display: block;
        overflow: hidden;
        position: relative;
        height: 88%;
        margin-left: 1px;
        border-radius: 7px;
        min-width: 13px;
    }

        .progress-bar:after, .progress .progress-bar:after {
            content: "";
            display: block;
            position: absolute;
            background-color: rgba(255, 255, 255, 0.2);
            width: 6px;
            height: 6px;
            top: 4px;
            left: 4px;
            border-radius: 3px;
            box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.5);
        }

.cool {
    background: #0e7478;
    /*    background: -moz-linear-gradient(left, #0e7478 30%, #b6d5d3 100%);
*/ /*background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0e7478), color-stop(100%, #b6d5d3));*/
    /*    background: -webkit-linear-gradient(left, #0e7478 100%, #b6d5d3 30%);
*/ /*background: -o-linear-gradient(left, #0e7478 30%, #e6f1f0 100%);*/
    /*    background: -ms-linear-gradient(left, #b6d5d3 30%, #0e7478 100%);
*/ background: linear-gradient(to right, #b6d5d3 30%, #0e7478 100%);
    /*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e7478", endColorstr="#b6d5d3",GradientType=1 );
*/ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -3px 4px rgba(142, 218, 218, 0.4);
}




[data-toggle="toggle"] {
    display: none;
}

.boxs {
    transition: box-shadow .3s;
    width: 300px;
    height: 500px;
    margin: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
}

    .boxs:hover {
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }
/* local production */
.chart {
    border-radius: 3px;
    box-shadow: 0 0 10px -3px black;
    float: right;
    margin: 15px 2.5%;
    position: relative;
    width: 45%;
}

canvas {
    height: 400px;
    margin: 20px 0;
    width: 100%;
}

.title {
    font-size: 18px;
    margin: 0;
    padding: 15px 0 5px;
}

.title {
    margin-top: 10px;
}

.dark {
    background-color: #fff;
    color: #012b58;
}


/* filter tab */
ul#tabs-list {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
}

label.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    color: #355574;
    cursor: pointer;
    border-radius: 15px;
    background-color: #ecf0f1;
    transition-property: background-color, color;
    transition-duration: 200ms;
	
}

    label.panel-label:hover {
		background-color: #e0e9eb;
        color: #012b58;
    }

#panels {
    background-color: white;
}

    #panels .container {
        margin: 0 auto;
        width: 90%;
    }

    #panels header label.panel-label {
        padding: 12px 24px;
        box-sizing: border-box;
    }

    #panels main {
        box-sizing: border-box;
        max-height: 0;
        opacity: 0;
        transition: opacity 600ms;
        overflow-y: hidden;
    }

#panel-1-ctrl:checked ~ #panels #panel-1 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-4-ctrl:checked ~ #panels #panel-4 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-5-ctrl:checked ~ #panels #panel-5 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-6-ctrl:checked ~ #panels #panel-6 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-7-ctrl:checked ~ #panels #panel-7 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-8-ctrl:checked ~ #panels #panel-8 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-9-ctrl:checked ~ #panels #panel-9 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-10-ctrl:checked ~ #panels #panel-10 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

@media all and (max-width: 767px) {
    #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-6 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-7 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-8 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-9 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-10 {
        max-height: 46px;
        opacity: 1;
    }

    #open-nav-label {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
    }

    #nav-ctrl:checked ~ #tabs-list #open-nav-label {
        display: none;
    }

    #close-nav-label {
        display: block;
        max-height: 0;
        overflow-y: hidden;
        background-color: #444444;
        color: #ecf0f1;
        padding: 0px;
        transition: max-height 200ms;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 22px;
    }

    #nav-ctrl:checked ~ #tabs-list #close-nav-label {
        max-height: 36px;
        opacity: 1;
        padding: 12px 24px;
    }

    #tabs-list {
        position: relative;
    }

        #tabs-list label.panel-label {
            padding: 12px 0;
        }

        #tabs-list #li-for-panel-1 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

        #tabs-list #li-for-panel-2 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

        #tabs-list #li-for-panel-3 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

        #tabs-list #li-for-panel-4 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

        #tabs-list #li-for-panel-5 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

        #tabs-list #li-for-panel-6 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

        #tabs-list #li-for-panel-7 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

        #tabs-list #li-for-panel-8 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

        #tabs-list #li-for-panel-9 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

        #tabs-list #li-for-panel-10 {
            max-height: 0;
            overflow-y: hidden;
            transition: max-height 200ms;
        }

    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }

    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }

    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }

    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }

    #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }

    #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }

    #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }

    #panel-9-ctrl:checked ~ #tabs-list #li-for-panel-9 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-9-ctrl:checked ~ #tabs-list #li-for-panel-9 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }

    #panel-10-ctrl:checked ~ #tabs-list #li-for-panel-10 {
        max-height: 46px;
        opacity: 1;
    }

        #panel-10-ctrl:checked ~ #tabs-list #li-for-panel-10 label.panel-label {
            background-color:#007d56;
            color: #012b58;
            background-color: #012b58;
            color: white;
        }

    #panels .container {
        width: 100%;
    }

    #panels header {
        display: block;
    }
}
@media all and (min-width: 768px) {
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
            border-right: 1px solid transparent;
        }

        #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
            border-left: 1px solid #dfdfdf;
        }

        #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
                height: 6px;
            }

    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
            border-right: 1px solid transparent;
        }

        #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
            /*border-left: 1px solid #dfdfdf;*/
        }

        #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
                height: 6px;
            }

    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
            border-right: 1px solid transparent;
        }

        #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
            border-left: 1px solid #dfdfdf;
        }

        #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
                height: 6px;
            }

    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
            border-right: 1px solid transparent;
        }

        #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
            border-left: 1px solid #dfdfdf;
        }

        #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
                height: 6px;
            }

    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5.last {
            border-right: 1px solid transparent;
        }

        #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li {
            border-left: 1px solid #dfdfdf;
        }

        #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
                height: 6px;
            }

    #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6.last {
            border-right: 1px solid transparent;
        }

        #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 + li {
            border-left: 1px solid #dfdfdf;
        }

        #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label::after {
                height: 6px;
            }

    #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7.last {
            border-right: 1px solid transparent;
        }

        #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 + li {
            border-left: 1px solid #dfdfdf;
        }

        #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 label.panel-label::after {
                height: 6px;
            }

    #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8.last {
            border-right: 1px solid transparent;
        }

        #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 + li {
            border-left: 1px solid #dfdfdf;
        }

        #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 label.panel-label::after {
                height: 6px;
            }

    #panel-9-ctrl:checked ~ #tabs-list #li-for-panel-9 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-9-ctrl:checked ~ #tabs-list #li-for-panel-9.last {
            border-right: 1px solid transparent;
        }

        #panel-9-ctrl:checked ~ #tabs-list #li-for-panel-9 + li {
            border-left: 1px solid #dfdfdf;
        }

        #panel-9-ctrl:checked ~ #tabs-list #li-for-panel-9 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-9-ctrl:checked ~ #tabs-list #li-for-panel-9 label.panel-label::after {
                height: 6px;
            }

    #panel-10-ctrl:checked ~ #tabs-list #li-for-panel-10 {
        pointer-events: none;
        cursor: default;
        transform: translate3d(0, 1px, 0);
        box-shadow: none;
        border-right: none;
    }

        #panel-10-ctrl:checked ~ #tabs-list #li-for-panel-10.last {
            border-right: 1px solid transparent;
        }

        #panel-10-ctrl:checked ~ #tabs-list #li-for-panel-10 + li {
            border-left: 1px solid #dfdfdf;
        }

        #panel-10-ctrl:checked ~ #tabs-list #li-for-panel-10 label.panel-label {
            background-color:#007d56;
			background: linear-gradient(318deg, #007D56 10.45%, #002A56 100.78%);
            color: #fff;
            padding-top: 26px;
        }

            #panel-10-ctrl:checked ~ #tabs-list #li-for-panel-10 label.panel-label::after {
                height: 6px;
            }

			ul#tabs-list {
				text-align: center;
			}

        ul#tabs-list li {
            display: inline-block;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            width: 19.80%;
            margin-bottom: 5px;
			border-left: 0!important;
            /* box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05); */
            /* border-right: 1px solid #dfdfdf; */
            position: relative;
        }

            ul#tabs-list li:hover {
                transition: none;
                border-right: none;
            }

                ul#tabs-list li:hover.last {
                    border-right: 1px solid transparent;
                }

                ul#tabs-list li:hover + li {
                    border-left: 1px solid #dfdfdf;
                }

            ul#tabs-list li label.panel-label {
                position: relative;
                padding: 24px 0;
            }

                /*ul#tabs-list li label.panel-label::after {
                    content: "";
                    position: absolute;
                    width: 100%;
                    left: 0;
                    bottom: 100%;
                    background-color: #002a56;
                    height: 0;
                    transition-property: height;
                    transition-duration: 200ms;
                }*/

                ul#tabs-list li label.panel-label:hover {
                    /*padding-top: 25px;*/
                }

                    ul#tabs-list li label.panel-label:hover::after {
                        height: 6px;
                    }

    #open-nav-label,
    #close-nav-label {
        display: none;
    }

    #nav-ctrl {
        display: none;
    }
}
/*@media all and (max-width: 768px) {
	input[id^="panel-"]:checked ~ #tabs-list li:before {
		font: normal normal normal 1em/1 "LineIcons";
		content: "\eb29";
		position: absolute;
		color: #fff;
		right: 14px;
		top: 11px;
		font-size: 24px;
	}
}*/


.panel-radios {
    position: fixed;
    left: 50%;
    top: 10px;
    width: 20px;
    opacity: 0.1;
    /* z-index: 99; */
    background-color: white;
    border-color: white;
}

    .panel-radios:nth-child(1) {
        transform: translateX(-50px);
    }

    .panel-radios:nth-child(2) {
        transform: translateX(-30px);
    }

    .panel-radios:nth-child(3) {
        transform: translateX(-10px);
    }

    .panel-radios:nth-child(4) {
        transform: translateX(10px);
    }

    .panel-radios:nth-child(5) {
        transform: translateX(30px);
    }

    .panel-radios:nth-child(6) {
        transform: translateX(-50px);
    }

    .panel-radios:nth-child(7) {
        transform: translateX(-30px);
    }

    .panel-radios:nth-child(8) {
        transform: translateX(-10px);
    }

    .panel-radios:nth-child(9) {
        transform: translateX(10px);
    }

    .panel-radios:nth-child(10) {
        transform: translateX(30px);
    }

    .panel-radios:nth-child(11) {
        top: 30px;
        transform: translateX(-10px);
        display: block;
    }



label.demo-label {
    background-color: #012b58;
    color: white;
/*    padding: 4px 8px;
*/    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    label.demo-label:hover {
        background-color: #007c56;
    }

#demo-child-toggle {
    display: none;
}

    #demo-child-toggle:checked ~ #demo-parent #demo-child {
        color: #012b58;
        font-weight: bold;
        text-transform: uppercase;
    }

#demo-parent {
/*    margin-top: 8px;
*/}

/* Inv home card */
.cards{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-inv {
    margin: 40px;
    position: relative;
    width: 244px;
    height: 350px;
    box-shadow: 0px 3px 29px -6px rgba(1, 43, 88, 0.726);
}

.card-title-inv {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #012b58;
    padding: 2%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.card-inv img-inv {
    width: 13.5rem;
    height: 18.5rem;
    object-fit: cover;
    display: block;
    position: relative;
}

.card-desc-inv {
    display: block;
    position: absolute;
    height: 0;
    top: 0;
    opacity: 0;
    padding: 18px 8%;
    width: -webkit-fill-available;
    background-color: white;
    overflow-y: hidden;
    transition: 0.8s ease;
}

.card-inv:hover .card-desc-inv {
    opacity: 1;
    height: 100%;
}
/* Inv home card */
.btn-primary {
    background: #012b58;
    border: 2px solid #012b58;
}

.btn-primary:hover {
	background: #001e3d;
	color: #fff;
	text-decoration: none;
	border: 2px solid #001e3d;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #0a3766;
    border-color: #0a3766;
}
.login-img {
    background-image: url(../img/log1.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inv-logo {
    max-width: 41%;
}
@media all and (max-width: 700px) {

    .inv-logo {
        max-width: 90% !important;
    }
}
