@media screen and (min-width: 1200px) {
        .container {
          width: 1024px !important;
        }
      }
a {
    color: #000;
    text-decoration: none;
    outline: none;
    display: block;
}
a:hover {
   border: none;
}
.row.no-gutters {
    
}
.theme-padding {
    padding: 0px 0;
}
.top-bar {
    background: #0080ff;
}
.nav-holder{
	height: 20px!important;
}
.cr-navigation {
    float: inherit !important;
    position: relative !important;
	color: #fff !important;
    background: #0080ff !important;
	height: 54px!important;
	font-size: 14px; 
	line-height: 0px;
	padding: 0;
}
.cr-nav > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 80%;
    border-radius: 0;
    position: absolute;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.19);
    line-height: 20px !important;
}
.cr-nav > ul > li > a {
    padding: 20px 10px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.cr-nav > ul > li > a:hover{
    padding: 20px 10px;
    text-transform: capitalize;
    color: #fff ! important;
    position: relative;
    font-size: 16px;
	background: #1ac9ff !important;
}
/**********************************************************************/
