/* Header */
body {
    font-family: Montserrat, sans-serif;
    background-color: #f2f3f7;
    height: 100%;
    font-weight: 500;
}
.ui-datepicker-trigger {
    display: none;
}
ol, ul {
    list-style: none;
    padding: 0;
}
header#header {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 17px;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 2px 3px -2px #00000029;
}
#header ul li {
    display: inline-block;
}
.top-bar ul li a {
    color: #333333;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    padding: 0 10px;
    border-left: 1px solid #d4d4d4;
}
.top-bar ul li:first-child a {
    border-left: 0;
    padding-left: 0;
}
.top-bar ul li a:hover {
    color: #f7941e;
}
.logo {
    padding-top: 10px;
}
.header-main-menu-part {
    padding-top: 0;
}
.header-main-menu-part p {
    font-weight: 500;
    text-align: right;
}
.header-main-menu-part span {
    color: #f7941e;
    font-size: 17px;
}
.header-search-menu {
    margin-top: 20px;
}
.header-search-menu .header-form {
    border: 2px solid #f7941e;
}
.header-search-menu .form-group {
    margin-bottom: -2px;
}
.header-search-menu .keywordsearch {
    border-right: 2px solid #f7941e;
    -webkit-margin-after: -0.8px;
}
.header-search-menu .keywordsearch input {
    width: 100%;
}
.header-search-menu .header-form input, .header-search-menu .header-form select, .header-search-menu .header-form button {
    border: 0;
    color: #333333;
    padding: 11px 10px;
}
.header-search-menu .header-form select {
    width: 100%;
    line-height: 38px;
}
.header-search-menu .header-form button {
    background-color: #f7941e;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}
.header-search-menu .searchbutton {
    padding: 0;
}
.header-search-menu .form-group.col-md-3.selectcategory {
    padding-left: 0;
    padding-right: 0;
    line-height: 38px;
}
.searchbutton i {
    margin-right: 10px;
}
.header-form select:focus, .header-form input:focus {
    outline: none;
}
.header-main-menu-part {

}
ul.header-main-menu {
    display: inline-block;
}
.header-main-menu li a {
    color: #f7941e;
    font-size: 14px;
    text-decoration: none;
}
.header-main-menu li.notification a i {
    color: #000;
    transform: rotate(34deg);
    margin-right: 10px;
}
.header-main-menu li.sign-in a {
    border: 1px solid #f7941e;
    border-radius: 4px;
    padding: 5px 15px;
    margin-left: 12px;
}
.header-main-menu li.sign-in a:hover {
    background-color: #f7941e;
    color: #fff;
}
ul.header-main-menu.pull-right.my-pro-header {
    
    padding-left: 16px;
}
.my-pro-header li {
    display: inline-block;
    border-right: 1px solid #e2e2e2;
    padding: 0 9px;
}
.my-pro-header li:last-child { border-right: none; }
/* Header End */

/* Home Star */
.readmore-t, .readmore-f {
    cursor: pointer;
    display: inline;
}
.home h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f7941e;
    line-height: 11px;
    margin: 25px 0 33px;
}
.home h2 span {
    background: #f2f3f7;
    padding: 0 10px;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}
.catageroy-section h3 {
    font-size: 18px;
    color: #333333;
    margin-top: 11px;
    padding-left: 10px;
}
.catageroy-section a {
    background-color: #fff;
    display: block;
    text-decoration: none;
    padding-bottom: 1px;
    border: 1px solid #dcdee3;
}
.catageroy-section a:hover {
    text-decoration: none;
    background-color: orange;
    color: #fff;
}
.catageroy-section a:hover h3 {
    color: #fff;
}
.featur-advertpartbg {
    background-color: #fff;
    padding: 17px 15px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 2px;
    border: 1px solid #dcdee3;
    white-space: nowrap;
}
.catageroy-section.feature-advert-section a {
    display: inline-block;
/*    width: 13.5%;*/
    margin-right: 5px;
    border: 0;
}

