/*!
Theme Name: savvinova
Theme URI: https://www.honeycombindia.net/
Author: Chinna
Author URI: https://www.honeycombindia.net/
Description: Where innovation meets precision
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: savvinova
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.

savvinova is based on honeycombindia https://www.honeycombindia.net/, (C) 2012-2020 Automattic, Inc.
honeycombindia 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/
*/
.label_page .label .overlay, .paper_page .paperpage .overlay, .specality_page .specality .overlay, .technology_page .technology .overlay {
    position: absolute;
    top: 0 !important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    z-index: 1;
    background: linear-gradient(-90deg, rgba(0, 86, 165, 0) 40%, rgba(0, 33, 63, 0.7) 70.16%, rgba(0, 33, 63, 0.9) 100%)!important;
    pointer-events: none;
	transform: none;
}

.bgimg {
     position: relative;
    border-radius: 25px;
    min-height: 18vw;
    max-height: 18vw;
    object-fit: cover;
    transition: 0.5s all;
	    width: 100%;
}
.hover-iws-img:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(2, 155, 226, 0.75) 0%, #0056A5 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 25px;
}
.hover-iws-img {
    position: relative;
    border-radius: 25px;
    max-height: 100%;
    min-height: 18vw;
}
.iconandhead {
       display: flex
;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    justify-content: space-between;
	width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    padding: 1rem 0;
}
.ikon {
    margin-top: 2rem;
	transition:0.5s all;
}
.ikonhead {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(0.5938rem, 0.4875rem + 0.5313vw, 1.125rem);
    text-align: center;
    color: #FFFFFF;
}
.hover-iws {
    position: relative;
    height: 100%;
}
.ikon svg {
        max-width: 80%;
    max-height: 80%;
}

.hover-iws-img:hover .bgimg {
    opacity: 0;
}
.hover-iws-img:hover .iconandhead .ikon {
    opacity: 0;
}
.bgimghover {
    position: absolute;
    border-radius: 25px;
    z-index: 2;
    border: 2px solid transparent;
    opacity: 0;
	transition:0.5s all;
}
.hover-iws-img:hover .bgimghover{
	 opacity: 1;
}

@media (max-width:767px){
	.hover-iws-img {
   
    min-height: 50vw;
}
	.bgimghover {
  position: relative;
    opacity: 1;
   
}
	.bgimg{opacity:0}
	.ikon{opacity:0}
	.ikonhead { font-size: 14px; font-weight: 500; }
}

.cusbuttom {
    position: relative;
}
.footer_page .footer .subscribe-button{
	height:100%;
}
.cusbuttom span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.footer_page .footer .subscribe-wrapper{
	justify-content: space-between;
}