.top-header .pull-right a{display: inline-block; font-size: 14px; color: #ff7676 ; font-weight: 600;}
.top-header .pull-right a:hover{color:#171717; background:#e2e6ea}
.contact > a:hover{
	color:#fff;
}
.navbar-header{
    height: 50px;
}
.navbar-brand{
    padding: 0;
    height: auto;
}
.navbar-brand img{
    width: 210px;
    height: 100%;
    max-height: 100%;
	margin-top: 0px;
}
.icon-bar{background: #000;}
.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding: 0;
	margin:0;
}
.navbar-collapse{
	/*transform: translateY(8%);*/
}
.navbar-nav .nav-link {
    color: #757171;/*#fff*/
	font-weight: bold;
}
.navbar-nav .nav-link:hover{
    color: #ffc400;
}
ul.navbar-nav > li {
    float: none;
    display: inline-block;
    position: relative;
    padding-right: 22px;
}

ul.navbar-nav > li > a {
	padding: 0px 15px;
}
.site-navigation.navdown ul.navbar-nav > li > a {
    line-height: 60px;
}
.nav2 .site-navigation.navdown ul.navbar-nav > li > a {
    line-height: 65px;
}

.dropdown-menu>li>a {color: #212529;}
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #be1e2d;
}
/* .dropdown:hover > ul.dropdown-menu {
	 display:block;
	 margin-top: 0; 
	 border: 0;
	 border-top: 3px solid #ffc400;
 }*/
 .dropdown-submenu > ul.dropdown-menu{
     position: absolute;
    left: 159px;
    top: 0px;
    box-shadow: none;
	border: 3px solid #ffc400;
    border-left: none;
	transition: ease-in-out .35s;-moz-transition: ease-in-out .35s;-webkit-transition: ease-in-out .35s;
 }
/*.dropdown-toggle-plus::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	color:#000;
}*/
.dropdown-toggle-plus::after{
	font-family: FontAwesome;
	color: #000;
	content: "\f0d7";
}




@media only screen and (max-width: 767px) {
    .imp-links>ul{padding: 3px 10px;}
	.imp-links>ul li{border-right: 0 !important;}
	.imp-links>ul li:nth-child(n+1):nth-child(-n+2){margin-bottom: 6px;display: inline-block;font-size: 12px;font-weight: bold;}
	.imp-links>ul li:nth-child(n+3):nth-child(-n+4){display: block;}
	.imp-links>ul li:last-child{display:none;}
	.imp-links>ul li:nth-child(n+3):nth-child(-n+4)>a{
		width: 100%;
		font-family: myfont1 !important;
		color: white;
		margin-bottom: 14px;
		padding: 8px 0px;
		font-size: 17px;
		font-family: 'Roboto', sans-serif !important;
		font-weight: 400;
	}
	.imp-links>ul li #myBtn{width:100%; padding: 10px 0px;font-size: 17px;background-color: #2196F3 !important;}
	.imp-links>ul li:nth-child(3)>a{background-color: #FFC107 !important;}
	
    .media-button{padding-left: 4pc !important;}
	.navigation{position: relative;}
	.navbar-brand{
		float: left;
	}
	.navbar-brand img {
		padding-left: 17px;
		margin-top: 0px;
		margin-left: 0px;
	}
	.navbar-toggle{
	    margin-top: 15px;
	}
	.navbar-collapse{
		z-index: 99999;
		position: absolute;
		width: 100%;
		background: rgb(255, 255, 255);
		padding: 15px;
		top: 60px;
	}
	.navbar-nav{
		float: left;
		width: 100%;
		text-align: left;
		margin:0;
		height: 400px;
	}
	ul.navbar-nav > li {padding-right:0;}
	.navbar-nav > li {
		display: block;
		float: left;
		width: 100%;
	}
	.nav2 .site-navigation a{font-size: 16px;}
	.nav2 .site-navigation.navdown ul.navbar-nav > li > a {
		line-height: 60px;
		padding: 0px 15px;
		background-color: #f2f2f2;
		margin-bottom: 2px;
	}
	.dropdown-menu>li>a {
		color: #000;
	}
	.dropdown-toggle-plus::after{
		font-family: FontAwesome;
		color: #a59494;
		content: "\f067";
		font-size: 22px;
		position: absolute;
		right: 20px;
	}
	.dropdown-toggle-plus[aria-expanded="true"]::after{
		content: "\f068";
	}
	.google_logo { width: 145px!important; background-color: #dc3545; margin-top: 10px;} 
}