/*==================================
=            common css            =
==================================*/

/* CSS used here will be applied after bootstrap.css */
.ekko-lightbox-nav-overlay a {
    color: goldenrod;
}
.gallery-title {
    text-align: center;
  font-weight: 500;
  border-bottom: 1px dotted orange;
  margin-top: 1em;
}

.full-screen
{
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.main-title
{
    background-color: #4285F4;
    overflow: auto;
}
/*=====================================
=            search-wrapper            =
=====================================*/
.search-wrapper {
  position: relative;
  z-index: 9;
  background-color: #118442;
  padding: 15px 0;
  display: none;
}
.search-wrapper #search-close {
  color: #ffffff;
  font-size: 30px;
  /*margin-left: 20px;*/
  /* line-height: 48px; */
  cursor: pointer;
  /*border-radius: 50%;*/
  line-height: 50px;
  background-color: #e30613;
  width: 50px;
  height: 48px;
  line-height: 50px;
  text-align: center;
}
.search-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}
.search-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.search-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}
.search-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.search-wrapper .input-group-text {
  cursor: pointer;
}
.search-wrapper .form-control, .search-wrapper .input-group-text {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 40px;
  /*border: 1px solid #ffffff;*/
}

.search-wrapper .form-control:focus, .search-wrapper .input-group-text:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-wrapper .input-group input.search-input{
  background-color: #fff;
  color: #333;
  font-size: 22px;
  max-height: 50px;
}
/*=====  End of search-wrapper  ======*/

body {
  	background-color: #f8f8f8;
  	margin: 0;
    font-family: 'Proxima Nova','Helvetica Neue',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    /*background-color: #fff;*/
}
/*  Ripple */

