
body {
  font-family: system-ui;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    margin: 0;
    padding: 0;
	text-align:justify;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}
strong {
	font-size:17px;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700;
}
.hed {
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    color: #4a4e78;
}

.blog_inn_na_main {
    float: left;
    margin: 18px 36px 18px 0;
    padding: 0 0 15px 0;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    text-align: justify;
}
.blog_inn_na_main h1 {
    color: #4a4e78;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
    padding: 0px 0;
    text-align: left;
}
.contact_id {
    margin: 0 auto;
    width: 100%;
	float:left;
}
.contact_id .top_cont ul {
    margin: 0 0 20px;
}
.left_contac {
    width: 48%;
    float: left;
    margin: 10px 0 0 0;
}
.right_contac {
    width: 48%;
    float: left;
    margin: 10px 0 0 0;
}
.right_contac ul {
	padding-left:0;
}

.display-4 {
	font-size: 21px;
    text-align: left;
    margin-bottom: 30px;
}

.breadcrumb_blog {
    width: 100%;
    float: left;
    color: #000;
    font-size: 26px;
    text-align: center;
    padding: 0 0 15px;
    font-weight: normal;
}
.blog_box_main {
    margin: auto;
    width: 100%;
    float: left;
}
.blog_box {
    border: 1px solid #9b9594;
    float: left;
    margin: 13px;
    height: 485px;
    padding: 0;
    width: 23%;
    text-align: center;
}
.blog_box:hover {
	background:#fff;border:1px solid #d75f13;float:left;box-shadow:0 0 8px #ccc;transition: all 0.7s ease-in-out 0s;
}
.blog_title {
    float: left;
    padding: 10px;
    width:100%;
    height: 90px;
}
.blog_post {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-weight: normal;
    padding: 0 13px;
    text-align: center;
    width: -webkit-fill-available;
    float: left;
}
.blog_post a {
    text-decoration: underline;
    font-size: 15px;
    color: #000;
    padding: 0;
    font-weight: bold;
}
.blog_title a {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: bold;
    float: left;
	text-decoration:none;
	text-align: center;
    width: 100%;
	/*word-break: break-all;*/
}
img {
	/*max-width:100%;*/
}
.blog_box_image {
	float: left;
    width: 100%;
}
.blog_box_image img {
    height: 295px;
    padding: 2px;
	width:100%;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.blog_box_image:hover img {
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.banner-title {
	font-size:20px;
	text-align:left;
	border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
	color:#06c;
}
.section .section-inner {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 2px #d9d9d9;
    border-radius: 1.5px;
}
.whats {
    padding: 18px 13px 10px 13px;
    width: auto;
    border-bottom: 1px solid #eee;
}
.whats p {
    margin: 0;
    font-size: 14px;
}
.blog_box_inner_img_small {
	float: left;
    width: fit-content;
    margin: 15px 0;
    padding-right: 45px;
}
.toper {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    height: 48px;
	float:left;
	width:100%;
}
.hip {
	float: left;
    height: 30px;
    line-height: 18px;
    font-size: 15px;
    text-align: left;
    width: 100%;
}
.t1 {
    margin-top: 14px !important;
    line-height: 22px !important;
    padding: 0 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #3f4143;
    float: left;
}
.red {
    color: #d71010;
}
.lines {
    /*background: url(images/line_bar.png) repeat-x 0 8px;*/
    width: 30%;
    float: left;
    height: 21px;
    margin: 14px 0 0;
}
.section-inner .col-md-12 {
    padding: 10px;
}
.col-md-55 {
    float: left;
    width: 13%;
	margin-right:15px;
}
.padzeroclear {
    padding: 0;
	margin-top:15px;
}
.whats img {
	width:100px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	margin: 0 10px 0 0;
    border-radius: 1px;
    padding: 2px;
	float:left;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.thumbnail:hover img {
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail_na {
	width:92%;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	margin: 0 10px 0 0;
    border-radius: 1px;
    padding: 2px;
	float:left;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.thumbnail_na:hover img {
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.thumbnail_na a>img, .thumbnail_na>img {
    margin-right: auto;
    margin-left: auto;
}
.para p {
    line-height: 20px;
	font-size: 14px;
    text-align: left;
}
.para a {
	float: left;
    height: 45px;
    /*font-size: 13px;*/
    line-height: 18px;
    margin-top: 5px;
	width: 152px;
	font-weight:normal;
}
.more-link {
    font-size: 15px;
    color: #337ab7;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sliderbg {
	background-color:#09C;
}
.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}
.headermenu {
	background-color: #4a4e78;
}
.headermenu ul li {
	color: #000;
    float: left;
}
.headermenu ul li a {
	color: #fff;
    padding: 2px;
    float: left;
	font-weight:500;
}
.headermenu ul li a:hover {
	color:#333;
	background-color: #fff;
    border-radius: 5px;
}
.searchna {
}
.col {
	width: 100%;
    float: left;
    border: 1px solid #ededed;
    margin-bottom: 25px;
    padding: 15px;
}
.readmore_btn {
	background-color:#d4020a;
	float:left;
	padding:5px 15px;
	color:#fff;
	border-radius:5px;
}
.readmore_btn:hover {
	background-color:#916e06;
	color:#fff;
}
.readmore_btn a {
	color:#fff;
	text-decoration:none;
}
.lifestyletab {
    float: left;
    margin: 0px;
    padding: 0;
}
.lifestyletab ul {
    float: left;
    margin: 0px;
    padding: 0;
}
.lifestyletab ul li {
    margin: 0px;
    padding: 0;
	list-style:none;
}
.lifestyletab ul li a {
	color:#06C;
	text-decoration:none;
}
.lifestyletab ul li a:hover {
	color:#333;
	text-decoration:none;
}
.topics_main {
    padding: 15px;
    background-color: #f4f4f4;
    float: right;
    width: 30%;
    border-radius: 12px;
    border: 1px solid #dedede;
}
.footer-bottom {
	text-align:center;
	margin:auto;
	width:100%;
	padding:5px 0 0 0;
	border-top:1px solid #ededed;
}
.boxco {
	background-color:#ededed;
}
.mbp {
    margin: 40px 0 15px 0;
    font-size: 24px;
    float: left;
    width: 100%;
}
.searchmain {
	border:1px solid #c6bfbf;
	background-color:#fff;
}
.blog_title_inner {
    float: left;
    padding: 40px 10px 20px 10px;
    width: 100%;
    text-align: center;
	font-size: 26px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
}
.blog_title_inner a {
    font-size: 26px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
	text-decoration:none;
}
.blog_post_inner {
    font-size: 17px;
    line-height: 28px;
    color: #000;
    font-weight: normal;
    padding: 5px 10px;
}
b, strong {
    font-weight: bolder;
}
.breadcrumb_nab {
    margin: -20px 0 0px 9px;
    float: left;
    width: 100%;
}
.breadcrumb_nab ul {
    margin: 0;
    padding: 0;
}
.breadcrumb_nab li {
    color: #585858;
    float: left;
    list-style-type: none;
}
.breadcrumb_nab a {
    background: url(images/arrow2.png) no-repeat scroll right 11px transparent;
    color: #323030;
    margin: 0 10px 0 0;
    padding: 0 12px 0 0;
    text-decoration: none;
}
.blog_box_inner_img {
    float: left;
    padding: 0;
    width: -webkit-fill-available;
	text-align:center;
	margin-top:15px;
}



.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  
}
/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {
  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--accent-color);
  }
  40% {
    box-shadow: 0 2em 0 0 var(--accent-color);
  }
}

/* *** Start editing below this line *** */
.container-fluid {
  width: 100%;
}
.container_main {
  width: 90%;
  margin:auto;
}
.blint img {
	float:left;
	margin: 30px 40px 30px 0;
}

.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}
.block-1 { grid-area: 1 / 1 / 3 / 8; }
.block-2 { grid-area: 1 / 8 / 2 / 13; }
.block-3 { grid-area: 2 / 8 / 3 / 13; }

@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-1 { grid-area: 1 / 1 / 3 / 2; }
  .block-2 { grid-area: 3 / 1 / 4 / 2; }
  .block-3 { grid-area: 4 / 1 / 5 / 2; }
  
}

