/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

@font-face {
    font-family: 'AJannatLT';
    src: url('../fonts/AJannatLT.otf');

    src: url('../fonts/AJannatLT.woff') format('woff'), /* Modern Browsers */
        url('../fonts/AJannatLT.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/AJannatLT') format('svg'); /* Legacy iOS */
}

body {
    min-width: 320px;
    overflow-x: auto;
    background: #fff;
    color: #222221;
    font: 16px 'AJannatLT';
    line-height: 1.6em;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

a {
    display: inline-block;
}

a , a:hover , a:focus {
    text-decoration: none;
    cursor: pointer;
}

label {
    margin-top: 5px;
    font-weight: 100;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c4c4c4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c4c4c4;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c4c4c4;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c4c4c4;
}

input:not([type='submit']) , select , textarea {
    padding: 6px 10px;
    display: block;
    width: 100%;
    height: 37px;
    background: #fff;
    color: #222221;
    font-weight: 100;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
}

input:not([type='submit']):focus , select:focus , textarea:focus {
    border-color: #101010;
}

select {
    background: #fff url("../images/caret.png") no-repeat 10px center;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

option {
    padding: 0 10px;
}

textarea {
    height: 150px;
    resize: none;
}

input[type="checkbox"] , input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin: 0 0 0 5px;
}

a, input, select, textarea, button, .nav .pt-o img, .anc-dis img {
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

table {
    width: 100%;
}

.img-responsive {
    width: 100%;
    height: auto;
}

p.clearfix {
    margin-bottom: 0;
}

/*--------------------------------------
*********** BTNS ***********
--------------------------------------*/

.btn {
    border-radius: 2px;
    padding: 8px 25px !important;
}

.btn-block {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*--------------------------------------
*********** BOX ***********
--------------------------------------*/

.div-padding {
    padding: 60px 0;
}

.div-small-padding {
    padding: 60px 0;
}


.box {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}


/*--------------------------------------
*********** colors ***********
--------------------------------------*/

.gray-color{
    color: #717276;
}

.black-color{
    color: #0b0b0e;
}

/*--------------------------------------
*********** font ***********
--------------------------------------*/
.font-arial{
    font-family: 'Arial Regular';
}

/*--------------------------------------
*********** padding/margin ***********
--------------------------------------*/

.pt-20{
    padding-top: 20px;
}

.pb-20{
    padding-bottom: 20px;
}

.pt-pb-15{
    padding: 15px 0 15px 0;
}

.pt-o{
    padding-top: 0 !important;
}

/*--------------------------------------
***********   Loader  ***********
--------------------------------------*/

.loader{
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
}

.loader img{
    position: absolute;
    top: 50%;
    right: 50%;
    height: 100px;

    transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

/*--------------------------------------
*********** START NAV ***********
--------------------------------------*/

nav.navbar {
    position: relative;
    border: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 6px solid #7ec244;
}

.navbar-collapse{
    padding-top: 40px !important;
}

.nav > li > a {
    background-color: transparent;
    color: #777575;
    text-align: center;
    font-size: 15px;
    margin: 0 1px;
}

.nav:first-child>li>a.active ,.nav:first-child>li>a:hover, .nav:first-child>li>a:focus {
    background-color: #fba62d !important;
    border: 0;
    color: #fff;
    border-radius: 0;
}


.nav:last-child>li>a.active ,.nav:last-child>li>a:hover, .nav:last-child>li>a:focus {
    background-color: transparent !important;
}

.navbar-toggle {
    padding: 0;
    color: #fba11b;
    margin: 50px 30px 40px;
    font-size: 24px;
}

.navbar-brand {
    height: auto;
}

.nav .pt-o {
    padding: 8px !important;
}

.nav .pt-o img {
    width: 100px;
}

.nav .pt-o:hover img {
    box-shadow: 0 2px 7px 0 rgba(251, 166, 45, 0.6);
    transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}

/*--------------------------------------
*********** owl-carousel ***********
--------------------------------------*/

.owl-carousel#owl-1 img{
    height: 600px;
    width: 100%;
}

.owl-carousel .item{
    position: relative;
}


.owl-carousel#owl-1 .item:after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.owl-carousel.with-pages .owl-nav {
    display: none;
}

.owl-carousel.with-pages .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: block;
    position: absolute;
    bottom: 255px;
}

.owl-carousel.with-pages .owl-dots .owl-dot {
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7ec244;
    margin: 5px 0;
}

.owl-carousel.with-pages .owl-dots .owl-dot.active {
    background: #ffd20c;
}

.owl-carousel#owl-1 .item-caption{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    max-width: 80%;
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

/*--------------------------------------
*********** content ***********
--------------------------------------*/

.imge-content{
    position: relative;
    width: 300px;
    display: inline-block;
}

.imge-content .phone {
    position: relative;
    z-index: 2;
}

.imge-content .phone-img, .imge-content .before-phone {
    position: absolute;
    top: 72px;
    width: 266px;
    height: 468px;
}

.imge-content .phone-img {
    z-index: 3;
}

.imge-content .before-phone {
    z-index: 1;
}

/*--------------------------------------
*********** section ***********
--------------------------------------*/

.line-after:after, .line-after:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    vertical-align: middle;
    margin: 0 20px;
    background: #7ec244;
}

