* { outline:none;}
.txt16{
	font-size: 16px;
}
li.top-margin{
      margin-top : 10px;
 	}
div.border-right {
	border-right: 1px solid #ADDCFF;
}
div.border-left {
	border-left: 1px solid #ADDCFF;
}
.cbp-hrmenu {
	width: 100%;
	font-style: normal;
}
.cbp-hrmenu a, .cbp-hrmenu button {
	cursor:pointer;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: normal;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	/*width: 100%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;*/
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	margin-left: -5px;
    margin-right: -5px;
}

.cbp-hrmenu > ul > li > a {
	font-size:16px;
	font-weight: 500;
	padding: 1.2em 0.5em;
	color: #1a0dab;
	display: inline-block;
	font-style: normal;
	list-style : none;
	margin-top: 0px;
	
}

                                                        
.cbp-hrmenu > ul > li  > a > span {


    height: 0;
     bottom: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFF transparent;
    position: relative;
    right: -10%;
    left: -50%;
    text-align: center;

}
.cbp-hrmenu > ul > li.cbp-hropen  > a  >  span {

    
    height: 0;
    bottom: -5px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #4285f4 transparent;
    position: relative;
    right: -10%;
    left: -50%;
    text-align: center;

}



.triabgle{
	width: 0px;
	hieght: 0px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	boder-bottom: 10px solid #4285fa;
	boder-left: 10px solid transparent;
	
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #4285f4;
	width: 100%;
	height: 500px;
	left: 0;
	margin-top: -8px;
}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	height:max-content;
	z-index: 999;    
	margin-top: -8px;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	/*display: table;*/
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
	margin-left: 30px;
	font-size: 18px;
	font-weight : 500;
}
.cbp-hrmenu .uk-icon {
    margin-left: 3px;
}


/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #4285f4;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;important; 
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
		
	}
}
span.nav-line{
	background: #8FA8F6;
	text-align: left;
	height: 3px;
	width: 80px;
	display: block;
	margin: 10px 0% 0px 0%;
}
div.menu-footer {
   height: 80px;
   display: block;
   background-color: #ff7300; 
   text-align :center;
   vertical-align:middle;
   font-weight: bold;
   font-size : 28px;
   color : #ff9700;
    
   box-shadow: 0 3px 0px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
   margin-top:30px;

}
div.menu-footer:hover{
  background-color: #0000FF; 
  color : #FFFFFF;
  font-size : 28px;
}

/*CSS Top Menu*/
div.img-nav-show{
    background: #FFFFFF;
    text-align:center;
    /*border-radius : 10px;*/

}
.nav-content {
	line-height: 24px;
	letter-spacing: 0px;
	margin-top: 20px;
	color : #FFFFFF; 
	font-weight: 500;
	/*font-weight: normal;*/
    font-style: normal;
     
 
}
h4.title-nav{
	color : #FFFFFF;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	padding:0;
	margin:0;
}
.menu-footer a, .menu-footer a:hover, .menu-footer a:visited, .menu-footer a:active {
	text-decoration:none;
	outline:none;
}
.menu-footer h4.title-nav {
    color : #FFFFFF;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	padding: 10px;
	text-decoration:none;
	outline:none;
}

h5.dropdownmenu-content{
	margin-top: 10px; 
	color: #FFFFFF; 
	font-size:16px;
	line-height : 26px;
	margin-top:20px;
}
.txt-white{
	color: #FFFFFF;
}
.btn-order-nnw {
    background-color:transparent;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #00b8d8;
	display:inline-block;
	cursor:pointer;
	color:#00b8d8;
	font-size:16px;
	font-weight: 500;
	padding:8px 20px;
	text-decoration:none;
	margin-top: -40px;
}
.btn-order-nnw:hover{
	 background-color:#00b8d8;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #00b8d8;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-weight: 500;
	padding:8px 20px;
	text-decoration:none;
	margin-top: -40px;
} 
.btn-promo-nnw{
	
    background-color:transparent;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ff562f;
	display:inline-block;
	cursor:pointer;
	color:#ff562f;
	font-size:16px;
	font-weight: 500;
	padding:8px 20px;
	text-decoration:none;
	margin-top: -40px;
}
.btn-promo-nnw:hover {
	
    background-color:#ff562f;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ff562f;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-weight: 500;
	padding:8px 20px;
	text-decoration:none;
	margin-top: -40px;
}
.btn-learnmore {
    margin: 10px 0% 0px 0%;
    background-color:transparent;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-style: normal;
	font-size: 14px;
	padding:6px 10px;
	text-decoration:none;
	 
}
.btn-learnmore:hover{
	
    background-color: #FFC836;  
	-moz-border-radius: 18px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #F1AF00;
	display:inline-block;
	color:#0052cd;
	font-style: normal;
	font-size: 14px;
}

input[type="search"].txt-SearchDomain{
    color: #0052cd;
    width: 350px; 
    height: 32px; 
    font-size:16px;
    font-weight: 300;  
    border-radius: 2px;
}
.select-Domain{
	width: 150px; 
	height: 40px; 
    font-size: 20px;
    font-weight: 600;
	
}
.btn-search-domain{
	border: none;
	color: #FFFFFF;
	background-color: #FF8732;
	padding:10px 30px;
	font-size:20px; 
	font-weight: 600;
	text-decoration:none; 
	margin-top: -9px; 
	border:2px solid  #FF8732;
	
}
.btn-search-domain:hover {
	border:2px solid  #FFA565;
	color:  #FFF;
	background-color: #FFA565;
}
input[type="search"].txt-SearchDomain {
    color: #0052cd;
    width: 350px;
    height: 45px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 2px;
    border:0;
}
/*
span.nw-2018-content-line{
    background: linear-gradient(to right, #F2C94C, #F2994A);
	text-align: center;
	height: 4px;
	width: 100px;
	display: block;
	margin: 10px 0% 0px 0%;
	
}
*/	
.footerbar{
    background-color: transparent;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 45px;
    text-decoration: none;
    margin-top: 10px;
}
.clear-margin-left {
    margin-left:-20px;
}
