jQuery(document).ready(function($){

	$('.about .col .text-holder').equalHeights();
	$('.our-services .col .holder').equalHeights();
	$('.testimonial .col').equalHeights();
	$('.testimonial blockquote').equalHeights();
		
        
    $('#responsive-menu-button').sidr({
      name: 'sidr-main',
      source: '#site-navigation',
      side: 'right'
    });

    $(window).on("load",function(){
        $(".our-projects .col .text-holder").mCustomScrollbar();
    });

});