

.wrap_ul_block ul{
    margin:0p;
    padding:0px; 
}
.wrap_ul_block ul li{
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 0px 16px 0px 0px;
}
.wrap_container_admin {
    width: 63%;
    margin: 0 auto;
}

.wrap_ul_block ul li a.action_style {
    background: no-repeat;
    border: none;
    border: 1px solid#ccc;
    border-radius: 0px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.wrap_ul_block ul li a.action_style {
    border: 1px solid #e2b12e;
}
.wrap_ul_block ul li a.action_style:hover {
    border: 1px solid #ccc;
    box-shadow: #f3f3f3 4px 3px 2px;
    background-color:#fff !important;
}

.wrap_ul_block ul li a.action_style .wrap_img {
    width: 18px;
    height: 25px;
}
.wrap_ul_block ul li a.action_style .wrap_img img {
    max-width: 21px;
}

/*.wrap_ul_block ul li a {
    padding: 6px 14px;
    background-color: #fdc93eb3;
    display: block;
    color: #755c11;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #e2b12e94;
        -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}*/
.wrap_ul_block ul li a{
    text-decoration: none !important;
}
.wrap_ul_block ul li a p{
	margin:0px;
}
.wrap_ul_block .wrap_liBox .wrap_img img {
    text-align: center;
    padding: 8px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 63%;
}
.wrap_ul_block .wrap_liBox .wrap_icon p  {
    font-size: 12px;
    color: #656e7c;
    font-weight: 600;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    font-family: sans-serif;
}
.wrap_ul_block li:hover .wrap_liBox .wrap_icon p{
 	 color:#fdc93e;
}
.wrap_ul_block ul li a .wrap_img img{
    width: 68%;
    padding: 6px 0px 0px 0px;
}
.wrap_ul_block ul li a .wrap_cnt p{
    font-size: 13px;
    margin: 4px 0px 0px 0px;
    color: #ffd5c9;
    font-weight: 600;
}
.wrap_ul_block ul li a .wrap_img {
    background-color: #ffffff;
    width: 46px;
    background-image: url(../images/try_demo/pattern.svg),linear-gradient(to top, #b13f1f 0, #ff693f 97%);
    height: 46px;
    border-radius: 50px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    display: inline-block;
    text-align: -webkit-center;
    
}

.wrap_container_bg:after{
    content: '';
    width: 0;
    height: 0;
    border-radius: 50%;
    padding: 37%;
    position: absolute;
    left: 2vw;
    top: -4vw;
    z-index: 1;
    pointer-events: none;
    display: block;
    background: rgba(232, 97, 59, 0.43);
}

.wrap_ul_block ul li:hover .wrap_img{
	background-image: url(../images/try_demo/pattern.svg),linear-gradient(to top, #983316 0, #b9401e 97%);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    display: inline-block;
}

.wrap_ul_block li:hover .wrap_img img{
	-webkit-animation-name: hvr-icon-up; 
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;

}
.wrap_ul_block{
	 z-index:9;
}



.wrap_container{
    width: 95%;
    margin: 0 auto;
}
.wrap_container_flex{
    justify-content: space-between;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 2px 0px;  
}
.wrap_container_bg{
	background-color: #FFF;
    border-top: 1px solid#ece9e9cc;
    position: relative;
    color: #FFF;
    background-color: #fdc93e;
    background-image: url(../images/try_demo/pattern.svg),linear-gradient(to top, #c74a27 0, #f36942 97%);
    background-position: right center,center center;
    background-repeat: no-repeat,no-repeat;
    overflow:hidden;

}






.wrap_downBoxlisinner{
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
}

.wrap_dnstl h2{
	font-size: 18px;
    font-weight: 600;
    margin: 0px;
}
.wrap_downBox a{
 	 padding: 0px 3px; 
}
.navbar-fixed-custom {
    position: fixed;
    top:0px;
    right: 0;
    left: 0;
    z-index: 1030;
}
body{
     padding-top: 0; 
}
#navbarMain.theam_navbar {
    background-color: #900;
    transition: all 0.5s;
    border-color: rgba(52, 59, 64, 0.3);
    box-shadow: 0 0 26px rgb(51, 55, 61);
    color: #c52d2f !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    /* top: 18px; */
}
    #navbarMain.navbar-custom{
    transition: 0.5s;
    -webkit-transition: 0.5s;  
    }


#navbarMain.theme_navbar .wrap_ul_block ul li a .wrap_img img{
	width: 62%;
  -webkit-transition: 0.5s;  
}
#navbarMain.theme_navbar .wrap_ul_block ul li a .wrap_img{
    height: 38px;
    width: 38px;
    -webkit-transition: 0.5s; 
}
.back_web{
    margin:0 auto;
    width:718px;
}

.wrap_top_strip{
	background-color: #FFF;

}
.wrap_top_strip_flex {
   /* justify-content: space-between;*/
    align-items: center;
/*    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    padding: 25px 0px;
}
	.wrap_ulBlock ul{margin:0px; padding:0px; text-align:center;}
    .wrap_ulBlock ul li{ list-style:none; display:inline-block;     margin: 10px 0px;}
.wrap_ulBlock ul li a{ 
    padding: 7px 16px;
    border: 1px solid#ccc;
    border-radius: 27px;
    color: #33373d;
    font-weight: 600;
    font-size: 13px;
        transition: 0.1s;
    -webkit-transition: 0.1s;
} 
.wrap_ulBlock ul li a:hover, .wrap_ulBlock ul li a:focus{ 
 background-color:#f36942;
 border:1px solid #f36942;
 color:#fff;
}
 
.wrap_ulBlock ul li.active a{ 
    background-color: #ffbb001f;
    border: 2.3px solid #ffbb00;
    color: #33373d;
}

.wrap_ulBlock ul li a.li_contact_btn{ 
	background-color: #32c24d;
    border: 1px solid #32c24d;
    color: #fff;
}
.wrap_container {
    width: 95%;
    margin: 0 auto;
}
@media only screen and (max-width : 559px) and (min-width : 250px) {
.wrap_container {
    width: 95%;
    margin: 0 auto;
}
}
