/*
Theme Name:     Engitech Child
Theme URI:      http://wpdemo.archiwp.com/engitech/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0.11
Template:       engitech
*/

@import url("../engitech/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.dp-vertical-navigation {
    position: fixed;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 59px;
}

.is-stuck{
    -webkit-animation: stickySlideDown 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-animation: stickySlideDown 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.mmenu-active .mmenu-wrapper{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@media (min-width:992px){
	/*#site-header .elementor-section:not(.is-stuck):first-child{
		position:absolute;
		left:0;
		right:0;
		top:0;
	}

	#site-header .elementor-section:not(.is-stuck):nth-child(2){
		position:absolute;
		left:0;
		right:0;
		top:40px;
	}*/
}