/*********************************************************************

    Template Name: Tanzim - eCommerce HTML Template  
    Template URI: https://themeforest.net/user/
    Description: This is html5 multipurpose e-connerce template
    Author: nilArtStudio
    Author URI: https://themeforest.net/user/nilArtStudio
    Version: 1.4

    Note: This is style css. Preview styles declare here.


*********************************************************************/


/*---------------------------------------------------------------------------------    
    CSS INDEX
    ===================
  
    1. Theme Default CSS
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/
/*  1. Google fonts
/*----------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700';
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Roboto Condensed', sans-serif;*/
/*font-family: 'Poppins', sans-serif;*/


.btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    color: #fff !important;
    transition: all 0.3s ease-in-out 0s;
}
.btn.ns-btn {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}
.btn:hover {
    opacity: 0.8;
}

.pre-overlay{
  position: relative;
}
.pre-overlay:before{
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}


/*---------------------------------------
    13. Scroll To Top
----------------------------------------*/
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 15% 15% 0 0;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 22px;
  height: 35px;
  right: 50px;
  line-height: 35px;
  position: fixed;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 50px;
  z-index: 200;
}
#scrollUp:hover {
    height: 45px;
    line-height: 35px;
}
@-webkit-keyframes scroll-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@-moz-keyframes scroll-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@keyframes scroll-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
#scrollUp:hover i {
  animation: 800ms linear 0s normal none infinite running scroll-to-top;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.footer-area .copyright {
  opacity: 0.8;
}
.social-media a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 52px;
    width: 50px;
    position: relative;
}
.social-media ul li {
    display: inline-block;
    margin: auto 5px;
    transform: translateY(10px);
    transition: 0.3s;
}

.social-media ul li:hover {
    transform: translateY(-10px);
}

.social-media ul li:hover a.facebook {
    background: #597AC7;
    color: #fff
}
.social-media ul li:hover a.twitter {
    background: #5BBCEC;
    color: #fff
}
.social-media ul li:hover a.google {
    background: #FF4519;
    color: #fff
}
.social-media ul li:hover a.dribbble {
    background: #E24F86;
    color: #fff
}
.social-media ul li:hover a.pinterest {
    background: #FF3635;
    color: #fff
}
.social-media ul li:hover a.rss {
    background: #FBC95D;
    color: #fff
}
.social-media ul li:hover a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.social-media > ul {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.footer-area {
  align-items: center;
  background: rgba(0, 0, 0, 0) url("images/bg/pt/3.png") repeat scroll 0 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.social-media a::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
    opacity: 0;
}
.social-media a:hover::after {
    transform: scale(1);
    opacity: 0.5;
}
.social-media ul {
    position: relative;
}
.social-media ul::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 24%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: -38px;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 350%;
    z-index: 50;
}
.social-media {
    margin-bottom: -7px;
}

#footer .widget-social .social-media:last-child a:hover {
  transform: translateY(0px);
}
.contact-area .section-title p {
  color: #fff;
  opacity: 0.7;
}




h1.theme-name {
  font-size: 120px;
  padding-bottom: 0;
}
.title.creative-slide-content .tlt {
  color: #fff;
  padding: 30px 0;
  font-size: 38px;
}