.home-inspiration .row {
    margin-right: 15px;
}
.catageroy-section.feature-advert-section a:hover {
    background: transparent;
    opacity: 0.8;
}
.blog-home {
    padding-bottom: 4px;
    height: 308px;
    overflow: auto;
}
.blog-box {
    border-bottom: 1px solid #dedede;
    padding-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
}
.blog-box:nth-child(3) {
    border-bottom: 0;
}
.blog-left {
    padding: 0;
}
.blogmiddle {
    padding-right: 0;
    outline: 2px solid #f7941d;
    border-top: 0;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 18px;
}
.home .blogmiddle h2 {
    margin: 0;
    position: absolute;
    border: 0;
    top: -7px;
    background: #f2f3f7;
    width: auto;
    left: 36%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-box .col-md-2 {
    padding: 0;
}
.blog-box p {
    font-size: 13px;
}
.blog-box p.date {
    color: #a8a8a8;
    margin-bottom: 0;
}
.blog-box h3 {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}
.blog-box a {
    color: #333333;
    text-decoration: none;
}
.blog-box a:hover {
    color: #f56400;
    text-decoration: none;
}
.allblog {
    color: #fff;
    font-size: 14px;
    background: #f7941e;
    padding: 3px 18px;
    margin-right: 18px;
    margin-top: 5px;
    position: absolute;
    left: 42%;
}

.blog-left img {
    margin-bottom: 22px;
}
.blog-right {
    padding-right: 0;
}
.blog-right img.img-responsive {
    width: 100%;
    height: 338px;
}
/* Home End */

/* Footer Start */

.home-newsletter {    padding: 20px 0;    background: #fff;    margin-top: 0;}
.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.home-newsletter .single h2 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 20px;
}
.home-newsletter .single .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #c0c0c0;
    border-radius: 0;
}
.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
    border-right: 0;
}
.home-newsletter .single .btn {
    min-height: 50px;
    background: #f7941e;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
}
/* List page */