/* banner ad */
.banner-ad {
    border-radius: 12px;
    float: left;
    width: 68%;
	background: #e6e8fe;
	height:350px;
	border: 1px solid #e6e8fe;
}

.banner-ad .swiper-pagination {
  left: 0;
  right: 0;
}
.banner-ad .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 4px;
  background: #fff;
  opacity: 1;
  transition: background 0.3s ease-out;
}
.banner-ad .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #d4020a;
}
.banner-ad .swiper-slide {
  min-height: 330px;
  display: flex;
}
/* .banner-ad .banner-content {
  padding: 52px;
}
.banner-ad.large .banner-content {
  padding: 90px;
} */
.banner-ad .banner-content .categories {
  font-family: 'Garamond';
  font-size: 37px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.banner-ad .banner-content .sale {
  position: relative;
  display: inline-block;
}
.banner-ad .banner-content .sale:before {
  content: '';
  width: 80px;
  border-bottom: 1px solid #111;
  position: absolute;
  bottom: 6px;
}
.banner-ad .banner-content .sale:after {
  content: 'SALE';
  font-family: var(--body-font);
  position: absolute;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #252525;
  bottom: 0;
  right: 0;
}
.banner-ad .banner-content .banner-title {
  letter-spacing: 0.02em;
  font-size: 33px;
}
.banner-ad.large .banner-content .categories {
  color: var(--accent-color);
}
.banner-ad.large .banner-content .banner-title {
  font-size: 54px;
}

/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: #FFC43F;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea
}
.swiper-prev:hover,
.swiper-next:hover {
  background: #FFC43F;
}
.btn-link {
  margin-right: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  text-transform: capitalize;
  color: #787878;
}
/* category carousel */
.category-carousel .category-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 60px 20px;
  margin: 20px 0;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.category-carousel .category-item:hover {
  transform: translate3d(0,-10px,0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.category-carousel .category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
}

/* brand carousel */
.brand-carousel .brand-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}
.brand-carousel .brand-item img {
  width: 100%;
  border-radius: 12px;
}
.brand-carousel .brand-item .brand-details {
  margin-left: 15px;
}
.brand-carousel .brand-item .brand-title {
  margin: 0;
}

