/* about_banner_section_start */
.about_banner_section_start{
    height: 600px;
    /* background-color: #0898D7; */
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0px;
}
.about_banner_section_start::before{
    content: "";
    background-image: url("../../images/banner1.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    /* opacity: 0.6; */
}
.about_banner_section_title{
    position: relative;
    vertical-align: middle;
}
.about_banner_section_title_up p{
    color:#ff003b !important;
}
.about_banner_section_title_up h3{line-height: 37px;font-size: 40px;}
.about_banner_section_title_up{text-align: center;color: #fff;}
.about_banner_section_title_up hr{
    margin: 0px;
    border: none;
    width: 5%;
    height: 3px;
    background-color:#FBC300;
    display: inline-block;
    vertical-align: middle;
    color:#FBC300;;
    opacity: 1;
}
.about_banner_section_title_up p{
    margin: 0px;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    /* padding-left: 10px; */
    line-height: 10px;
}
.about_banner_section_title_down{
    text-align: center;
    color: #ccc;
}
.about_banner_section_title_down h1{
    text-transform: capitalize;
    font-size: 60px;
    font-weight:bold;
    color: #ffa84d;
}
.about_banner_section_title_down p{

}
/* about_banner_section_end */
/* small_business_section_start */
.small_business_start{background: #f6f6f6;}
.small_business_title{
    text-align: center;
}
.small_business_title h4{
    text-transform: uppercase;
    margin: 0px;
    color: #565054;
    font-weight: normal;
}
.small_business_title hr{
    opacity: 1;
    border: none;
    display: inline-block;
    background-color: yellowgreen;
    width: 50%;
    height: 2px;
}
.small_business_title h5{
    color: #847175;
    font-size: 16px;
    text-transform: uppercase;
}
.small_business_title p{
    color: #98968A;
    margin: 0px;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}
/* small_business_section_end */
/* review_section_start */
.review_section_start{
    background-color: #F6F6F6;
    text-align: center;
}
.review_section_title{
    text-align: center;
}
.review_section_details{

}
.review_section_one{

}
/* review_section_end */
/*Protfolio Start*/
.protfolio_bg{

}
.protfolio{
    background: #505050;
    border-radius: 5px;
    margin-bottom: 20px;
}
.protfolio img{
    border: 2px solid #5e5e5e;
    border-radius: 10px;
}
.protfolio h3{
    font-size: 17px;
    text-align: center;
    padding: 10px;
}
/*Protfolio End*/
.even{
    background: #ededed !important;
}
.paginate_button {
    cursor: pointer;
    background: #f8f6ff;
    color: #000;
    margin: 3px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.current {
    color: white;
    background-color: #1695b5;
}
.form-control, .form-select{
    padding: 16px 27px !important;
}
