@charset "utf-8";
/* CSS Document */

.menu_item_plus2:before {
    content: '\f178';
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 10px;
    font-family: flaticon;
    font-size: .5em;
    color: currentColor;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.right_top_headerinner ul li:nth-child(5) a:hover{    
    background: #ff0c0c;
    color: #fff;
    text-decoration: none;   
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s; 
}
.top_header_dropdown{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 88px;
    background: #fff;
    padding: 10px 0;
    text-align: left;
    box-shadow: 6px 8px 10px rgba(0,0,0,0.16);  
    border-radius: 0px;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 2;
}
.top_header_dropdown li{
    padding: 0px !important;
}
.top_header_dropdown li a{
    background:#fff !important;
    color:#ff5e00 !important;   
    line-height: 15px;
    padding: 2px 0px 2px 10px !important;
}
.top_header_dropdown li a:before{
display: none;
}
.top_header_dropdown li a:hover{
    color:#fed811 !important;
}
.right_top_headerinner ul li:hover .top_header_dropdown{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.right_top_headerinner ul li:hover .menu_item_plus2:before{
    content: '\f177';
}
.haeder_area .navbar-inverse {
    background: #f9f6f1;
    margin-bottom: 0px;
    border-radius: 0px;
   /*background: #fbfffe;*/
    left: 0;
    width: 100%;
    z-index: 999;
    border: none;  
    /*border-bottom-width: 1px;
    border-bottom-color: rgba(255,255,255,0.2);
    border-bottom-style: solid;  */ 
}
.inner_page_header .haeder_area .navbar-inverse{
    background-color: rgba(255, 94, 0, 0.9);
}
.navbar-brand .logo_area {
    width: 180px;
    height: 120px;
    line-height: 50px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.top_header_list{
	text-align: right;
    padding: 12px 0;
    float: right;
}
.top_header_list li{
	display: inline-block;
    font-family: "MyriadPro-Regular";
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}
.top_header_list li:first-child{    
    background-image: url(../images/icon/phone2.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
}
.top_header_list li:last-child{
    margin-right: 0px;
    background-image: url(../images/icon/mail2.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
}
.nav_bar_menu_area{
    background: transparent;
    height: 80px;
}
.nav_bar_menu_area .navbar-header{
	
}
.nav_bar_menu_area .nav_main_menu{
/*flex: 1;          
  display: flex;
  justify-content: flex-start;
  align-items: center;*/
  padding: 0px;;
}
.nav_bar_menu_area .social_area{
padding: 0px;
}
.nav_bar_menu_area .navbar-header .navbar-brand{
    float: left;
    height: inherit;
    padding: 0px 0px 0px 0px;
	
	width:180px;
    height: auto;
    margin: 0 0 0 -77px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0;
   
}
.nav_bar_menu_area .navbar-header .navbar-brand img{
	height:20px;
}

.nav_main_menu .navbar-nav{   
    margin-top: 30px; 
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_main_menu .navbar-nav > li{
float:left;
}
.nav_main_menu .navbar-nav.navbar-left > li{
margin-right:30px;
}
.nav_main_menu .navbar-nav.navbar-left > li:last-child{
margin-right:0px;
}
.nav_main_menu .navbar-nav.navbar-right{
   
}
.nav_main_menu .navbar-nav.navbar-right > li{
margin-left:30px;
}
.nav_main_menu .navbar-nav.navbar-left > li:first-child{
margin-left:0px;
}
.nav_main_menu .navbar-nav > li > a {
	padding: 0px 5px;
    display: block;
    font-family: "Oswald-Regular";
    font-size: 14px;
    color: #ff5e00;
    position: relative;
    font-family: "Oswald-Regular";
    /*letter-spacing: .09em;*/
    text-transform: uppercase;
   color: #353535;
    font-family: 'Questrial', sans-serif;
    font-family: 'Lora', serif;
	border-bottom: 1px solid transparent;
	 transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_main_menu .navbar-nav > li > a:before {
    left: 0;
}
.nav_main_menu .navbar-nav > li > a:before,
.nav_main_menu .navbar-nav > li > a:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    content: "";
    bottom: -3px;
	 transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.nav_main_menu .navbar-nav > li.active a,
.nav_main_menu .navbar-nav > li.current-menu-item a,
.nav_main_menu .navbar-nav > li > a:hover,
.nav_main_menu .navbar-nav > li > a:focus {
  text-decoration: none;
  color: #353535;
  border-color: #c2a476;
   transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_main_menu .navbar-nav > li:last-child a{
   /* padding-right:25px;
    margin-left: 10px;*/
}
.nav_main_menu .navbar-nav > .active > a, .nav_main_menu .navbar-nav > .active > a:hover, .nav_main_menu .navbar-nav > .active > a:focus {
    color: #ddd;
    background-color: transparent;
	 transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_main_menu .navbar-nav > li.active a:before,
 .nav_main_menu .navbar-nav > li.active a:after,
 .nav_main_menu .navbar-nav > li.current-menu-item a:before,
 .nav_main_menu .navbar-nav > li.current-menu-item a:after,
 .nav_main_menu .navbar-nav > li > a:hover:before,
 .nav_main_menu .navbar-nav > li > a:hover:after
 {
    background: #c2a476;
	 transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.menu_item_arrow:before {
    content: "\f143";
    font-family: flaticon;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    position: absolute;
    left: -5px;
}
.nav_main_menu .navbar-nav > li > a:hover .menu_item_arrow:before{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.menu_item_plus{
position:relative;
}
.menu_item_plus:before{
    content: '\f178';
    position: absolute;
    z-index: 1;
    top: 0px;
    right: -1.55em;
    font-family: flaticon;
    font-size: .5em;
    color: currentColor;
	transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_bar_menu_area .social_area ul{
width: 100%;

}
.nav_bar_menu_area .social_area ul li{
display: inline-block;
margin-right:10px;
transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_bar_menu_area .social_area ul li:last-child{
margin-right:0px;
}
.nav_bar_menu_area .social_area ul li .infor-wrap .info-i {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    line-height: 14px;
	width: 30px;
	margin-right:5px;
	transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_bar_menu_area .social_area ul li .infor-wrap .info-i span {
    z-index: 1;
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding-left: 0px;
    color: #fff;
    display: inline-block;
	transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_bar_menu_area .social_area ul li .infor-wrap .info-c {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    line-height: 14px;
	transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_bar_menu_area .social_area ul li .infor-wrap .info-c > .title {
    color: #fff;
    font-weight: 500;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_bar_menu_area .social_area ul li .infor-wrap .info-c > .subtitle {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 24px;
    /*ont-weight: 600;*/
    color: #fff;
	transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
/*
.nav_bar_menu_area .social_area ul li:first-child .infor-wrap .info-i { 
text-align: right;
    margin-right: 0px;
	transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}*/

.order{
    border: 1px solid #ef3b58;
    background: #ef3b58 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    display: inline-block ;
    border-radius: 20px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.order:hover{
    border: 1px solid #333;
    padding: 6px 14px !important;
    display: inline-block;
    border-radius: 20px;
    background: #333 !important;
    color: #fff !important;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}


















.title_blink{
    position: absolute;
    z-index: 1;
    width: 130px;
    font-size: 13px;
    line-height: 35px;
    font-family: "Oswald-Regular";
    bottom: 0;
    left: -8px;
    color: #ff5e00;
    text-align: center;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-5%, -5px);
    cursor: pointer;
}

/*.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}*/

.menu-dropdown {
  position: relative;
 display: inline-block;
}
.menu-dropdown>a:before {
    position: absolute;
    content: "\f107  ";
    font-family: 'FontAwesome';
    color: #fff;
    margin-right: 10px;
    right: -12px;
    top: 17px; 
}	
.sub-menu {	
	position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    background: #fff;
    padding: 10px 0;
    text-align: left;
    box-shadow: 6px 8px 10px rgba(0,0,0,0.16);
    /*border-top: 3px solid #f05125;*/
    border-radius: 0px;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.sub-menu:before {
    /*content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent #f05125 transparent;
    border-style: solid dashed solid dashed;
    border-width: 0 7px 7px 7px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -7px;*/
}
.nav_main_menu .navbar-nav > li:hover .sub-menu {
   opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.nav_main_menu .navbar-nav > li:hover .menu_item_plus:before {
    content: '\f177';
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
 }
.sub-menu > li {
  padding: 0;
  /*border-bottom: 1px solid #f1f1f1;*/
 
}
.sub-menu > li:last-child{
border-bottom:none;
}
.sub-menu > li {
  list-style: none;
}

.sub-menu > li > a {
  display: block;
  color: #ff5e00;
  padding:5px 10px;
  font-size: 14px;
  line-height: 20px !important;
  font-family: "Oswald-Regular";
  letter-spacing: .08em;
  text-transform: capitalize;
  padding-right: 10px !important;
}
.sub-menu > li.active a,
.sub-menu > li > a:hover,
.sub-menu > li > a:focus {
  text-decoration: none;
  color: #fed811;
}
.sub-menu > li:last-child a{
    padding-right: 10px;
}


.user_menu{
	position: absolute;
    top: 100%;
    width: 450px;
    background: #fff;
    padding: 25px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(173,173,179,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(173,173,179,1);
    box-shadow: 0px 0px 15px 0px rgba(173,173,179,1);
    /* border-top: 3px solid #428bca; */
    border-radius: 5px;
    -moz-transform: translate(-75%, 15%);
    -ms-transform: translate(-75%, 15%);
    -o-transform: translate(-75%, 15%);
    transform: translate(-75%, 15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.user_menu:before {
    content: "";
    border-bottom: 15px solid #e0dfdf;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -15px;
    right: 25px;
    z-index: 9;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.user_menu:after {
    content: "";
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -13px;
    right: 25px;
    z-index: 9;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.user_menu_dropdown_open .user_menu {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(-75%, 15%);
    -ms-transform: translate(-75%, 15%);
    -o-transform: translate(-75%, 15%);
    transform: translate(-75%, 15%);
}

.user_menu_img_area{
	width: 50px;
    height: 50px;
    background: #ddd;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    float: left;
}
.user_menu_details{
	margin-left: 60px;
}
.user_menu_details h3{
	text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "WorkSans-Medium";
    font-size: 20px;
    font-family: "WorkSans-Bold";
}
.user_menu_details p{
	margin-bottom: 5px;
}
.user_menu_details a.pro_sec{
	padding: 7px 15px !important;
    background: #1040d0;
    display: inline-block;
    margin: 0px;
    color: #fff;
    border-radius: 4px;
    margin: 0px !important;
    border: 1px solid #1040d0;
}
.user_menu_details a.sign_out{
	padding: 7px 15px !important;
    /* background: #1040d0; */
    display: inline-block;
    margin: 0px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #333;
    margin-left: 0px !important;
}

@media screen and (max-width:1200px){
	.nav_main_menu .navbar-nav{    
    margin-top: 30px; 
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.nav_main_menu .navbar-nav.navbar-left > li {
    margin-right: 20px;
}
.nav_main_menu .navbar-nav.navbar-right > li {
    margin-left: 20px;
}
    .nav_main_menu .navbar-nav > li > a{
        padding: 0px 4px;
        font-size: 13px;
        letter-spacing: .08em;
    }
    .title_blink{
        text-align: left;
    }
    .nav_main_menu .navbar-nav > li .menu_name {        
        padding: 25px 10px 0px 0;
    }
    .nav_bar_menu_area .navbar-header .navbar-brand {
        float: left;
        height: inherit;
        padding: 15px 30px 0px 0px;
        
    }
.header_cont_num {
    display: inline-block;
    padding: 34px 10px;
    font-family: "MyriadPro-BoldCond";
    position: absolute;
    left: 0;
    right: 0;
    width: 180px;
    margin: 0 auto;
	font-size: 13px;
}	
	.nav-menu>li>a {
   padding: 34px 10px;
	font-size: 13px;
}
.navigation .logo_area {
    margin: 5px 0 3px 0;  
    width: 148px;
    height: 48px;
   
}
.menu-dropdown>a:before {
    position: absolute;
    content: "\f107  ";
    font-family: 'FontAwesome';
    color: #fff;
    margin-right: 10px;
    right: -12px;
    top: 15px; 
}	
	}
@media screen and (max-width:992px){
.nav_bar_menu_area {       
        height: 60px;
}
.nav_main_menu .navbar-nav {
    margin-top: 20px;
   
}
.nav_main_menu .navbar-nav.navbar-left > li {
    margin-right: 10px;
}
.nav_main_menu .navbar-nav.navbar-right > li {
    margin-left: 10px;
}
    .nav_main_menu .navbar-nav > li > a {
        padding: 0px 0px;
    font-size: 12px !important;   
    }  
	.order {   
    padding: 6px 14px !important;
	}
    .title_blink {
        text-align: left;
        line-height: 25px;
    }
    .nav_bar_menu_area .navbar-header .navbar-brand {
        float: left;
        height: inherit;
        padding: 0px;
        width: 120px;
    } 
    .navbar-brand .logo_area {       
        height: 100px;   
		width: 120px;		
    }  
    .nav_main_menu .navbar-nav > li .menu_name {
        padding: 20px 5px 0px 0;
    }
    .nav_main_menu .navbar-nav > li .menu_name img{
        width: 50px;
    }


    .nav_bar_menu_area .navbar-header .tag_img {
        float: left;
        display: inline-block;
        padding: 27px 0 27px 0px;
    }
    .nav_bar_menu_area .navbar-header .tag_img img{
        width: 125px;
    }
.logo img{
    width: 80px;
} 
.middle_top_headerinner {    
    margin-left: -25px;
}
.middle_top_headerinner img {
    width: 45px;
}   
.top_header_list {  
    padding: 20px 0; 
}
.header_cont_num {   
    left: -65px;
}		
.header2 .navigation .logo_area {
    margin: 5px 0 3px 0;
    background-image: url(../images/logo1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 67px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}	
	
	.nav-menu-social li a {
    font-size: 12px;
    padding: 11px 7px !important;
    height: 20px;
    line-height: 0px;
}
.menu-dropdown>a:before {
    top: 15px;
}
	}	
@media screen and (max-width:768px){
.nav_main_menu .navbar-nav.navbar-right > li {
    margin-left: 0px;
}	
    .nav_bar_menu_area .navbar-header .tag_img {       
        padding: 22px 0;
    }   
    .nav_bar_menu_area .navbar-header .tag_img img {
        width: 200px;
    }
    .left_top_headerinner ul li:first-child {
     
    } 
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 13px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    } 
    .top_headerinner {
        height: auto;
        overflow: inherit;
        text-align: center;
        position: relative;
    }
    .nav_bar_menu_area .navbar-header .navbar-brand {
        float: left;
    height: inherit;
    padding: 0px;
    left: 80px;
    }
    .middle_top_headerinner {
        padding: 6px 0;
        display: inline-block;
        margin-left: 0px;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
    .cbp-af-header {
       position: relative !important;
    /* background-color: #000!important; */
    background: #1045db;
    background: -webkit-linear-gradient(135deg, #1045db 0%, #15095e 60%, #15095e 99%);
    background: -o-linear-gradient(135deg, #1045db 0%, #15095e 60%, #15095e 99%);
    background: linear-gradient(-45deg, #1045db 0%, #15095e 60%, #15095e 99%);
    }
    .navbar-brand .logo_area {
        
        height: 75px;
        line-height: 50px;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
    } 
    .nav_bar_menu_area .navbar-header {
        display: inline-block;
    width: 100%;
    }
.top_header_list li {
    font-size: 15px;
    margin-right: 10px;
}
.header_cont_num {   
    left: -65px;
	display:none;
}
.top_header_list {
    display: none;
}
.right_top_headerinner ul li:nth-child(1), .right_top_headerinner ul li:nth-child(2), .right_top_headerinner ul li:nth-child(3){
display: none;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #333;
}
.nav_main_menu .navbar-nav {
    float: none !important;
    margin: 0px;
    height: auto !important;
    background: #fff;
    padding: 0 20px;
}
.nav_main_menu .navbar-nav.navbar-left{
	padding-top:25px;
}
.nav_bar_menu_area .nav_main_menu {
    padding: 0px;
    margin-top: 0px;
}
.nav_main_menu .navbar-nav > li {
    float: none;
    display: block;
}
.nav_main_menu .navbar-nav > li > a {
    padding: 7px 5px !important;
    font-size: 14px !important;
    color: #000;
}
.order{
	display: inline-block;
    margin-left: 0px;
    padding: 5px 10px !important;
    margin-bottom: 10px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ff5e00;
    background-color: transparent;
}
.nav_main_menu .navbar-nav > li > a:hover{
    color: #ff5e00;
}
.right_top_headerinner ul li a {   
    font-size: 15px;
}	
.nav-menu>li:last-child a {   
    color: #fff;
}	
.navigation .logo_area {   
    background-image: url(../images/logo1.png);
	margin: 5px 0 3px 0;
    width: 148px;
    height: 40px;
}

.header2 .navigation .logo_area {
    margin: 5px 0 3px 0;
    background-image: url(../images/logo1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 148px;
    height: 40px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
	
.nav-brand{
	padding:0px;
}	
.upper_haeder_area{
	display:none;
	}
.nav-menu>li>a{
		color:#333;
		cursor:pointer;
		}
	.sub-menu{
	display:none;
	position:relative;
	border:none;
	box-shadow:none;
	 transform: translate(0%, 0px);
	
}	
.curent .sub-menu {	
    visibility: visible;
    opacity:1;
    position: relative;
    transform: translateY(0em);
    z-index:1;
    transition: none;
    /*margin-top: 2px;*/
	display:block;
	min-width:100%;
    left:0px;
    transform: translate(0%, 0px);
	padding: 0px 0px 10px;
}
.nav_main_menu .navbar-nav > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;   
    transform: translate(0%, 0px);
}
.sub-menu:before{
	display:none;
	}
.menu-dropdown:hover .sub-menu {
	  
  
   opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  
	
}
.menu-dropdown>a:before {
    position: absolute;
    content: "\f0d7 ";
    font-family: 'FontAwesome';
    color: #191111;
    margin-right: 10px;
    right: 2px;
    top: 15px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}		
}

@media screen and (max-width:480px){	
    .middle_top_headerinner {        
        top: 60px;        
    }
    .middle_top_headerinner img {
        width: 30px;
    }
}