/* product tabs */
.product-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;
  
  --bs-nav-link-hover-color: #111;
  --bs-nav-link-color: #555;
  --bs-nav-tabs-link-border-color: #fff;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #fff;
}
.product-tabs .nav-tabs .nav-link.active, 
.product-tabs .nav-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid var(--accent-color);
}

/* product-grid */
/* .product-grid {
  gap: 25px;
} */
.product-item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-out;
}
.product-item:hover {
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.product-item h3 {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}
.product-item figure {
  background: #F9F9F9;
  border-radius: 12px;
  text-align: center;
}
.product-item figure img {
  max-height: 210px;
  height: auto;
}
.product-item .btn-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-out;
}
.product-item .btn-wishlist:hover {
  background: rgb(240, 56, 56);
  color: #fff;
}
.product-item .qty {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #9D9D9D;
}
.product-item .rating {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  color: #222222;
}
.product-item .rating iconify-icon {
  color: #FFC43F;
}
.product-item .price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #222222;
}
.product-item .product-qty {
  width: 85px;
}
.product-item .btn-link {
  text-decoration: none;
}
.product-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}
@media screen and (max-width:991px) {
  .image-float {
    margin: 0;
  }
}
 /* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 740px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 520px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 740px;
  }
}

@media screen and (max-width: 480px) {
.banner-ad {
    width: 100%;
    height: auto;
}
.topics_main {
	width: 100%;
	margin-top:15px;
}
.headermenu ul li a {
    color: #686060;
}
.navbar-toggler-icon {
	color:#fff;
	background-color:#ffffff5e;
}
.t1 {
    font-size: 18px;
}
.lines {
    float: none;
}
.col-md-55 {
    width: 45%;
}
.readmore_btn {
    margin-bottom: 8px;
}
img {
	max-width:100%;
}
.blog_title_inner a {
    font-size: 16px;
}
.blog_title_inner {
    padding: 0;
	font-size: 16px;
}
.blog_box {
    width: 95%;
}
.left_contac {
    width: 100%;
    text-align: left;
}
.right_contac {
    width: 100%;
    text-align: left;
}
.lines {
	background-image:none;
}
.footer-widgets_area {
	margin-left: 31px;
}
.uren-social_link {
	    margin-left: 32px;
}
.footer-widgets_title {
	 margin-left: 32px;
}
.navbar-nav {
	background-color: #000;
    padding: 15px;
}



}



.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  padding: 5px 25px;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #ccc;
  font-weight: bold;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.section {
    margin-bottom: 10px;
}

.tabs .tab {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  border: 1px solid #ccc;
}

.tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.tabs input[type="radio"]:checked + label { background: #fafafa; border: 1px solid #ccc; border-bottom:none; }

.tabs input[type="radio"]:checked + label + .tab { display: block; }
 @media (max-width: 45em) {

.tabs .tab,  .tabs label {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: initial;
  -ms-flex-order: initial;
  order: initial;
}

.tabs label {
  width: 100%;
  margin-right: 0;
  margin-top: 0.2rem;
}
}




/*----------------------------------------*/
/*  26 - Section - Footer
/*----------------------------------------*/

.footer-top_area {
  background-image: url(images/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
  margin-top:20px;
}
.footer-middle_area .footer-widgets > ul > li a {
	Color:#fff;
	text-decoration:none;
}

.footer-top_area .newsletter-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-top_area .newsletter-area > h3.title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 34px;
}

@media (max-width: 575px) {
  .footer-top_area .newsletter-area > h3.title {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }
}

.footer-top_area .newsletter-area > p.short-desc {
  color: #ffffff;
  padding-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .footer-top_area .newsletter-area > p.short-desc {
    text-align: center;
  }
}

.footer-middle_area {
  background-color: #222222;
  padding: 20px 0;
}

