body {
    background: #eeeeee;
    font-family: 'Open Sans', sans-serif;
}
p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}
ul {
    margin: 0;
    list-style-type: none;
}
/*----------------------------------------------------*/
/*============= header css ==============*/
.menu_one {
  padding-left: 45px;
  padding-right: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background: #fff;
}
.navbar-light .navbar-brand {
    color: rgb(1 121 160);
    text-transform: uppercase;
    font-weight: bold;
}
.menu_one .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #212a40;
  font-weight: 500;
  padding: 0px;
}
.menu_one .navbar-nav .nav-item .nav-link:hover {
  color: #0179a0;
}
.all-btn,
.menu_one .navbar-nav .nav-item .nav-link.purchase_btn {
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  color: white;
  background-color: #0179a0;
  border-radius: 3px;
  cursor: pointer;
  padding: 0px 35px;
  display: inline-block;
  transition: all 0.3s linear;
}
.all-btn:hover,
.menu_one .navbar-nav .nav-item .nav-link.purchase_btn:hover {
  background: black;
  color: white;
  text-decoration: none;
}
.menu_one .navbar-nav .nav-item + .nav-item {
  margin-left: 30px;
}
.menu_one + div, .menu_one + section {
  margin-top: 65px !important;
}
.menu_one.navbar_fixed {
  background: #fff;
  position: fixed;
  box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.1);
}

.purchase_btn {
  font-size: 17px;
  line-height: 45px;
  font-weight: 500;
  color: white;
  background-color: #0179a0;
  border-radius: 3px;
  cursor: pointer;
  padding: 0px 30px;
  display: inline-block;
  transition: all 0.3s linear;
}
.purchase_btn:hover {
  background: black;
}

.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
  border: 0px;
}
.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #0179a0;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #0179a0;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

/*============= header css ==============*/
@media (max-width:991px){
    .d-md-none{
        display: none;
    }
    .menu_one{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-collapse{
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-nav{
        background: #fff;
        padding: 25px;
    }
    .menu_one .navbar-nav .nav-item + .nav-item{
        margin-left: 0px;
        margin-top: 6px;
    }
    
}

@media (max-width:576px){
    .navbar-light .navbar-brand img{
        width: 90px;
    }
    .purchase_btn{
        font-size: 14px;
        line-height: 40px;
        padding: 0px 20px;
    }
    .menu_one + div, .menu_one + section{
        font-size: 18px;
    }
    .menu_one + div, .menu_one + section {
        margin-top: 57px !important;
    }
    .btn_one{
        display: none !important;
    }
}
/* Slider */
.slider {
    /*background-color: transparent;
    background-image: linear-gradient(100deg,#f26798 0%,#3023ae 100%);*/
    background-color: #0179a0 ;
    background-size: cover;
    height: 100vh;
}
.slider h2 {
    font-weight: 600;;
    margin: auto;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-family: "Amita", Sans-serif;
    font-size: 45px;
    line-height: 1.5em;
}
.slider p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    opacity: .85;
    margin:20px 0;
}
.slider .btn-color {
    background: #fff;
    padding: 13px 30px;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
}
.slider .btn-color:hover{
    opacity: 0.7;
}
.img-wrapper{
    max-width: 90%;
    padding-top: 30px;
}

/* Demo */
.demo {
    padding: 120px 0 90px 0;
}
.demo .box {
    box-shadow: 1px 2px 18px 0px rgba(0,0,0,0.13);
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 30px;
    transition: all .4s ease-in-out;
    position: relative;
}
.demo .box:hover {
    transform: translateY(-15px);
    opacity: .9;
}
.demo .box .info {
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
    position: relative;
}
.demo .box .info  h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    color: #424262;
}
.demo .box  span{
    padding:3px 10px; 
    background:red; 
    color:#fff; 
    font-size:12px;
    border-radius:3px 0 0 3px;
    position: absolute;
    top: 50%;
    right: 0;
}
.image-box {
    max-height: 265px;
    overflow: hidden;
}
.item_group_caption {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #eeeeee;
    position: relative;
}
.item_title_bmb {
    line-height: 1.5;
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 600;
}
.item_title_bmb a {
    color: #293144;
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item_info_bmc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rating i {
    display: inline-block;
    color: #fec42d;
    font-weight: 600;
}
.rating i.fa-star-o{
    color: #e6e6e6;
}
.rating i.count{
    color: #828798;
    font-style: normal;
    font-size: 14px;
    margin-top: -2px;
}
.rating a:hover{
    text-decoration: none;
}
.item_info_bmc .cate_mnb {
    font-weight: 600;
    font-size: 12px;
    color: #828798;
}
.item_inner-caption {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.inner-caption_flex {
    flex: 1;
}
.items_slaes {
    font-weight: 600;
    font-size: 12px;
    color: #828798;
}
.items_price {
    font-weight: 800;
    color: #383c52;
    font-size: 22px;
}
.item_list_links {
    display: flex;
}
.link {
    height: 45px;
    padding: 10px 17px;
    color: hsl(222deg 11% 44%);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: hsl(222deg 20% 93%);
    border: 1px solid hsl(222deg 20% 93%);
    transition: all ease .4s;
}
.link.link_prview {
    background: 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #42454c;
}
.link.link_cart {
    color: #11af6d;
    margin: 0 5px;
    background: rgba(17,175,109,.1);
    border: 1px solid rgba(17,175,109,.2);
}
.link.link_prview:focus, 
.link.link_prview:hover {
    background: #0179a0;
    color: #fff;
}
.link.link_cart:focus, 
.link.link_cart:hover {
    color: #fff;
    background: #11af6d;
    border: 1px solid #11af6d;
}
.heading{
    text-align: center;
    padding-bottom: 50px;
}
.footer {
    background: #3f435a;
    padding: 20px 0;
}
.footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}


/* -------------------------------------- */
/* Features
/* -------------------------------------- */
.section-title {
    text-align: center;
    margin-bottom: 90px;
}
#feature-wrap {
    padding:130px 0 160px;
    background: #fff;
}
#feature-wrap:focus {
    outline:none;
}

