/*!
Theme Name: Spark
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Spark is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
       width: fit-content !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #4f2555;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #4f2555;
    color: white;
}
#portfolio{
padding-bottom:0px;
}

.products .img-content4:hover
 {
    transform: scale(1.2);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .2);
    z-index: 999;
    transition: all 0.3s linear;
    position: absolute;
}	


.products .img-content1:hover
 {
    transform: scale(1.2);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .2);
    z-index: 999;
    transition: all 0.3s linear;
    position: absolute !important;
}	

.products .img-content2:hover
 {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .2);
    z-index: 999;
    transition: all 0.3s linear;
    position: absolute !important;
transform: translatex(-50%)  scale(1.2) !important;
}	

.products .img-content3:hover
 {
    transform: scale(1.2);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .2);
    z-index: 999;
    transition: all 0.3s linear;
    position: absolute;
}	


@media (max-width:767px) {
    .ABOUT_SPARK_bg{
        background-color: white;
        padding-bottom: 80px;
    }
} 


@media (max-width:500px) {
    .ABOUT_SPARK_bg{
        background-color: white;
        padding-bottom: 180px;
    }
#cta{
padding-left:15px;
padding-right:15px;
}

.w-150-tab{

width:150px !important;
}

} 


@media (max-width:767px){
	
.w-150-tab{

width:150px !important;
}
}



@media (max-width:500px){
	
    #footer .footer-top .footer-links ul li{
        justify-content: center !important;
    }
    #footer .footer-top .footer-links{
        justify-content: center !important;
    }
#footer .footer-top{
	text-align:center;
}
.products .img-content2 {
width:150px !important;
}
}

@media (max-width:575px){

.content5 .content.animate__animated.animate__backInDown {
    width: 50%;
}

.content5 .content.animate__animated.animate__backInRight {
    width: 50%;
    flex: 1;
}

.content5 .content.animate__animated.animate__backInUp {
    flex: 1;
    width: 50%;
}



#cta {
    padding: 0;
}

.m-responsive {
    display: flex;
    width: 100%;
    height: 180px;
}

.m-responsive .mobile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
}

@media (max-width:767px){

.#about .heading2{
	text-align:center ; 
}

}





	#solutions .member .member-info h4{
         width: 10px;
    }
