@charset "utf-8";
/* CSS Document */

/*header*/
.head-b{padding: 15px 0;}
.bg-line{ background-image: url(../images/bg-line.png);
    background-repeat: repeat-x;
    background-position: 0px 0px/*72px*/;
border-bottom: 1px solid #e6e7e7;}
.header-nav a{color: #000000;}
.header-nav{list-style: none; right: 0; font-weight: 600;}
.header-nav li{display:block; float:left; margin-left: 1em; font-size: 0.9em;}
.header-nav li::before{content: "\f138\00a0";font-family: "Font Awesome 5 Free";color: #bb121a;font-weight: 900;}
.nav-h{padding: 0;}
img.brand-name{width: 300px;height: auto;padding-top: 0.5em;}


@media (max-width:991.98px){img.brand-name{width: 210px;height: auto;padding: 5px 0;}
.head-b{display: none;}}

/*nav*/

.nav-h{font-weight: 600; }
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #ffffff;
    background-color: rgba(0,79,162,0.52);
}
.item01:hover{ background: rgba(242,243,240,0.80);color:  rgba(92,91,91,1.00);}
.item01 {font-size: 16px;letter-spacing: 1px;
    
    border-left: 1px solid #e6e7e7;
    border-right: 1px solid #e6e7e7;
    border-bottom: 0px solid #e6e7e7;
    border-top: 0px solid #e6e7e7;
}
.item01 a{padding-top: 30px;}


.nav-h .dropdown-menu{width: auto; border: 0px; background: rgba(255,255,255,1.0);padding: 0;}
.nav-h .dropdown-menu .dropdown-item{border-bottom: 1px dotted #e6e7e7; font-weight: 600;}
.nav-h .dropdown-menu a{background: none;padding:8px 1em;;}
.nav-h .dropdown-menu a:hover{
     background-color: rgba(0,79,162,0.52);color: #ffffff;
}
.nav-h .navbar-brand{display: none;}
.item-smoll{display: none;}
@media  screen and  (max-width:991.98px){.header-nav{display: none;}
	.nav-h .navbar-brand{display: block}
.head-b{display: none;}
.bg-line{ background-image: url(../images/bg-line.png);
    background-repeat: repeat-x;
    background-position: 0px 0px/*72px*/;
border-bottom: 0px solid #e6e7e7;}
	.navbar-brand{margin: 5px 0;}
	.nav-h .dropdown-menu a:hover{
     background-color: rgba(0,79,162,0.52);color: #ffffff;
}
	
	/*.item01:hover,.item02:hover,.item03:hover,.item04:hover,.item05:hover,.item-smoll:hover{ background: rgba(242,243,240,0.80);color:  rgba(92,91,91,1.00);}*/
	.item01,.item-smoll{ padding-left: 1em; padding-right: 1em;border-left: 0px solid #e6e7e7;border-right: 0px solid #e6e7e7;border-bottom: 0px solid #e6e7e7;border-top: 0px solid #e6e7e7;
	}
	.item01 a,.item-smoll a{font-size: 16px;letter-spacing: -1px;
    text-align: center;
    border-left: 0px solid #e6e7e7;border-right: 0px solid #e6e7e7;border-bottom: 0px solid #e6e7e7;border-top: 0px solid #e6e7e7;
}
.item01 a{ padding:10px;}


}
@media   (min-width:576px) and  (max-width:991.98px){.item-smoll{display: block;padding-bottom: 2em;}
	.item-smoll li{float: left; width: 50%;padding-bottom: 2em;}
	}
@media   (max-width:575.98px){.item-smoll{display: block;padding-bottom: 1em;}
	.item-smoll li{float: none; width: 70%;margin: 0 auto;padding-bottom: 1em;}
	}
        .navbar-light .navbar-toggler {
        border-color: rgba(0,0,0,0);
    }
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	
}

 .toggler__txt{
            display : block;
            font-size : 0.5em;font-weight: 600;
        }