.features {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap:70px 60px;
}
.feature-item {
    text-align:center;
}
.feat-icon{
    width:48px;
    margin-bottom:25px;
}
.feature-item h5 {
    font-weight:500;
    font-size:18px;
    margin-bottom:14px;
}
.feature-item p {
    font-size:16px;
    line-height:27px;
    font-weight:300;
    color:#888;
}

@media (max-width: 767px){
    .slider{
        height: auto;
    }
    .features{
        display: block;
    }
}


/* ============================================================== 
     # Footer 
=================================================================== */
footer{
    background: #f8f9fa;
}

footer h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 20px;
}
footer ul{
    padding: 0;
}
footer li {
  display: block;
  margin-bottom: 10px;
}

footer  li a {
  display: inline-block;
  color: #333;
  font-size: 15px;
}

footer li:last-child {
  margin-bottom: 0;
}
footer p{
    font-size: 15px;
}
footer .footer-bottom {
  border-top: 1px solid #e7e7e7;
  padding: 15px 0;
}

footer.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-bottom ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

footer .footer-bottom .row > .col-md-6:first-child {
  padding-left: 0;
}

footer .footer-bottom .row > .col-md-6:last-child {
  padding-right: 0;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom p a {
  color: #0179a0;
  font-weight: 600;
}

footer  a:hover {
  color: #0179a0;
}

footer > img {
  margin-bottom: 30px;
}

footer .social ul li {
  display: inline-block;
  margin-right: 8px;
}

footer .social ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
}

footer .social ul li a:hover {
  background: #ffffff;
  color: #0078ff;
}

footer .about .social {
  margin-top: 30px;
}

footer.item-counter {
  margin-top: -5px;
}

footer .item-counter ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

footer .item-counter ul li:last-child {
  margin: 0;
}

footer .item-counter h2 {
  margin-bottom: 5px;
  color: #0179a0;
  font-weight: 600;
}


footer .card-info {
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 20px;
}

footer.bg-dark .card-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .card-info li {
  display: inline-block;
  margin-right: 2px;
  margin-top: 5px;
}

footer .card-info li img {
  height: 40px;
}

footer .card-info h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
