body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.testminsection{
    padding:4rem 0 !important;
    text-align:center !important;
}
.mosec a ,.mosec,.mosec,.mosec i {
    color: #fff !important;
}
.textsec h5 {
    font-weight:bolder;
    font-size:16px;
}
.glyphicon-chevron-left:before {
    content: "\f060" !important;
    font-family: 'FontAwesome' !important;color: #ee0a7f !important;
}.glyphicon-chevron-right:before {
    content: "\f061";
    font-family: 'FontAwesome' !important;
    color: #ee0a7f !important;;
}
.toggleMenu {
    display:  none;
  

    color: #EB008A;

 
	text-align:right;
	margin-right:-40px !important;
	border:1px solid #f00;
	display:block;
}
footer ul li  a:focus, footer ul li a:hover {
    color: #ec0082 !important;
    text-decoration: underline;
}
.innerBanner {
    width: 100%;
}
section.navMain ul {
    margin:3.5rem;
}
.nav li ul {
    margin: 0rem 0rem !important;
}
.nav {
    list-style: none;
     *zoom: 1;

}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 40px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
  
}
.nav > li > .parent {
   
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	color:#000;
	padding:10px 20px;
	font-size:13px;

}
.nav > li > a:hover, .nav > li > a#active{
	background-color:#eb008a;
	color:#fff;
	}
.nav li  ul {
    position: absolute;
    left: -9999px;
	margin-top:0;
	z-index:99999;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #3e3e3f;
    position: relative;
    z-index:100;
	min-width:184px;
    border-top: 1px solid #ccc;
	padding:5px 0 5px 20px;
}
.nav li li a:hover{
		background-color:#eb008a;
	}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.nav ul li ul{
	margin:-25px;
	border:1px solid #f00;
	}
@media screen and (max-width: 980px) {
		.nav{
			
			margin-left:20px;
			}
	.nav a {
    padding: 10px 15px !important;
    color:#fff;
	font-size:14px !important;
	
}
.logo img{
	width:35% !important;
	}
	.navMain {
   
    width: 100%;
}
	}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {

    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
		float:right;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
.nav a {
    padding: 10px 17px !important;
    color:#fff;
	font-size:12px !important;
	
}
.mosec {
    text-align: center;
}
.toggleMenu {
    
    margin-top:10px;
}
}
@media screen and (max-width: 1024px) {
	.nav a {
    padding: 10px 25px;
    color:#fff;
}
	}