/* Nav Bar Mod */

.nav-transparent {
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
}

/* there is a border after logo */
/* removed in this page */
.navbar-brand::after {
    display: none;
}

/* Main Area */

.top-area {
    background: url("../img/front/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.mn-h {
    height: 700px;
}

/* Search Form */

.main-search h4 {
    color: #717171;
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.main-frm {
    border-radius: 8px;
    border: 2px solid #e36b27;
    padding: 0.8em 1.5em;
    height: auto;
    margin-bottom: 20px;
}

.mn-popular .txt {
    color: #565656;
}

/* Tag List */

.pop-btn {
    background: transparent;
    border-color: #bdbdbd;
    padding: 2px 8px;
    color: #929292;
    font-size: 0.8em;
}

.pop-btn:hover {
    background: #929292;
    color: #fff;
}

.mn-popular {
    margin: 20px 0;
}
 
/* Search Button */

.srh-place {
    text-align: right;
}

.btn-sbig {
    border-radius: 8px;
    padding: 6px 40px;
}

/* Icon Set */

#main-icons {
    padding: 50px 0;
}

.fron-area {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.fron-area img {
    width: 100%;
    height: auto;
}

.fro-icon {
    text-align: center;
}

.fro-icon span {
    display: block;
    color: #717171;
    font-size: 1.2em;
    margin-bottom: 20px;
}

/* Most Popular Section */

#most-popular {
    padding: 30px 0;
}

.body-head h3 {
    margin-bottom: 25px;
    color: #717171;
}

/* Owl Carousel */

.carousel-wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-nav>button {
    margin-top: -26px;
    position: absolute;
    top: 45%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 65px;
    color: #8bc34a;
}

.owl-nav .owl-prev {
    left: -32px;
}

.owl-nav .owl-next {
    right: -32px;
}

.owl-dots {
    text-align: center;
    margin-top: 25px;
}

button.owl-dot {
    outline: 0;
}

.owl-dot span {
    background: #888;
    border-radius: 100%;
    display: block;
    height: 12px;
    margin: 5px 6px;
    width: 12px;
}

.owl-dot.active span {
    background: #ff8c00;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    display: none;
}

/* Please Note - We also using these codes in category.html */
/* Start */
.pic-info {
    position: absolute;
    bottom: 14px;
    left: -14px;
    background: #ff8c00;
    padding: 10px 15px;
    z-index: 10;
}

.pic-area {
    position: relative;
    display: block;
}

.pic-area::before {
    content: "";
    transition: 0.3s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 9;
}

.pic-area img {
    width: 100%;
    height: auto;
}

.pic-info h6, .pic-info p {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.pic-info h6 {
    font-weight: bold;
}

.pic-info p {
    font-size: 0.8em;
}

.pic-area:hover::before {
    opacity: 0.1;
}
/* End */

/* View All Button */

.view-all {
    text-align: center;
    margin: 20px 0;
}

.btn-view {
    background: #fff;
    border-radius: 0;
    border: 2px solid #ff8c00;
    padding: 6px 50px;
    color: #717171;
}

.btn-view:hover {
    background: #ff8c00;
    color: #fff;
}

/* Drop a Email */

#drop-mail {
    margin-bottom: 50px;
}

.drop-area {
    background: url("../img/front/contact_us.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.drop-txt {
    padding: 80px;
}

.drop-txt h1 {
    color: #444444;
    margin-bottom: 25px;
}

.drop-txt p {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: #717171;
}

.drop-txt p a {
    color: #e36b27;
}

.btn-drop {
    background: #e36b27;
    border-radius: 0;
    padding: 6px 45px;
    color: #fff;
    border-color: #e36b27;
}

.btn-drop:hover {
    background: #fff;
    color: #e36b27;
}

/* Get work done faster section */

.done-work {
    background: url("../img/front/guide.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.fron-banner {
    padding: 40px 0;
    margin-left: 0;
    text-align: right;
    margin-right: 50px;
}

.fron-banner h2 {
    color: #717171;
    margin-bottom: 30px;
}

.bn-item {
    margin-bottom: 20px;
}

.bn-item h6 {
    font-weight: bold;
    color: #444;
}

.bn-sub {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.bn-sub .ico {
    margin-left: 20px;
}

.bn-sub .ico img {
    width: 50px;
    height: auto;
}

.bn-sub .txt {
    color: #989898;
}

/* App Section */

#our-app {
    padding: 50px 0;
}

.app-img img {
    width: 100%;
    height: auto;
}

.app-info h3 {
    color: #717171;
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 25px;
}

.app-info p {
    margin-bottom: 20px;
    color: #969696;
}

.app-btn {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 25px;
}

.app-icon {
    margin-right: 15px;
}

.app-icon img {
    height: 40px;
}