
/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family:Arial;
    text-align:center; /* Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
}

/*workable with bootstrap*/
#ddmenu, #ddmenu div {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing:content-box;
}

#ddmenu ul
{ 
    /*text-align:right;*/  /* Here you can further customize the alignment of its LIs */
    width:100%;
    margin:0; 
    padding:0;
    font-size:0;
    background:black;
    border:1px solid #336699;
    /*border-bottom:none;*/
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990;
    visibility:hidden;  
    border-radius:4px;
    
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size: 11px;
    font-weight: bold;
    display:inline-block;
    position:relative;
    color:#EEF4FB;
}

#ddmenu a
{
    color:#EEF4FB;
    padding:0 22px;
    line-height:50px;
    font-weight:normal;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
}

/* links without sub-menu */
#ddmenu li.over a
{
    background-color:#406DA5;
    color:#FFFFFF;
}

/* links with sub-menu */
#ddmenu a.arrow
{
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
#ddmenu li.over a.arrow
{
    background-color:#FFFFFF;
    color:#003366;
    border-left:1px solid #BBBBBB;
    border-right:1px solid #BBBBBB;
    /*text-decoration:underline;*/
} 

/* arrow icon style */
#ddmenu li i.icon
{  
    border:4px solid transparent;/*adjust arrow size*/
    border-top-color:#FFFFFF;/*arrow color*/
    margin-left:12px;/*position*/
    display:inline-block;
}
/* arrow hovered */
#ddmenu li.over i.icon
{  
    border-top-color:#003366;
}

#ddmenu li > div 
{
    padding:0;
    margin:0;
    display:none;
}             
        
/* sub-menu layout
----------------------------*/

#ddmenu div.drop
{
    position:absolute;
    text-align:left;
    border:1px solid #BBBBBB;
    background:#FFFFFF;
    padding:20px;
    color:#000000;
    line-height:30px;
    font-size:13px;
    font-family:Arial;
    font-weight:bold; 
    border-radius:0 0 6px 6px;
    
}
/* sub-menu offset
----------------------------*/

#ddmenu div.drop
{
    left:0px;/*Use this property to change offset of the sub-menu*/
}
#ddmenu div.dropToLeft
{
    left:auto; right:0px;
}
#ddmenu div.dropToLeft2
{
    left:auto; right:-120px;
}
  
/* links in sub menu
----------------------------*/

#ddmenu div.drop a
{
    line-height:20px;
    font-size:12px;
    font-family:Arial;
    font-weight:normal; 
    color:#003399;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
}

#ddmenu div.drop a:hover
{
    text-decoration:underline;
    color:#0099FF;
}

/* blocks within the sub-menu
----------------------------*/

#ddmenu div.drop div
{
    background:none;    
}  

#ddmenu div.column
{
    width:auto;
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding of each column*/
}

#ddmenu div.column div
{
   padding:0px 10px; /*sub-div within div.column. 10px for indent.*/
}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages
----------------------------*/
#ddmenuLink {display:none;}
.mb20 { margin-bottom:20px }
.mb30 { margin-bottom:30px }
.header {
    margin-top: -73px;
}
/* selected link */
a:active  {
    color: yellow;
} 
.menu > li {
    display: inline;
	  margin-left: 53px;
}
.menu  li :hover{
   background-color:green ! important;

}
.header > nav {
    background-color: black;
    color: white;
}

.menu {
    margin-top: -47px;
    padding-bottom: 19px;
    padding-top: 21px;
    text-align: center;

}

.logo {
    font-size: 27px;
    font-weight: bold;
    margin-left: 38px;
    padding-top: 4px;
    width: 20%;
}
.heading {
    margin-left: 14%;
}
.p {
    color: white;
    font-size: 14px;
    font-weight: bold;
	 text-align: center;
}
.p1 {
    color: white;
    font-weight: bold;
    margin-left: 38%;

}
.p2 {
    color: white;
    font-weight: bold;
    margin-left: 25%;
}
.col-md-4{
    background-color: #f4f4f4;
    border-radius: 6px;
    box-shadow: 5px 5px 5px 5px;
}
.box {
    margin-left:2%;
}
.box1 {
    margin-left: 2%;
}
.box2 {
    margin-left: 2%;
}
.row.mb20 {
    border-top: 3px solid #E0E0E0;
    box-shadow: 5px 5px 5px 5px;
    margin-top: 200px;
	padding-bottom: 26px;
	 border-radius: 12px;
}

.row.mb30 {
background-color:black;
     margin-top: 38px;
	padding-bottom: 26px;
   color: white;
    border-radius: 9px;
}
.col-md-3.quick {
    border-right: 1px solid;
	list-style: none outside none;
	margin-left: 2%;
	line-height: 2.0;
}
.col-md-3.quick1{
    border-right: 1px solid;
	   margin-left: 3%;
	   line-height: 2.1;
}

.quick2 {
    margin-left: 3%;
}
#ddmenu > ul {
    border: 0 solid black;
}
.ser {
    color: white;
    font-weight: bold;
	   margin-top: 7px;
	     margin-bottom: -16px;
		  margin-left: 17px;
}
 body {font: normal 0.9em Arial;margin:0;}
        a {color:#238C00;}
        ul li {padding: 10px 0;
		}

@media all and (min-width: 320px) and (max-width: 500px) {
.box {
    margin-left: 52px;
    width: 63%;
}
.box1{
    margin-left: 52px;
    width: 63%;
}
.box2{
    margin-left: 52px;
    width: 63%;
}

}
@media all and (min-width: 501px) and (max-width: 650px) {
.box {
    margin-left: 52px;
    width: 63%;
}
.box1{
    margin-left: 52px;
    width: 63%;
}
.box2{
    margin-left: 52px;
    width: 63%;
}
.col-md-3.quick {
    width: 46%;
}
.col-md-3.quick1 {
    width: 46%;
}
.col-md-3.quick2 {
    width: 46%;
}
}
@media all and (min-width: 651px) and (max-width:800px) {
.box {
    margin-left: 52px;
    width: 40%;
}
.box1{
    margin-left: 52px;
    width: 40%;
}
.box2{
    margin-left: 52px;
   width: 40%;
}
.col-md-3.quick {
    width: 46%;
}
.col-md-3.quick1 {
    width: 46%;
}
.col-md-3.quick2 {
    width: 46%;
}
}
@media all and (min-width: 801px) and (max-width:996px) {
.box {
    margin-left: 52px;
    width: 40%;
}
.box1{
    margin-left: 52px;
    width: 40%;
}
.box2{
    margin-left: 52px;
   width: 40%;
}
.col-md-3.quick {
    width: 46%;
}
.col-md-3.quick1 {
    width: 46%;
}
.col-md-3.quick2 {
    width: 46%;
}
}