.footer-middle_area .footer-widgets_info .footer-widgets_logo {
  padding-bottom: 25px;
}

.footer-middle_area .footer-widgets_info .widget-short_desc > p {
  padding-bottom: 30px;
  margin-bottom: 0;
}

.footer-middle_area .footer-widgets_info .widgets-essential_stuff > ul > li {
  padding-bottom: 3px;
  list-style:none;
}

.footer-middle_area .footer-widgets_info .widgets-essential_stuff > ul > li span {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight:bold;
}

.footer-middle_area .footer-widgets_info .widgets-essential_stuff > ul > li:last-child {
  padding-bottom: 0;
  Color:#fff;
}


.footer-middle_area .footer-widgets_info .widgets-essential_stuff > ul > li > i {
  font-size: 21px;
  padding-right: 10px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .footer-middle_area .footer-widgets_area [class*="col-"] {
    padding-top: 30px;
  }
}

.footer-middle_area .footer-widgets_title h3 {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-middle_area .footer-widgets_title h3 {
    text-transform: capitalize;
    font-size: 14px;
  }
}

.footer-middle_area .footer-widgets_title h3:before {
  content: "";
  background-color: #ffc400;
  position: absolute;
  height: 1px;
  width: 70px;
  bottom: 0;
}

.footer-middle_area .short-desc > p {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.footer-middle_area .footer-widgets > ul > li {
  padding-bottom: 4px;
  list-style: none;
}
.footer-widgets ul {
  padding-left:0;
}

.footer-middle_area .footer-widgets > ul > li:last-child {
  padding-bottom: 0;
}

/* ---Footer Bottom--- */
.footer-bottom_area {
  background-color: #222222;
}

.footer-bottom_area .footer-bottom_nav {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 5px 0;
}

@media (max-width: 767px) {
  .footer-bottom_area .footer-bottom_nav {
    padding: 20px 0;
  }
}

.footer-bottom_area .footer-bottom_nav .copyright {
  text-align: left;
  Color:#fff;

}


@media (max-width: 767px) {
  .footer-bottom_area .footer-bottom_nav .copyright {
    text-align: center;
    padding-bottom: 15px;
  }
}

.footer-bottom_area .footer-bottom_nav .payment {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-bottom_area .footer-bottom_nav .payment {
    text-align: center;
    padding-bottom: 10px;
  }
}

/*----------------------------------------*/
/*  18 - Components - Form
/*----------------------------------------*/
/* ---Uren's Newsletter Form--- */
.newsletter-form_wrap {
  padding-top: 35px;
  width: 770px;
}

@media (max-width: 991px) {
  .newsletter-form_wrap {
    width: 100%;
  }
}

.newsletter-form_wrap .subscribe-form {
  position: relative;
}

@media (max-width: 575px) {
  .newsletter-form_wrap .subscribe-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.newsletter-form_wrap .subscribe-form .newsletter-input {
  border: 1px solid #e5e5e5;
  height: 50px;
  width: 100%;
  padding: 0 210px 0 20px;
}

@media (max-width: 575px) {
  .newsletter-form_wrap .subscribe-form .newsletter-input {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.newsletter-form_wrap .subscribe-form .newsletter-btn {
  font-weight: 700;
  background-color: #ffc400;
  text-transform: uppercase;
  position: absolute;
  font-size: 16px;
  top: 0;
  right: 0;
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border:none;
}

@media (max-width: 575px) {
  .newsletter-form_wrap .subscribe-form .newsletter-btn {
    position: relative;
  }
}

.newsletter-form_wrap .subscribe-form .newsletter-btn:hover {
  background-color: #e52e06;
  color: #ffffff;
}

/*----------------------------------------*/
/*  19 - Components - Social Link
/*----------------------------------------*/
.uren-social_link {
  padding-top: 0;
  float:left;
  margin-top:5px;
}
.uren-social_link ul {
	padding-left: 0;
}
.uren-social_link > ul > li {
  display: inline-block;
  padding-right: 10px;
  margin-left:0;
}

.uren-social_link > ul > li:last-child {
  padding-right: 0;
}

.uren-social_link > ul > li > a {
  color: #ffffff;
  border-radius: 100%;
  font-size: 16px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 479px) {
  .uren-social_link > ul > li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.uren-social_link > ul > li:hover > a {
  background-color: #ffc400 !important;
  color: #ffffff !important;
}

.uren-social_link > ul > li.facebook > a {
  background-color: #3b579d;
}

.uren-social_link > ul > li.twitter > a {
  background-color: #3acaff;
}

.uren-social_link > ul > li.google-plus > a {
  background-color: #dd4b39;
}

.uren-social_link > ul > li.instagram > a {
  background-color: #833ab4;
}

.uren-social_link > ul > li.youtube > a {
  background-color: #d72525;
}

