
.form-item{
    border: 1px solid #f2f2f2;
    background: #f5821f;
    border-radius: 10px;
}
.form-item .form-title{
    color: #212529;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
}
.bg-1{
    background: #f6f6f6;
}
.bg-padding{
    padding: 70px 0px 0px 0px;
}

ul.list-group.list-group-flush.xxlx {
    height: 600px;
    overflow-x: hidden;
}
ul.list-group.list-group-flush.xxlx2 {
    height: 450px;
    overflow-x: hidden;
}
.bg-back-ul .list-group-item{
border-bottom: 1px solid rgb(255 255 255 / 26%);
color: #fff;
display: flex;
}
.bg-back-ul .list-group-item::before{
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;   
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    padding-right: 10px;
}
.list-group-style .list-group-item{
    display: flex;
    background: #f5821f;
    margin-bottom: 0;
    border-radius: 50px;
    font-size: 15px;
    color: #ffffff;
}
.list-group-style .list-group-item::before{
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;   
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #414042;
    padding-right: 10px;
}
.serviceBox{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
.serviceBox .service-icon{
    color: #fff;
    background: linear-gradient(135deg, #f5821f,#f5821f);
    font-size: 50px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    margin: 0 auto 25px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px #fff,0 0 12px rgba(0,0,0,0.5);
}
.serviceBox .service-icon i.fass{ transition: all 0.3s ease 0s; }
.serviceBox:hover .service-icon i.fass{
    text-shadow: 0 0 5px #555;
    transform: rotateY(360deg) rotateX(360deg);
}
.serviceBox .service-content{
    height: 195px;
    background-color: #fff;
    padding: 10px 13px 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.5);
}
.serviceBox .title{
    color: #fff;
    background: linear-gradient(135deg, #525252,#2e2f31);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: -21px 7px 15px;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1;
}
.serviceBox .title:before,
.serviceBox .title:after{
    content: "";
    background: linear-gradient(-45deg,#323234 49%,#f5821f00 50%);
    width: 12px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -12px;
}
.serviceBox .title:after{
    transform: rotateY(180deg);
    left: auto;
    right: -12px;
}
.serviceBox .description{
    color: #777;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.three-faq-area {
    position: relative;
}
.three-faq-area .faq-shape img {
    position: absolute;
}
.three-faq-area .faq-shape img:nth-child(1) {
    top: 0;
    left: 0;
    z-index: -1;
}
.three-faq-area .faq-shape img:nth-child(2) {
    bottom: 0;
    right: 0;
}
.three-faq-area .faq-shape img:nth-child(3) {
    top: 80px;
    left: 0;
}
.list-group-item{
    background: none;
}

.bg-image1{
    background: url(../images/bg1.jpg) center no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
    background-attachment: fixed;
    position: relative;
}
.bg-image1::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000291;
}

.mix-item-menu {
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.mix-item-menu button.active {
    color: #f5821f;
    position: relative;
    z-index: 1;
}

.mix-item-menu button {
    padding: 8px 20px;
    margin: 5px;
    border: none;
    background: transparent;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.mix-item-menu button.active::after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 2px;
    width: 30px;
    background-color: #f5821f;
    margin-left: -15px;
}

.site-heading {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: -5px;
}

#Container1 .mix {
    display: none;
}


/* owl nav */
.owl-prev span, .owl-next span {
	color: #FFF;
    background: #f5821f;
    padding: 0px 15px 5px 15px;
    display: inline-block;
    line-height: normal;
    font-size: 25px;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}



.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}














@media (max-width: 767.98px){
    .mix-item-menu button {
        padding: 8px 5px;
        margin: 5px;
        border: none;
        font-size: 11px;
        background: transparent;
        border-radius: 3px;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .site-heading{
        margin-bottom: 0;
    }
    .bg-padding {
        padding: 30px 0px 0px 0px;
    }
    .site-heading .llis{
        font-size: 22px;
    }
    .serviceBox .service-content{
        height: 150px;
    }
}