/*
Theme Name: ittech child
Tags:  custom-menu, editor-style, featured-images
Template: ittech
Version: 1.0.0
*/


@import '../ittech/style.css';


#why-choose-us div section div div div div div div div .service-box-icon .flaticon{
	font-size:50px !important;
	 animation: shm 2s infinite alternate;
}

#why-choose-us div section div div div div div div:hover div div .flaticon-clock{
		filter: brightness(0) invert(1);
}

@keyframes shm {
    from {
        margin-left:-10px;
        animation-timing-function: cubic-bezier(0.25, 0.01, 0.55, 0.16);
    }
    25% {
        margin-left:-5px;
        animation-timing-function: cubic-bezier(0.52, 0.44, 0.47, 0.44);
    }
    50% {
        margin-left:5px;
        animation-timing-function: cubic-bezier(0.53, 0.56, 0.48, 0.56);
    }
    75% {
        margin-left:10px;
        animation-timing-function: cubic-bezier(0.45, 0.84, 0.75, 0.99);
    }
    to {
        margin-left:15px;
    }
}


#jb-positions div div div div div div div div div div div div .pricing-feature  ul li svg{
	height:17px !important
}

#jb-positions div div div div div div div div div div div .price_item_inner_center .two{
	display:none
}


#jb-positions div div div div div div div .pricing-toggle-filter{
	display:none	
}

#testimonials div section div div div div div div div div div div div .author_bio div img{
	height:80px;
	border-radius:50%
}

.sidebar-social-icon{
	display:none;
}

/*---------------------------------
      write your css from here
------------------------------------*/
