
/*.bd_header_area{overflow: hidden;}*/

.bd_logoarea {
    width: 275px;
}
.bd_logoarea a {
    display: block;
}
.bd_logoarea a img {
    width: 100%;
}

/* Toggle*/

.bd_toggle.navbar-toggler{border: 0 !important; 
    background: transparent;
    padding: 0;
    line-height: normal;
    width: 40px;
    height: 40px;
    display: none;
}
.bd_toggle.navbar-toggler:focus{outline: 0;}

.bd_toggle span{
    width: 28px;
    height: 5px;
    background: #000;
    background-image: none !important;
    display: block;
    position: relative;
    margin: 0 0 0 9px;
}

.bd_toggle span:after{position:absolute;content:" ";width:22px;height:5px;top:-7px;left:0;right:0;background:#000;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}

.bd_toggle span:before{position:absolute;content:" ";width:22px;height:5px;bottom:-7px;left:0;right:0;background:#000;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}


.pptb{padding:50px 0;}
.pt{padding-top:50px}
.pb{padding-bottom:50px;}

.bd_heading{margin-bottom:30px;}
.bd_heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.shop-software-list {
	    background: #2d2722; color: #fff;  /* fallback for old browsers 
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);   Chrome 10-25, Safari 5.1-6 
	background: linear-gradient(to right, #f7b733, #fc4a1a);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.table-striped tbody tr:nth-of-type(odd){ background-color: #fff; }

.shop-software-list th {
    padding: 10px;
    background-color: #ee551fb8;
    color: #fff;
    text-align: left;
    border: #8e2a07 solid 1px;
}
.shop-software-list tr:nth-child(odd) {
    background: #ffffff6b;
}
.shop-software-list tr:nth-child(even) {
    background: #ffe6dd;
}
.shop-software-list td {
    padding: 10px;
    font-size: 16px;
    color: #000;
    text-align: left;
    border: #8e2a07 solid 1px;
}

.bg{background:#fde5dd;}

.bd_img{
	position: relative;
	padding: 0px 10px 10px 0px;
}
.bd_img:before {
    content: '';
    width: 220px;
    height: 150px;
    background-color: #ee551f;
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: -1;
}

.bd_img1{
	position: relative;
	padding: 0px 0 10px 10px;
}
.bd_img1:before {
    content: '';
    width: 220px;
    height: 150px;
    background-color: #ee551f;
    position: absolute;
    bottom: -5px;
    left: -5px;
    z-index: -1;
}

.title_breadcrumb-inner {
    top: 60%;
    transform: translateY(-50%);
}

ul#breadcrumbs li:nth-child(1) {
    padding-left: 0;
}
.blk-bdr-box{word-break: break-word;}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children:nth-last-child(1) ul.mega-sub-menu {
    right: 0;
}
.inner-cont p:empty{ display: none; }