/*Page list title*/
.page-list-title h1 {
    display: inline-block;
    font-size: 42px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
.page-list-title h1::before {
    background: #aaa none repeat scroll 0 0;
    content: "";
    height: 1px;
    padding-right: 20px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}
.page-list-title h1::after {
    background: #aaa none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}



 /*======================
 End  headroom--pinned
========================*/

.slider-area{
  height: 550px;
}
h1.theme-name {
  color: #000;
  font-size: 200px;
  letter-spacing: 2px;
  line-height: 190px;
  text-transform: lowercase;
}
.transparent-header {
  padding-top: 0;
}
.header-logo img {
  width: 70px;
}
.primary-menu ul li a{
  position: relative;
}

.filter-menu-inner.text-center > ul {
    display: flex;
    justify-content: center;
}
.filter-menu-inner.text-center > ul li {
    margin: auto 10px;
}
.filter-menu-inner.text-center > ul li a {
    border-radius: 20px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 35px;
    line-height: 34px;
    padding: 0 30px;
    color: #676767 !important;
    
}
.filter-menu-inner.text-center > ul li.is-checked a, .filter-menu-inner.text-center > ul li a:hover {
    color: #fff !important;
    background: #f0442c;
}
.filter-area {
    padding-top: 70px;
}
/*footer.footer-area.bg-1 {
  background-attachment: fixed;
}
*/

.feature-inner {
    display: flex;
    justify-content: space-around;
}
.single-feature {
    text-align: center;
}
.sf-content i {
    font-size: 40px;
    color: #606060;
}
.sf-content h3 {
    font-size: 30px;
    margin: 5px 0;
}

.footer-area .section-title h2 {
    color: #fff;
    text-transform: uppercase;
}
.contact-area .section-title p {
    font-size: 18px;
    opacity: 1;
}




/*Officer style*/
.zm-pro-link {
  bottom: 150px;
  display: inline-block;
  font-weight: 700;
  position: fixed;
  right: 40px;
  text-decoration: none;
  z-index: 9999;
}
.zm-price-sticker {
  height: 75px;
  line-height: 75px;
  width: 75px;
}
.zm-price-sticker, .zm-price-text {
  background-color: #fc1547;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 28px;
  text-align: center;
  transform: scale(0);
  transition: none 0s ease 0s ;
}
.zm-price-sticker span::before {
  content: "$";
  font-size: 14px;
  position: relative;
  top: -8px;
}
.zm-price-btn-box .zm-price-text {
  transition-delay: 0.2s;
}
.zm-price-text {
  background-color: #db0332;
  bottom: -20px;
  font-size: 12px;
  height: 50px;
  line-height: 1em;
  padding-top: 13px;
  position: absolute;
  right: -20px;
  width: 50px;
}
.zm-price-btn-box .zm-price-sticker, .zm-price-btn-box .zm-price-text {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.64, 1.87, 0.79, 0.66) 0s;
}



section.page-wrapper {
  background: #fff none repeat scroll 0 0;
}
.image-bg {
    display: block;
    height: 450px;
    position: relative;
    width: 100%;
}
.card__image .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 4s ease-out 0s;
    width: 100%;
}
/*.card__image:hover .image-shop-scroll {
    background-position: center 100% !important;
}
*/



.demo-wrap .single-demo a .card__image{
    display: block;
    position: relative;
}
.demo-wrap .single-demo a .card__image::before {
    border: 2px solid #000;
    border-radius: 3px 3px 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}
.demo-wrap .single-demo a .card__image:hover::before {
    opacity: 0;
    transform: scale(1);
}

/*Single card styles*/
.single-card > a {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  display: block;
  position: relative;
}
.single-card-details {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.single-card-details > h2 {
  color: #fff;
  font-size: 25px;
  transition: all 0.3s ease-in-out 0s;
}
.single-card > a::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.single-card > a:hover::before {
    opacity: 1;
    visibility: visible;
}
.single-card-details > p {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
}
.single-card-details > p:hover {
    color: #000;
}
.single-card > a:hover .single-card-details {
    opacity: 1;
    visibility: visible;
}








/*new code*/
.single-slide-content h4 {
  color: #c4c4c4;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: 5px;
  text-align: center;
}
.container-fluid.custom-width {
  width: 90%;
}
.single-card{
margin: 20px 0;
}
.single-slide-content {
  margin-top: 20px;
}
.single-slide-content.title.creative-slide-content.text-center {
    margin-top: 15px;
}
.wrapper {
    background: #fff none repeat scroll 0 0 !important;
}
.container-fluid.custom-width .row {
    margin-left: -20px;
    margin-right: -20px;
}
.container-fluid.custom-width .row div[class*="col-"] {
    padding: 0 20px;
}
.footer-title p {
  line-height: 40px;
  margin: auto;
  padding: 10px 0;
  width: 80%;
}
.copyright, 
.copyright a{
  color: #fff;
  font-size: 18px;
}
.copyright a:hover{
  color: #000;
  opacity: 1;
}

.others-pages {
    background: #c2e1e4 none repeat scroll 0 0;
}
.others-pages h1.theme-name {
    font-size: 150px;
    line-height: 140px;
}
.others-pages h4 {
    color: #fff;
}




.call-to-action-rtl h1 {
  margin-top: 30px;
  text-transform: uppercase;
}
.call-to-action-rtl .single-slide-content h4 {
  line-height: 1.6;
}
a.tm-btn{
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0 60px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
a.tm-btn.large{
  height: 60px;
  line-height: 57px;
  padding: 0 60px;
}
a.tm-btn:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}