.anc-dis a{
    display: block;
}

.anc-dis a:hover img {
    transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
}

/*--------------------------------------
*********** footer ***********
--------------------------------------*/
.footer{
    background-color: #e6e6e6;
    color: #0b0b0e;
}

.footer ul{
    padding-top: 40px;
}

.footer ul li a{
    color: #0b0b0e;
    font-size: 14px;
    line-height: 15px;
}

.footer i.fa ,.footer p{
    color: #010101;
}

/*--------------------------------------
*********** Text align ***********
--------------------------------------*/

.align-right, .align-left {
    text-align: center;
}

/*--------------------------------------
*********** START MEDIA ***********
--------------------------------------*/

@media (min-width: 320px){
    .owl-carousel#owl-1 .item-caption{
        font-size: 23px;
    }
}

@media (max-width: 767px){

    .navbar-nav{
        margin: 0 !important;
    }

    .navbar-right{
        text-align: center !important;
    }

    .owl-carousel#owl-1 img{
        height: 320px !important;
    }

    .owl-carousel.with-pages .owl-dots{
        bottom: 130px !important;
    }
}

@media (min-width: 768px) {

    .owl-carousel#owl-1 .item-caption{
        font-size: 40px;
    }

}

@media (min-width: 1024px) {

    .owl-carousel#owl-1 img{
        height: 600px !important;
    }

    .owl-carousel.with-pages .owl-dots {
        bottom: 255px !important;
    }

}

@media (min-width: 1200px) {

    .nav .pt-o{
        padding: 0 8px !important;
    }

    .nav .pt-o img {
        width: auto;
    }


}




.seller-box{
    border: 1px solid #e0e0e0;
    height: 152px;
    margin-bottom: 30px;
}
.seller-box-left{
    padding: 15px;
    background: #fafafa;
}
.seller-box-thumb{
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.seller-box-thumb img{
    width: 100%;
    height: 100%;
}
.seller-box-content{
    padding-left: 140px;
}
.seller-box-content h2{
    font-size: 22px;
    margin: 10px 0 15px;
    font-weight: bold;
}
.seller-box-content h2 a{
    color: #000;
    text-decoration: none;
}
.seller-box-content h2 a:hover{

}
.seller-box-content .list-unstyled{
    margin: 0;
}
.seller-box-content .list-unstyled li{
    display: inline-block;
    font-size: 16px;
    color: #8c8c8c;
    margin-right: 30px;
    margin-bottom: 10px;
}
.seller-box-content p{
    font-size: 16px;
    color: #8c8c8c;
    margin: 0;
}
.seller-box-content .list-unstyled li .icon{
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
}
.seller-box-right{
    background: #fff;
    border-left: 1px solid #e0e0e0;
    height: 150px;
    padding-top: 20px;
}
.seller-box-right span{
    display: block;
    margin: 10px 0;
    font-weight: bold;
    font-size: 15px;
    color: #ffa200;
}
.seller-box-rating .fa{
    color: #ffa200;
    font-size: 22px;
}
.seller-box-rating .reviews-count{
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.seller-box.v2{
    height: auto;
    margin: 0;
    border: none;
    background: none;
    color: #fff;
}
.seller-box.v2 .seller-box-thumb{
    width: 220px;
    height: 170px;
    border: 8px solid rgba(198,156,109,0.15);
    border-radius: 5px;
}
.seller-box.v2 .seller-box-thumb img{
    border-radius: 5px;
}
.seller-box.v2 .seller-box-content{
    padding-left: 260px;
}
.seller-box.v2 .seller-box-content h2{
    font-size: 28px;
    margin: 0 0 15px;
    font-weight: bold;
}
.seller-box.v2 .seller-box-content h2 span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    background: #00b95a;
    color: #fff;
    padding: 3px 7px;
    margin-left: 25px;
    border-radius: 5px;
}
.seller-box.v2 .seller-box-content .list-unstyled{
    margin: 0;
}
.seller-box.v2 .seller-box-content .list-unstyled li{
    color: #fff;
    margin-bottom: 15px;
}
.seller-box{
    height: auto;
    padding: 15px 0;
}
.seller-box .seller-box-price{
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.page-sidebar{
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.sidebar-title{
    color: #3f3025;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    border-bottom: 5px solid #7ec244;
    margin: 0;
}