*{
    margin: 0;
    padding: 0;

}
.i-con{
    color: black !important;
}
.header{
    background-color: #fff;
    margin-bottom: 80px;
}

.right-menu li{
    display: inline-block;
    margin-top: 30px !important;
}

.right-menu li  .fa{
    cursor: pointer;
    font-size: 18px;
    margin-right: 10px;
}
.navbar-brand img{
    margin: 0 10px;
    width: 200px;
}
.navbar-brand {
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    position: absolute;
}
.navbar{
    padding: 0 35px !important;    
}
.navbar-toggler{
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin-top: 30px;
}
.navbar-toggler .fa{
    font-size: 30px;
    cursor: pointer;
}
.currently{ 
    font-size: large;
    color: black !important;
    font-weight: 600;
}

.banner-img{
    margin: 80px 115px;
    width: 60%;
}
.banner-img img{
    width: 100%;
    margin-bottom: -80px;
}
.banner{
    position: relative;
}
.banner-title{
    position: absolute;
    left: 50%;
    top: 20%;
}
.banner-title h1{
    font-size: 55;
    background: rgba(0, 0, 0, 0.75);
    color: #ffff;
    line-height: 70px;
    padding: 0px 10px 0 10px;
}
/* -------------------Trendings--------------------- */
.trendings{
    padding: 100px 0;
}
.trend-box{
    margin: 80px 0;
}
.title-style h1{
    padding: 40px 0;
}
.title-style{
    margin: 0 auto 80px;
    height: 120px;
    width: 80%;
    max-width: 700px;
    background: #ffff;
    position: relative;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 50, 0.5);
}
.title-style::after{
    content: '';
    height: 100px;
    width: 200px;
    background-color: #3498DB;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.title-style::before{
    content: '';
    height: 100px;
    width: 200px;
    background-color: #3498DB;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
.trending-img{
    position: relative;
    margin-bottom: 15px;
}
.trending-img img{
    width: 100%;
}
.btn-deatail{
    width: 150px;
    padding: 10px 0;
    outline: none !important;
    border: 0;
    border-radius: 2px;
    position: absolute;
    background: #fff !important;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    opacity: 0;
    z-index: 1;
}
.trending-img:hover .btn-deatail{
    transform: translate(-50%,50%);
    bottom: 50%;
    opacity: 1;
}
.overlay{
    height: 0;
    width: 100%;
    background: #333;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.trending-img:hover .overlay{
    opacity: 0.5;
    height: 100%;
}

/* ------------offer---------------- */
.offer{
    margin-bottom: 190px;
    background-image: url(../images/fashion.jpg);
    background-size: cover;
    background-position: center;
}
.row{
    margin: initial !important;
}
.subscribe{
    max-width: 500px;
    margin-top: 80px;
    padding: 60px;
    background: #ffffff8c;
    margin-bottom: 20px;
}
.subscribe a{
    width: 100px;
    display: block;
    color: #fff !important;
    background: #000;
    text-decoration: none !important;
    padding: 5px;
    text-align: center;
}
.offer img{
    width: 300px;
    height: 400px;
    margin: -100px;
    margin-top: 150px;
}
/* --------Blog---------- */
.blog{
    margin: 250px 0 150px 0;
}
.blog-img{
    margin-top: 50px;
    height: 300px;
    width: 300px;
    display: inline-block;
}
.blog-img img{
    width: 100%;
    height: 100%;
}
.blog h5{
    margin-top: 20px;
    font-weight: bold;
}
/* -------brands-------- */
.brands{
    margin-bottom: 150px;
}
.brand-logo{
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    margin: 50px auto 30px;
    box-shadow: 0 2px 40px 0 rgba(110, 130, 208, 0.18);
}
.brand-logo img{
    width: 100%;
    margin: 50px auto;
}

/* ------------------ABOUT---------------------- */
.contact-pic img{

    width: 600px;
}

/* ================ Product =================== */
.post-container{
    margin-top: 130px;
}
.post-container .post{
    width: 300px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    margin: 0 auto; 
    padding-bottom: 20px;
}
.post-container .post .image img{
    height: 250px;
    width: 100px;
    object-fit: cover;
}
.post-container .post .content{
    padding: 0 20px;
}
.post-container .post .content .date{
    margin: 10px 0;
    font-size: 15px;
    color: #666;
}
.post-container .post .content .title{
    font-weight: 600;
    font-size: 22px;
    color: #333;
    text-transform: capitalize;
}
.post-container .post:hover .title{
    text-decoration: underline;
}
.post-container .post .content p{
    font-size: 14px;
    padding: 5px 0;
    color: #666;
}
.post-container .post .content .link{
    display: block;
    color: tomato;
    margin-top: 10px;
}
.post-container .post .content .link:hover{
    color: #333;
}

/* details */
.detail-img img{
    width: 280px;
    margin: 40px auto;
}

/* --------------------footer------------------- */
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3658a1
}
.social-icons a.twitter:hover
{
  background-color:#09b1ee
}
.social-icons a.linkedin:hover
{
  background-color:#057eb6
}
.social-icons a.dribbble:hover
{
  background-color:#1faa42
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
/* ----------For small devices----------- */

@media only screen and (max-width:900px)
{
    .banner-img{
        margin: 40px auto;
        width: 80%;
    }    
    .banner-title{
       transform: translateX(-50%);
        left: 50%;
        top:180px;
    }
    .banner-title h1{
        font-size: 18px;
        padding: 8px;
        line-height: 20px;
    }
    .title-style h1{
        font-size: 30px;
    }
    .brand-logo{
        width: 130px;
        height: 130px;
        background-color: #fff;
        border-radius: 50%;
        margin: 500px auto 30px;
        box-shadow: 0 2px 40px 0 rgba(110, 130, 208, 0.18);
    }
    .detail-img img{
        width: 250px;
        margin: 60px auto;
    }
    /* .navbar-toggler{
        margin:  1px;
    } */
    .blog-img{
       margin: auto;
        height: 200px;
        width: 200px;
        display: inline-block;
    }
    .blog-img img{
        width: 100%;
        height: 100%;
    }
    .blog-box{
        text-align: center;
    }
    .navbar-brand {
        margin: 0px 20px;
        left: 50%;
        top: 25px;
        transform: translateX(-50%);
        position: absolute;
    }
    .navbar-brand img{
        margin: 0 10px;
        width: 180px;
    }
    .contact-pic img{

        width: 220px;
    }
    .detail-img img{
        width: 200px;
        margin: 10px auto ;
    }
}

/* device width 280 */
@media only screen and (max-width:280px){
    .detail-img img{
        width: 200px;
        margin: auto ;
    }
    .navbar-brand img{
        width: 150px;
    }
}