.ripple {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(17, 132, 66,0.8);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
a {
  color: #333;
}
a:hover {
  color: #118442;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
.caption{
	background: rgba(2 105 46 / 80%);
	width: 70%;
	top: 30%;
	bottom: 10px;
	align-content: left;
  height: auto;
  max-height: 100%;
	/*min-height: 40%;*/
  left: 10%;
	border-radius: 6px;
	border-top: 4px solid #e30613;
  padding: 15px;
  padding-left: 20px;
  padding-right: 0px;
  justify-content: left;
}
.caption .h2-responsive{
  padding-left: 30px;

  text-align: center;
  justify-content: center;
}
.caption p{
  font-size: 18px; 
  font-weight: 500;
}
#carousel-example-1z.carousel .carousel-control-prev-icon, #carousel-example-1z.carousel .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #e30613;
    border-radius: 50%;
}
header .carousel .carousel-control-next-icon {
    background-image: url(../img/svg/arrow_left.svg);
}
header .carousel .carousel-control-next-icon {
    background-image: url(../img/svg/arrow_right.svg);
}

.carousel-indicators li{
	background-color: #ff3547;
}
.carousel-indicators li.active{
	background-color: #e30613;
}
.product-heading {
  font-size: 18px;
  border-bottom: 2px solid #118442;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.section-heading {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
.section-heading::after {
  background-color: #118442;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
}

.section {
  padding: 10px 0;
}

.button {
  background-color: #ffffff;
  border-radius: 40px;
  border: 2px solid #ffffff;
  color: #333;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  padding: 10px 40px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  min-width: 200px;
}
.button:hover {
  background-color: #118442;
  color: #ffffff;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

/*=====  End of common css  ======*/
/*====================================
=            main wrapper            =
====================================*/
.main-wrapper {
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.main-wrapper::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.main-wrapper .content-wrapper {
  bottom: 0;
  color: #ffffff;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}
.main-wrapper .content-wrapper h1 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}
.main-wrapper .content-wrapper p {
  font-size: 18px;
  margin: 20px 0 30px 0;
}

/*=====  End of main wrapper  ======*/
/*==================================
=            navigation            =
==================================*/
.dtu-menu {
  background-color: #ffffff;
  z-index: 9;
}
.dtu-menu .dropdown-menu.active {
  display: block;
}
.dtu-menu .dropdown-menu.active.show {
  display: none;
}
.dtu-menu .navbar-toggler:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.navbar span.navbar-toggler {
	color: #e30613;
	font-size: 22px;
	font-weight: 600;
}
.dtu-menu .dropdown-item {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}
.dtu-menu .dropdown-item:focus, .dtu-menu .dropdown-item:hover {
  background-color: #118442;
  color: #ffffff;
}
.dtu-menu .navbar-brand {
  color: #118442;
  font-size: 24px;
  font-weight: bold;
}
.dtu-menu .iconbar {
  color: #118442;
}
.dtu-menu .navbar-nav .nav-item .nav-link {
  color: #118442;
  /*padding: 13px 15px;
  font-size: 16px;*/
  text-transform: capitalize;
      font-size: 18px;
    /* text-align: center; */
    padding: 14px 10px;
    /*color: #fff;*/
    font-weight: 700;
    line-height: 2;
    border-bottom: 3px solid #ffffff;
}

.dtu-menu .navbar-nav .nav-item.show .nav-link {
  background-color: #118442;
  color: #ffffff;
  border-bottom: 3px solid #118442;
}
.dtu-menu .navbar-collapse .navbar-nav .nav-item .nav-link:hover{
  background: #f4f3f0;
  color: #118442;
  border-bottom: 3px solid #6abe52;
}
.dtu-menu .dropdown-menu {
  border: none;
  border-top: 3px solid #1E8449;
  background-color: #ffffff !important;
  font-size: 14px;
  /*box-shadow: 0px 3px 6px rgba(64,64,64,.5);*/

}
.dtu-menu .dropdown-menu .nav-item .nav-link {
  color: #333;
  padding: 6px 0;
}
.dtu-menu .dropdown-menu .nav-tabs{
	background: #fce8e6;
	border-bottom: 4px solid #e30613;
	/*border:none;*/
}
.dtu-menu .dropdown-menu h3{
  text-align: center;
  color: #118442;
  padding: 14px 0px;
  font-weight: 800;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #118442;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.navbar .openSideBar {
  position: absolute;
  /*top: 0;*/
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  right: 25px;
  font-size: 26px;
  margin-left: 50px;
  background: #e30613;
  /*border-radius: 50%;*/
  color: #ffffff;
}
.sidenav .closebtn {
  position: absolute;
   z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px; 
    font-size: 30px;
  	font-weight: 900;
  	background: #e30613;
 	border-radius: 50%;
  	color: #ffffff;
  	vertical-align: middle;
  	text-align: center;

}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.fashion-list {
  position: relative;
  background-color: #f4f3f0;
  height: 468px;
  width: 200px;
}

.fashion-menu-item .fashion-menu-link {
  display: block;
  padding: 10px;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  line-height: 2;
}
.fashion-menu-item .fashion-menu-link.active {
  background-color: #e30613;
  color: #ffffff;
}
.fashion-menu-item .fashion-menu-link.active::after {
  border-bottom: 6px solid #118442;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}
.fashion-menu-item .fashion-menu-item-row {
  position: absolute;
  right: 0;
  left: 200px;
  top: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 940px;
}
.fashion-menu-item .fashion-menu-item-row.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fashion-menu-item .fashion-menu-item-row ul li {
  padding: 6px 15px;
}
.fashion-menu-item .fashion-menu-item-row ul li a{
	font-size: 18px;
}

.fashion-menu-grid {
  color: #777777;
}
.fashion-menu-grid h6 {
  font-weight: bold;
}

.electronics-navtab li a {
  background-color: !important;
  display: block;
  /*border-right: 1px solid #a1a1a1;*/
  padding: 10px 15px;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 2;
 font-weight: 500;
  /*background: #f4f3f0;*/

}
.dtu-menu .dropdown-menu .border-right{
	border:none;
}
.electronics-navtab li:hover  a {
  
  background: #e30613;
   border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #ffffff;
}
.electronics-navtab li a.active {
  color: #ffffff;
  background: #e30613;

}
.electronics-navtab li a.active::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e30613;
  bottom: -12px;
  content: "";
  left: 42%;
  position: absolute;
  display: none;
}

.electronicsTabContent {
  padding: 10px;
  position: relative;
  background: #ffffff;
}
.electronicsTabContent ul li {
  padding: 6px 0;
}
.electronicsTabContent ul li a{
	font-size: 18px;
  color: #333;
  padding: 6px 10px;
}
/*.electronicsTabContent ul li a:hover{
  background: #fce8e6;
  color:#e30613;
}*/
.electronicsTabContent ul li:hover{
  background: #fce8e6;
  color:#e30613;
}
.electronicsTabContent ul li a:hover{
  /*background: #fce8e6;*/
  color:#e30613;
  padding: 13px;
}
.dtu-menu .dropdown-menu .nav-tabs .tab-content{
	position: relative;
	border-bottom: 4px solid #e30613;
}
.dtu-menu .dropdown-menu .nav-tabs .tab-content .active{
  background: #ffffff;
}

/*=====  End of navigation  ======*/
/*================================
=            featured            =
================================*/
.feature-column {
  font-size: 14px;
  padding: 20px 15px;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
}
.feature-column::before {
  border-top: 3px solid #118442;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  width: 0;
}
.feature-column:hover::before {
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  width: 100%;
}
.feature-column .icon {
  background-color: #118442;
  border-radius: 50%;
  -webkit-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  width: 60px;
}
.feature-column h3 {
  font-size: 18px;
  margin: 30px  0 20px;
  font-weight: 600;
}

/*=====  End of featured  ======*/
/*=================================
=            demo show            =
=================================*/
.demo-show-column .demo-show-content {
  text-align: center;
  background-color: #ffffff;
  padding: 20px 10px;
}
.demo-show-column .demo-show-content .demo-button {
  background-color: #118442;
  border-radius: 40px;
  border: 2px solid #118442;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 6px 20px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.demo-show-column .demo-show-content .demo-button:hover {
  background-color: #ffffff;
  color: #333;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
/*********************************
6. Blog
*********************************/

.blog
{
  width: 100%;
  background: #f8f8f8;
  padding-top: 29px;
  padding-bottom: 150px;
}
.welcome_title
{
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgba(0,0,0,0.9);
}
.categories_row
{
  margin-top: 44px;
}
.blog_category
{
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.blog_category_image
{
  width: 100%;
}
.blog_category_image img
{
  max-width: 100%;
}
.blog_category_image::after
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(46, 33, 223, 0.7);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog_category:hover .blog_category_image::after
{
  background: rgba(46, 33, 223, 0);
}
.blog_category_title
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.blog_category_col:not(:nth-last-child(-n+3))
{
  margin-bottom: 30px;
}
.blog_row
{
  margin-top: 70px;
}
.blog_post
{
  width: 100%;
  height: 355px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
  overflow: hidden;
  margin-bottom: 30px;
}
.blog_image
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.blog_title_container
{
  position: absolute;
  left: 0;
  top: calc(100% - 120px);
  width: 82%;
  height: 100%;
  background: #FFFFFF;
  border: solid 1px #ebebeb;
  padding-left: 39px;
  padding-right: 40px;
  padding-top: 28px;
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.blog_post:hover .blog_title_container
{
  top: 0;
}
.blog_post_category a
{
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,0.4);
  text-transform: uppercase;
  letter-spacing: 0.075em;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog_post_category a:hover
{
  color: #2e21df;
}
.blog_post_title
{
  padding-left: 1px;
}
.blog_post_title a
{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog_post_title a:hover
{
  color: #2e21df;
}
.blog_post_text
{
  margin-top: 16px;
}
.blog_post_text p
{
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.read_more
{
  margin-top: 31px;
}
.read_more a
{
  font-size: 14px;
  font-weight: 500;
  color: #2e21df;
}
.read_more img
{
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.read_more a:hover img
{
  transform: translateX(5px);
}
.load_more_button
{
  width: 195px;
  height: 43px;
  background: #f8f8f8;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.load_more_button:hover
{
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
.load_more_button a
{
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,0.3);
  text-transform: uppercase;
  line-height: 41px;
  letter-spacing: 0.3em;
}
/*=====  End of demo show  ======*/
/*===============================
=            footer            =
===============================*/
.footer {
  background-color: #333;
  color: #ffffff;
  padding: 15px 0;
}
.footer a {
  color: #ffffff;
}

/*=====  End of footer  ======*/
/*=====================================
=            media queries            =
=====================================*/
@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar .dropdown-menu {
    background-color: #ffffff;
    border-radius: 0;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-bottom: 4px solid #e30613;
    left: 0;
    padding: 10px;
    right: 0;
    top: 97%;
    width: 100%;
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999;
  }
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
  }
  .navbar .dropdown-submenu {
    position: relative;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
}
@media screen and (max-width: 991px) {
  .dtu-menu .navbar-container {
    justify-content: flex-start;
    position: relative;
  }
  .dtu-menu .dropdown-menu{
    top: 96%;
    border-top: none;
  }
  .dtu-menu .offcanvas-navbar {
    position: absolute;
    right: 0;
    top: -3px;
    flex-direction: unset;
  }
  .dtu-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  .dtu-menu .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
    border-bottom: none;
  }

  .main-wrapper .content-wrapper h1 {
    font-size: 30px;
  }
  .main-wrapper .content-wrapper p {
    font-size: 16px;
  }

  .fashion-list {
    width: 100%;
    height: auto;
    background-color: #ffffff;
  }

  .fashion-menu-item .fashion-menu-item-row {
    position: static;
    width: 100%;
    padding: 0;
    display: none;
    visibility: visible;
    opacity: 1;
  }
  .fashion-menu-item .fashion-menu-item-row.show {
    display: block;
    margin-top: 20px;
  }
  .fashion-menu-item .fashion-menu-link::after {
    transform: rotate(90deg);
    transition: 0.3s linear all;
  }
  .fashion-menu-item .fashion-menu-link.active {
    background-color: transparent;
    color: #000000;
  }
  .fashion-menu-item .fashion-menu-link.show {
    background-color: #dddddd;
  }
  .fashion-menu-item .fashion-menu-link.show::after {
    transform: rotate(-90deg);
    transition: 0.3s linear all;
  }
}
@media screen and (max-width: 767px) {
  .ads-image {
    width: 200px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 10px 0;
  }

  .section-heading {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .button {
    padding: 6px 30px;
    font-size: 14px;
  }

  .electronics-navtab {
    flex-direction: column;
  }
}
.footer.page-footer{
	background: #239B56;
}
/*=====  End of media queries  ======*/


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}
.hover-1-title{
	 color: #0c0;
}
.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
  color: #ffffff;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
  color: #0c0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
  color: #0c0;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}


/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}


/* DEMO 3 ============================== */
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 4 ============================== */
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
  color: #0c0;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #47c650;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #47c650;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/


div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*********************************
6. Blog
*********************************/

.blog
{
	width: 100%;
	background: #f8f8f8;
	padding-top: 29px;
	padding-bottom: 150px;
}
.welcome_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: rgba(0,0,0,0.9);
}
.categories_row
{
	margin-top: 44px;
}
.blog_category
{
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}
.blog_category_image
{
	width: 100%;
}
.blog_category_image img
{
	max-width: 100%;
}
.blog_category_image::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(46, 33, 223, 0.7);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_category:hover .blog_category_image::after
{
	background: rgba(46, 33, 223, 0);
}
.blog_category_title
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}
.blog_category_col:not(:nth-last-child(-n+3))
{
	margin-bottom: 30px;
}
.blog_row
{
	margin-top: 70px;
}
.blog_post
{
	width: 100%;
	height: 355px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	margin-bottom: 30px;
}
.blog_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.blog_title_container
{
	position: absolute;
	left: 0;
	top: calc(100% - 150px);
	width: 82%;
	height: 100%;
	background: #FFFFFF;
	/*border: solid 1px #ebebeb;*/
	padding-left: 39px;
	padding-right: 40px;
	padding-top: 28px;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	border-left: 4px solid #28a745;
}
.blog_post:hover .blog_title_container
{
	top: 0;
	
	border: none;
	border-top: 4px solid #ff1949;
	/*background: rgba(19, 105, 39,0.8);*/
}
.blog_post_category a
{
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	letter-spacing: 0.075em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_category a:hover
{
	color: #2e21df;
}
.blog_post_title
{
	padding-left: 1px;
}
.blog_post_title a
{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_title a:hover
{
	color: #2e21df;
}
.blog_post_text
{
	margin-top: 16px;
}
.blog_post_text p
{
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.read_more
{
	margin-top: 31px;
}
.read_more a
{
	font-size: 14px;
	font-weight: 500;
	color: #2e21df;
}
.read_more img
{
	display: inline-block;
	margin-left: 14px;
	vertical-align: middle;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.read_more a:hover img
{
	transform: translateX(5px);
}
.load_more_button
{
	width: 195px;
	height: 43px;
	background: #f8f8f8;
	border: solid 1px #dfdfdf;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.load_more_button:hover
{
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
.load_more_button a
{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: rgba(0,0,0,0.3);
	text-transform: uppercase;
	line-height: 41px;
	letter-spacing: 0.3em;
}
background-image: -webkit-linear-gradient(-117deg, #20cce0 0%, #1b4a78 100%);
    width: 320px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;

    ef361a


    red: e30613

    background: linear-gradient(45deg, #119c57, #149dcc);
    background: linear-gradient(to right,#0acffe 0,#495aff 100%);


    green:0c0;