/**  **/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    width: 100%
}

/**  **/

/**  **/

/**  yukta  **/
/* .DIB {
    display: inline-block;
} */

.FL {
    float: left;
}

.FR {
    float: right;
}

.clear {
    clear: both;
}

.continer {
    width: 100%;
        /* padding: 0 4%; */
}
.colTB
{
    width: 100%;
    padding: 0 4%;
}

.btn1 {
    background: #FF3450;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    border-width: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 22px;
    padding: 0 10px;
    outline-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.btn1:hover {
    background: #2868de;
    color: #ffffff;
}

/** End main **/

/**  **/

/** NAVBAR **/
/* .navbar {
    background-color: #fff;
    z-index: 10000000;
} */

/** NAV TOP **/
.nav-top {
    background-color: #f3f3f3;
    padding: 13px 0;
    color: #7f7f7f;
    font-size: 13px;
}

/* .nav-bottom {
    position: relative;
} */
.nav-bottom {
    position: fixed;
    background-color: beige;
    width: 100%;
}

.col {
    padding: 0 15px
}

.col3 {
    padding: 0px 0px 0px 40px
}
.col9 {
    padding: 0px 0px 0px 900px
}

.PL {
    padding-left: 0;
}

.PR {
    padding-right: 0;
}

.call {
    margin-right: 20px;
}

.text-search {
    margin-right: -4px;
    width: 300px;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    height: 22px;
    line-height: 13px;
    padding: 2px 10px;
    background-color: #fff;
}

.btn-search {
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 6px;
    text-transform: uppercase;
}

.dropdown-top {
    position: relative;
    display: inline-block;
}

.dropbtn-top {
    background: none;
    color: inherit;
    font-size: 12px;
    border: none;
    cursor: pointer;
    outline-color: rgba(243, 243, 243, 0.0);
    margin: 1px 9px 0px 8px;
}

.dc {
    display: none;
    position: absolute;
    background-color: #fff;
    margin-top: 15px;
    margin-left: 20px;
    width: 56px;
    z-index: 1;
}

.dc a {
    color: inherit;
    text-align: center;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    line-height: 28px;
    font-size: 10px;
}

.dropbtn-top:focus {
    color: #ff3450;
    border-color: none;
}

.show {
    display: block;
}

.nav-link {
    font-size: 12px;
}

.icons {
    padding-top: 2px;
}

.fa-facebook-square {
    color: #3b5999
}

.fa-twitter-square {
    color: #55acee
}

.fa-pinterest-square {
    color: #bd081c
}

.fa-google-plus-square {
    color: #dd4b39
}

/** END NAV TOP  **/


/** NAV BOTTOM  **/
.logo {
    width: 171px;
    padding: 18px 0px;
}

.navg {
    background-color: #fff;
    color: #7f7f7f;
    margin: 0px 30px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.nav-link {
    text-decoration: none;
    color: #7f7f7f;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.nav-link:hover {
    color: #ff3450;
}

.dropdown {
    position: relative;
    display: inline-block;
    -webkit-transition: all 8s linear;
    -moz-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;

}

.dropbtn {
    /* background-color: #fff; */
    color: #7f7f7f;
    height: 100px;
    padding: 0px 10px;
    font-size: 10px;
    font-weight: 200;
    border: none;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: -43px;
    top: 80px;
    background-color: #fff;
    width: 150px;
    z-index: 1;
    -webkit-transition: display 2s linear;
    -moz-transition: display 2s linear;
    -o-transition: display 2s linear;
    transition: display 2s linear;
}

.dropdown-content a {
    font-weight: bold;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    line-height: 22px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.dropdown-content a:hover {
    background-color: #f3f3f3;
    color: #ff3450;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #ff3450;
}

/** END NAV BOTTOM **/
.shopping {
    padding: 28px 0px;
    padding: 28px 0px;
    position: relative;
    margin-top: 18px;
}

.fa-shopping-bag {
    color: #2867de;
    font-size: 35px;
    margin: 5px -48px 0px 13px;
    display: inline-block;
    position: absolute;
    top: -2px;
}

.shopping-price {
    list-style: none;
    background-color: #ff3450;
    color: #FFF;
    width: 61px;
    height: 22px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    position: relative;
    line-height: 22px;
}

.nav-c {
    margin: 10px
}

/** SCORLL NAV **/
.headroom {
    will-change: transform;
    transition: transform .8s linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}

/** END SCORLL NAV**/

/** END NAVBAR **/

/** SIDEBAR **/
.sidbar {
    padding-top: 159px;
}

.sid2 {
    width: 585px;
    274 z-index: 9;
    position: absolute;
    padding: 88px 0px 0px;
    text-align: left;
}

.sid2>h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.sid2>p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 50px;
    opacity: 0.8;
}

.img-side {
    height: 430px;
    width: 100%;
    background-size: 100%;
    z-index: -4
}


.img4 {
    height: 480px;
    width: 100%;
    /* background-size: 100%; */
}

/* .img1 {
    background-image: url("../image/Annasaheb.png");
    background-repeat: no-repeat;    
    background-size: 100% 100%;
} */

.img2 {
    background-image: url("../image/slider/slider-47.png");
    background-repeat: no-repeat;  
    background-size: 100% 100%;  
}

.item {
    color: #FFF;
    text-align: center;
    position: relative;
    z-index: -1;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -45px;
    z-index: 3;
    position: relative;

}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff3450;
}

.btn-slider {
    padding: 10px 15px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;

}

/** END SIDBAR **/

/** COUNTER  **/
.counter-box {
    height: 205px;
    background-image: url("../image/fun-fact.jpg");
    background-size: 100%;
    color: #fff;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas:
        "a b c d";
    text-align: center;
}

.a {
    grid-area: a;
}

.b {
    grid-area: b;
}

.c {
    grid-area: c;
}

.d {
    grid-area: d;
}

.one,
.two {
    padding: 84px 1px 1px 0px;
}

.one {
    background: rgba(255, 52, 80, 0.8);
}

.two {
    background: rgba(40, 103, 222, 0.8);
}

.fa-plug,
.fa-yelp,
.fa-forumbee,
.fa-heartbeat {
    padding: 0px 12px 0px 22px;
    font-size: 48px;
}

.fact-count {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    position: relative;
}

.fact-icon {
    padding-left: 50px;
}

/**  COUNTER **/

.card-title{
    text-align: start;
}