 
 

@import 'assets/css/animate.css';	   		   /* Including Animations CSS file */
@import 'assets/css/font-awesome.min.css';	   /* Including Font Awesome Icons */
@import 'assets/css/owl.carousel.css';		   /* Owl Carousel CSS File */
@import 'assets/css/lightbox.min.css';		   /* LightBox CSS File */
@import 'assets/css/foundation.min.css';       /* Including Foundation CSS File */
@import 'assets/css/theme-styles.css';		   /* Main Theme CSS File */
@import 'assets/css/responsive-styles.css';	   /* Main Theme CSS File */

/**
 * Import Website Main Fonts 
 *
 * To change Fonts Get Google Fonts replace in following Link, 
 * AFter replacing below go to theme-style.css and update
 * Font Families
 *
 */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Raleway:300,400,700" rel="stylesheet';

 .large-5.medium-6.small-12.columns {
    margin-top: 20px;
}

.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a ul{
	width:600px !important;
	
}
.dropdown.menu.vertical>li .is-dropdown-submenu li{
    top: 0;
    width: 318px;
    BACKGROUND-COLOR: REBECCAPURPLE;
}

/*=========================================
	Below This Line You Can add Your CSS
	Please Do not Edit Files above if you 
	are not sure what you are doing!
==========================================*/