.theme-btn {
    color: #ffffff;
    grid-gap: 20px;
}

.top-left a {
    color: #ffffff;
}

.active2{
	color: #3fa652 !important;
}

.about-quantech a img{
	width: 100% !important;
}

footer .footer-bottom {
    background-color: #1c375a;
}

.copy-rights p {
    color: white !important;
}

.copy-rights p strong{
	color: #3fa652 !important;
}

.social-links p {
    color: white !important;
}

.social-links p strong{
	color: #3fa652 !important;
}

#scrollUp {
    color: #ffffff !important;
    line-height: 40px !important;
}

.cta-banner-box{
	padding: 60px 0px !important;
}

.single-blog-item .post-featured-thumb .post-cat a {
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #3FA652;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.serv{
	color: #3fa652 !important;
}

.single-blog-item .post-featured-thumb {
    height: 220px;
    position: relative;
    z-index: 1;
    position: relative;
    border-radius: 10px;
}

.single-blog-item .post-featured-thumb::before {
    border-radius: 10px;
    background: none !important;
}

.single-blog-item {
	border-radius: 10px;
}

.hero-1 .single-slide .hero-contents a{
    color: white !important;
}

.single-service-top-icon:hover .icon img {
    -webkit-filter: brightness(1.3) !important;
    filter: brightness(1.3) !important;
}

.single-service-top-icon .icon img {
    border-radius: 8px;
}

.single-service-top-icon {
    padding: 20px !important;
}

.service-sidebar-wrapper .single-sidebar-widgets .services-category-link a {
    color: white !important;
}

.pimg{
    padding-top: 20px;
    padding-bottom: 30px;
}

.service-sidebar-wrapper .help-line-card .single-menu-box a {
    color: #ffffff !important;
}

.about-images-video-popup img:first-of-type {
    padding-right: 0px !important;
}

.section-title p{
    padding-bottom: 30px;
}

.work-line {
    left: 37% !important;
}

.single-testimonial-card .client-img::before {
    color: #ffffff !important;
}

.single-contact-card .top-part .icon {
    font-size: 36px !important;
    color: #ffffff !important;
}

.contact-form input[type='submit'], .contact-form .submit-btn {
    color: #ffffff !important;

}

footer{
    background: #295790 !important;
}


.list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    line-height: 2.35;
}
.list li li{
    padding-left: 30px;
}
.li li strong{
    line-height: 4;
}
.list li li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #3FA652;
    line-height: 1.75;
}

.active5{
    background: #295790 !important;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 60px;
    width: auto;
    z-index: 9999;
}

.hero-1 .single-slide .hero-contents h1{
    text-shadow: 0 0 10px black;
}

.hero-1 .single-slide .hero-contents h6{
    text-shadow: 0 0 4px black, 0 0 8px black, 0 0 12px black, 0 0 16px black;
}

.hero-1 .single-slide .hero-contents p{
    text-shadow: 0 0 4px black, 0 0 8px black, 0 0 12px black;
}


@media (min-width: 992px) {
	.p-lg-0 {
		justify-content: flex-end;
	}
}