.header-logo img{
	max-height:50px;
}
.header-bottom{
	padding:10px 0;
}
.bg-black{
	background-color:#b95223;
}
.white{
	color:#fff !important;
}
.pt-50px{
	padding-top: 50px;
}
.pt-20px{
	padding-top: 20px;
}
.pt-10px{
	padding-top: 10px;
}
.main-menu ul li.dropdown ul.sub-menu{
	z-index: 9999;
}
.main-menu ul li a:hover{
	scale:1.1;
}
.border-box-1, .border-box-2 {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    transition: .3s;
}
.border-box-2 {
    box-shadow: 0 2px 15px rgb(0 0 0/10%);
}
.product .thumb {
    height: 150px;
    width: auto;
}
.product .thumb .image img {
    width: auto!important;
    max-width: 90%!important;
    max-height: 200px!important;
}

/*testimonial*/
.quote-title {
    background: #ff910b none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
}
h3.widget-title {
    border-bottom: 1px solid #edeff8;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    background: #ff910b;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.get-quote-form {
    box-shadow: 0 0 7px #ccc;
    padding: 10px;
}
/*end of testimonials*/
/*recent artciles*/
.widget ul {
    margin: 0;
    padding: 20px 20px 20px 35px;
    list-style: none;
}
.widget.recent_posts li {
    padding-bottom: 15px;
}
.widget li {
    position: relative;
}
.widget li:before {
    left: -10px;
    position: absolute;
    top: 0;
}
.widget li:before {
    font-family: fontawesome;
    content: "\f0da";
}
.widget a {
    color: #333;
}
/*end of recent articles*/

/*header*/

.form-control {
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 6px 80px 6px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    color: #474747;
    border-radius: 5px;
    background-color: #fff;
}
.input-group>:not(:first-child):not(.dropdown-menu) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-warning {
    color: #000;
    border-color: #fff;
}
.btn-warning, .header-actions .header-action-btn .header-action-num {
    background-color: #e2434a;
}
.custom-search {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 100px;
}
.col, .col-item {
    -webkit-flex: 1 1;
    flex: 1 1;
}
.col {
    margin: 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.input-group {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
}
/*end of header*/
input {
    height: 40px;
}
.main-menu ul li.dropdown ul li a {
    font-weight: 700;
}
.main-menu ul li.dropdown ul li a {
    height: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px){
.main-menu ul li+li {
    margin-left: 20px;
}
}

/* Style for the parent list */
.parent-list {
  list-style-type: none; /* Remove default list style */
  margin: 0;
  padding: 0;
}

/* Style for the list items in the parent list */
.parent-list > li {
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 5px;
}
.parent-list > li>a{
    color:#000;
}

/* Style for the child list */
.child-list {
  list-style-type: none; /* Remove default list style */
  margin: 0;
  padding: 0;
  margin-left: 20px; /* Add some left margin to create indentation */
}

/* Style for the list items in the child list */
.child-list > li>a {
 color:#000;
}
.header-actions{
    justify-content:flex-end;
}
@media only screen and (max-width: 479px){
    .offcanvas.offcanvas-mobile-menu {
    width: 67%;
}
}
.dropdown_search1{
    width: 80%;

}
.flex-end{
    justify-content: flex-end;
}
.recent_posts li span {
    color: #8d9cad;
    display: block;
    font-size: 13px;
    text-align: left; 
}
.recent_posts li{
 text-align: left;    
}
.header_account_list .dropdown_search{
    z-index: 10000;
}

/*--testimonial---*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -20px;
}
#quote-carousel .carousel-control.right {
    right: -20px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 200px;
}
.item blockquote {
    border-left: none;
    margin: 0;
    font-size:14px;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.product .content .title a {
    text-decoration: none;
    color: #1d1d1d;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
}
