/*
 Theme Name:   Techonicia Child
 Theme URI:    https://techonicia.com/
 Description:  Techonicia Expertise is a India based high spirited IT services company innovative to offer individual web services and solutions to its global business with dedicated professional experts from IT background and support our clients meeting their business needs on time and within cost-effective limitations. Techonicia Expertise provide complete web advertising services such as SEO, SMO, Digital Marketing, PPC also we are expert in developing CMS, E-commerce websites with caring vital online product integrity as per as vital features & functionality..
 Author:       Techonicia
 Template:     techonicia
 Version:      1.0.0
*/
/*=========================== 
   Custom Scrollbar Gradient
=============================*/

/* Scrollbar width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 0px;
}

/* Handle (Thumb) */
::-webkit-scrollbar-thumb {
    background: #C8F31D;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #FEDA1F;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){
	padding-right:0px !important;}
h1,h2,h3,h4,h5,h6{margin-bottom:15px; }
p{margin-bottom:5px; }
.headerbox {transition: .5s all;}
.headerbox.scrollHeader {
position: fixed !important;
background: #fff;
top: 0px;
z-index: +99;
animation: animate-menu .5s linear 1;
}
 @keyframes animate-menu {
0% {
transform: translateY(-100%);
-webkit-transform: translateY(-100%)
 }
 100% {
transform: translateY(0%);
 -webkit-transform: translateY(0%)
}
}
.component-wrap p{ font-size:0.9em;}
.blog-sidebar {background: #FBF9F9;}	
@media (max-width: 640px) {
.component-wrap{ display:block; text-align:center;}	
.component-wrap p{ font-size:0.8em;}
	
}