.services-banner {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
.searh-filter {
    background-color: #fff;
    border: 1px solid #dcdee3;
    padding: 15px;
}
span.filter {
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
}
.searh-filter .sericescategory { line-height: 33px; }
.searh-filter .sericescategory, .searh-filter input[type="text"] {
    border: 2px solid #f7941e;
    margin-right: 20px;
    width: 20%;
    padding: 5px;
    height: 40px;
}

.searh-filter .sericescategory2 {
    border: 2px solid #f7941e;
    margin-right: 20px;
    width: 12%;
    padding: 5px;
    height: 40px;
    line-height: 33px;
}
.searh-filter input:focus {
    outline: 0;
}
.searh-filter input.buddingdate {
    background-image: url(../images/searchdate.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 36px;
}
.searh-filter input.locationsearch_1 {
    background-image: url(../images/location-bg.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 36px;
    width: 30%;
}
.searh-filter input.locationsearch_2 {
    background-image: url(../images/location-bg.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 36px;
    width: 38%;
}
.searh-filter a.reset,
.searh-filter button {
    background-color: #f7941e;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    height: 40px;
    padding-left: 26px;
    padding-right: 26px;
}

.searh-filter a.reset {     
    padding: 10px 26px 11px;
}
.searh-filter a.reset:hover {     
    text-decoration: none;
    background-color: #ec8811;
}

.form_reset {
    background-color: #f7941e;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 11px;
}
.form_reset:hover {    
    color: #ffffff;
    text-decoration: none;
    background-color: #e48410;
}

.search-box {
    border: 1px solid #dcdee3;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}
.search-box {
    border: 1px solid #dcdee3;
    margin-bottom: 20px;
}
.featured-box {
    background-color: #fefff5;
}
span.featured {
    background-color: #ff7519;
    color: #fff;
    position: absolute;
    padding-top: 4px;
    padding-left: 11px;
    padding-bottom: 5px;
    padding-right: 11px;
}
.search-box h4 {
    color: #4f4f4f;
    font-size: 20px;
    letter-spacing: 0;
}
.search-box.featured-box h4 {
    color: #ff7519;
}
.more-view {
    padding-right: 0;
}
p.list-address {
    color: #333333;
    font-size: 15px;
}
.search-box p.post-date {
    color: #19a50b;
    font-size: 14px;
    font-weight: 500;
}
.search-box p {
    color: #333333;
    font-weight: 500;
}
span.reviewnum {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}
.search-box img.img-responsive {
    min-height: 248px;
    max-height: 248px;
}
.search-box i {
    color: #ef5c26;
    margin-right: 10px;
}
.more-view a.more-buuton {
    color: #ff7519;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #ff7519;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px;
}
.more-view a.more-buuton:hover {
    background-color: #ff7519;
    color: #fff;
}
.rating-box {
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-top: 14px;
}
.rating-box i {
    color: #ff9635;
    margin-right: 3px;
}
.job-top-section {
    padding: 15px;
    border: 1px solid #dcdee3;
    background-color: #fff;
    margin: 20px 0;
}
.job_image {
    padding-left: 0;
}
.job_image img {
    width: 100%;
}
.image-thumb .col-md-6 {
    padding-left: 0;
}
.image-thumb .col-md-6.thumb2 {
    padding-right: 0;
}
.image-thumb {
    margin-top: 11px;
}
.image-thumb img {
    width: 23%;
    margin-right: 5px;
}

.job-content h3 {
    color: #ff7519;
    font-size: 20px;
    margin-top: 2px;
}
.job-top-section p {
    color: #333333;
    font-size: 15px;
}
p.job_loc {
    background-image: url(../images/job_loc.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: left 5px;
}
p.budget {
    background-image: url(../images/job_budget.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: left 10px;
}
.budget b {
    font-size: 20px;
    color: #333333;
}
p.job_date {
    color: #8d8d8d;
    font-size: 18px;
    margin-bottom: 2px;
}
p.job_date span {
    color: #333333;
}
p.end_date {
    color: #2354c6;
    font-size: 14px;
    font-weight: 500;
}
.job-description h4 {
    color: #333333;
}
a.bid {
    background-color: #32c24d;
    text-decoration: none;
    color: #fff;
    padding: 15px 55px;
    display: inline-block;
    border-bottom: 3px solid #1ea437;
    border-radius: 4px;
    margin-top: 10px;
}
.job-details-right .panel-body {}
.job-details .panel-heading {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}
.job-details-right i {
    color: #ef5c26;
    margin-right: 6px;
}
.requer_web a {
    color: #ff7519;
}
.reviw-pro {
    text-align: center;
    margin-top: 17px;
}
.completed span {
    color: #ff7519;
}
.rightsidebar2 h3 {
    color: #333333;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 13px;
}
.job-top-section .rightsidebar2 p {
    color: #333333;
    font-size: 13px;
    font-style: italic;
}
.job-top-section .rightsidebar2 p.name_own {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.job-details-right .panel {
    border: 1px solid #dcdee3;
    box-shadow: none;
    border-radius: 0;
}
.featur-box {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 16px;
}
.feature-image-logo img {
    width: 100%;
}
.feature-content h3 {
    color: #ff7519;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.company-reviw i {
    color: #f8a037;
    margin-right: 4px;
}
p.feature-biding-cont {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}
p.feature-biding-cont {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}
.featur-box span {
    color: #8d8d8d;
}
p.bid-prices {
    color: #333333;
    padding-top: 25px;
}
a.more-bid {
    color: #ff6a00; cursor: pointer;
}
.smilar-job-box {
    background-color: #ffffff;
    border: 1px solid #dcdee3;
    padding: 10px;
}
.smilar-job-box a {
    text-decoration: none;
    color: #333333;
}
.smilar-job-box img {
    width: 100%;
}
.smilar-job-box h3 {
    color: #ff7519;
    font-size: 16px;
    margin-top: 11px;
    margin-bottom: 5px;
}
.smilar-job-box a:hover {
    color: #ff7e22;
}
.whoweare h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}
.skills span {
    background-color: #e0e0e0;
    color: #333;
    text-decoration: none;
    margin-right: 12px;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.photogalery img {
    height: 100%;
    /* background: black; */
    margin: 0 auto;
    width: auto;
}

.photogalery li {
    display: inline-block;
    height: 230px;
    width: 31%;
    margin: 0 1%;
    background-color: #d4cfcf;
    vertical-align: middle;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #afadad;
}

.job-history-feedback h3 {
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
}
.job-details {
    margin-top: 30px;
}
.jobdetails-right {
    padding: 0;
}
.profilejobnumeric {
    color: #333333;
    font-size: 25px;
    padding-left: 0;
}
.progress-bar {
    background-color: #37a000;
}
.progress {
    height: 8px;
    margin-bottom: 1px;
}
.pro-succes {
    border-bottom: 1px solid #d8d8d8;
    margin-top: 17px;
    padding-bottom: 10px;
}
span.profile-report {
    color: #929292;
}
.jobdetails-right .list-group-item {
    word-wrap: break-word;
}
.jobdetails-right li .fa {
    color: #ef5c26;
}
.jobdetails-right li {
    padding-left: 0;
    padding-bottom: 0;
}
.list-with-no-border {
    border: 0px !important;
}
.profilejob h4 {
    color: #333333;
    margin-bottom: 3px;
    margin-top: 24px;
}
.socialpro img {
    margin-right: 7px;
    width: 24px;
    height: 24px;
}
.locationmap img {
    width: 100%;
}
.contactprofile button#custom_contact {
    background-color: #f7941e;
    border-radius: 3px;
    line-height: 27px;
}
.contactprofile input {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-shadow: none;
}
.working-schedule td {
    border-top: 0 !important;
}
a.searchback {
    background-image: url(../images/searchbackbg.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 15px;
    color: #ff7519;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 14px;
    width: 100%;
    padding-left: 25px;
    line-height: 18px;
}
a.moredetails {
    color: #ff7519;
}
.poster-pro .poster-thumb {
    float: left;
    margin-right: 20px;
}
.pro-conetnt {
    float: left;
}
.poster-pro h3 {
    color: #ff7417;
    margin-top: 10px;
}
.poster-pro .pro-succes {
    border: 0;
    margin-top: 0;
}
.poster-pro {
    margin-bottom: 25px;
}
.poster-pro .col-md-10 {
    padding-left: 0;
}
.pagebanner {
    position: relative;
}
.pagebanner img {
    width: 100%;
}
.pagebanner h1 {
    color: #f7941e;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 48px;
}
.page-content {
    background-color: #fff;
    margin-top: 33px;
    margin-bottom: 40px;
    box-shadow: 0 0 5px #ddd;
}

.job-top-section.applybidform {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
}
.applybidright {
    background: #f9f9f9;
    padding-right: 0;
    border-left: 1px solid #dcdee3;
    min-height: 475px;
}
.job-top-section .col-md-8 { padding: 20px; }

.applybidright h2 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
}
.details-bid1 {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 10px;
}
.job-details-right.applybidright p {
    color: #606060;
}
.job-details-right.applybidright b {
    color: #606060;
}
.job-details-right.applybidright span {
    color: #37a000;
    font-weight: 600;
}
.applybidform textarea {
    height: 250px;
    resize: none;
        border-radius: 2px;
}
.applybidform .input-group-addon:first-child {
    border-right: 0;
    background-color: #32c24d;
    color: #fff;
    font-size: 25px;
    border: none;
}
.applybidform input {
    height: 40px;
    border-color: #d2d2d2;
        border-radius: 2px;
}
.applybidform select {
    height: 40px;
        border-radius: 2px;
    border-color: #d2d2d2;
}
.applybidform button.btn.btn-success {
    background-color: #f7941e;
    border: 0;
     border-radius: 2px;
    padding: 12px 65px;
}
.underdvelopment {
    text-align: center;
}
.searh-filter .sericescategory:focus {
    outline: 0;
}
.searh-filter .sericescategory2:focus {
    outline: 0;
}
.featur-advertpartbg img.img-responsive {    height: 155px;    width: 155px;}
.footer {
    background-color: #ffffff;
    margin-top: 20px;
}
.footer-top {
 
}
.footer-top h3 {
    color: #333333;
    font-size: 16px;
}
.footer-top a {
    color: #333333;
    font-size: 13px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}
.footer-top a:hover {
    color: #f7941e;
}
.footer-bootom {
    background-color: #ffffff;
    text-align: center;
    border-top: 1px solid #d6d6d6;
    padding: 13px 0;
}
ul.footbat {
    margin-bottom: 0;
}
.footer-bootom ul li {
    display: inline-block;
    color: #333333;
    font-size: 13px;
}
.footer-bootom ul li:first-child a {
    border-left: 0;
    padding-left: 0;
}
.footer-bootom ul li a {
    color: #333333;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    padding: 0 10px;
    border-left: 1px solid #d4d4d4;
}
.footer-bootom ul li a:hover {
    color: #f7941e;
}
/* Footer End */

.no-padding {
    padding: 0;
}
.form-group sup {
    color: red;
}

.job-top-section.applybidform {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
}
.applybidright {
    background: #f9f9f9;
    padding-right: 0;
    border-left: 1px solid #dcdee3;
}
.job-top-section .col-md-8 { padding: 20px; }

.applybidright h2 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
}
.details-bid1 {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 10px;
}
.job-details-right.applybidright p {
    color: #606060;
}
.job-details-right.applybidright b {
    color: #606060;
}
.job-details-right.applybidright span {
    color: #37a000;
    font-weight: 600;
}
.applybidform textarea {
    height: 250px;
    resize: none;
        border-radius: 2px;
}
.applybidform .input-group-addon:first-child {
    border-right: 0;
    background-color: #32c24d;
    color: #fff;
    font-size: 25px;
    border: none;
}
.applybidform input {
    height: 40px;
    border-color: #d2d2d2;
        border-radius: 2px;
}
.applybidform select {
    height: 40px;
    border-radius: 2px;
    border-color: #d2d2d2;
}
.applybidform button.btn.btn-success {
    background-color: #f7941e;
    border: 0;
     border-radius: 2px;
    padding: 12px 65px;
}

li.header_logout { padding-left: 10px; }
.header_logout i { font-size: 17px; }

.feature-image-logo.job_bidding_info .lazy.img-responsive {
    width: 92px!important;
    height: 92px!important;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.general_notice {
    color: #f7661e;
}
span.more-bid {
    cursor: pointer;
}
.footer-first-section ul.newmenu li
 {    display: inline-block;}
 .footer-first-section ul.newmenu li a 
 {    color: #333333;    font-size: 13px;    text-decoration: none;    padding-top: 5px;    padding-bottom: 5px;    display: block;    line-height: 5px;    padding-right: 10px;    padding-left: 10px;	border-right:1px solid #e2e2e2;}.footer-first-section ul.newmenu li:first-child a {    padding-left: 0;}.footer-first-section ul.newmenu li a:hover{	 color: #f7941e;	text-decoration:underline;}
 .footer-top a:hover {    color: #f7941e;	text-decoration:underline;}
 .welcome-section {
    background-color: #f7941e;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.welcome-section h1 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
}
.welcome-section p {
    color: #fff;
    font-size: 14px;
}
a.readmore-h {
    text-transform: uppercase;
    color: #fff;
}
.welcome-section p.moreemail {
    font-size: 18px;
}
.welcome-section p.moreemail a {
    color: #fff007;
}
.story-succes-business {
 
    margin-top: 30px;
    padding-bottom: 15px;
}
.border-big {
    border: 6px solid #c9c8c6;
    padding: 8px;
    background-color: #fff;
}
.border-big p {
    color: #000000;
    font-size: 15px;
}
.border-small {
    border: 2px solid #8d8d8d;
    padding: 8px;
}
.story-succes-business h1 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.story-succes-business h3 {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.stroy4 {
    text-align: center;
    padding-top: 35px;
}
.stroy4 img { display: inline-block; }
.story5 {
    padding-top: 85px;
}
.border-part1 {
    border: 6px solid #f7941e;
    padding: 10px;
}
.border-part2 {
    background-color: #f7941e;
    color: #fff;
    padding: 18px;
}
.border-part2 p {
    font-size: 15px;
    margin-bottom: 0;
}
.Categories-box img.img-responsive {
    max-height: 166px;
    width: 100%;
}
.featur-advertpartbg1{
    overflow-y: auto;
    width: 99%;
}



.home-inspiration .owl-prev {
    left: -36px;
    position: absolute;
    top: 36%;
}
.home-inspiration .owl-next {
    right: -36px;
    position: absolute;
    top: 36%;
}
.home-inspiration i {
    color: #f7941e;
    font-size: 31px;
}