 
/*------------------------------------------------------ 
********************************************************* 
Project Name: Agop Demo 2 RTL Version.
Version: 1.0 
Author Name: gicotech (https://themeforest.net/user/gicotech) 
********************************************************* 
01. General CSS
        > Common CSS 
        > Form CSS 
        > Background Over Layer CSS 
        > Section Title CSS 
        > Theme btn CSS 
        > Scroll To Top CSS 
        > Title CSS 
        > Back to top 
        > Pagination CSS 
02. Header CSS 
        > Header Two CSS
        > Header Nav CSS
        > Navbar Right Side Element
        > Cart Dropdown
03. Slider CSS 
04. Category CSS 
05. Promotion CSS
06. Product CSS
        > Line Animation CSS
        > New Product CSS
        > Product Banner
        > Product details CSS
        > Product All Info
07. Blog CSS
        > Blog Details
        > Sidebar CSS
08. Service CSS
        > UpDown animation 
09. Service CSS 
10. Page Title CSS
11. About CSS 
12. Counter CSS
13. Team CSS 
14. Cart CSS
15. Checkout CSS 
16. FAQ CSS 
17. Contact CSS
18. Footer CSS 
--------------------------------------------------------*/



/* =========== 01. General CSS =========== */
 body {
     font-family: 'Roboto', sans-serif;
     font-size: 16px;
     line-height: 26px;
     font-weight: 400;
     color: #333333;
     background: #ffffff;
     overflow-x: hidden;
     direction: rtl;
     text-align: right;
}
/* Custom Container */
 @media (min-width: 1200px) {
     .container {
         max-width: 1200px;
         padding: 0px 15px;
         margin: 0 auto;
    }
}
/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Jost', sans-serif;
     color: #111111;
     line-height: 1.3;
     font-weight: 500;
     margin-top: 0;
     margin-bottom: 10px;
     padding: 0;
     text-transform: capitalize;
}
 h1{
     font-size:60px;
}
 h2{
     font-size:40px;
}
 h3{
     font-size:32px;
}
 h4{
     font-size:24px;
}
 h5{
     font-size:20px;
}
 h6{
     font-size:16px;
}
 p {
     margin: 0;
     padding: 0;
}
 a {
     margin: 0;
     padding: 0;
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 a:focus, a:hover {
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 ul {
     margin: 0;
     padding: 0;
}
 ul li {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
 img {
     max-width: 100%;
     height: auto;
}
section {
     position: relative;
}
/* Placeholder CSS */
 ::-moz-placeholder {
     color: #333333 !important;
}
 ::-o-placeholder {
     color: #333333 !important;
}
 :-ms-input-placeholder {
     color: #333333 !important;
}
 input:-moz-placeholder {
     color: #333333 !important;
}
 ::-webkit-input-placeholder {
     color: #333333 !important;
}
 .overlay-content ::-moz-placeholder {
     color: #333333 !important;
}
 .overlay-content ::-o-placeholder {
     color: #333333 !important;
}
 .overlay-content :-ms-input-placeholder {
     color: #333333 !important;
}
 .overlay-content input:-moz-placeholder {
     color: #333333 !important;
}
 .overlay-content ::-webkit-input-placeholder {
     color: #333333 !important;
}
 .subscribe-col .input-group ::-moz-placeholder {
     color: #dddddd !important;
}
 .subscribe-col .input-group ::-o-placeholder {
     color: #dddddd !important;
}
 .subscribe-col .input-group :-ms-input-placeholder {
     color: #dddddd !important;
}
 .subscribe-col .input-group input:-moz-placeholder {
     color: #dddddd !important;
}
 .subscribe-col .input-group ::-webkit-input-placeholder {
     color: #dddddd !important;
}
/* Form CSS */
 .form-control {
     height: 45px;
     margin-bottom: 30px;
     box-shadow: none;
     border: 1px solid #e4e4e4;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
}
 .form-control:focus {
     border-color: #666666;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
}
/* Overlay CSS */
 .overlay-black {
     position: relative;
}
 .overlay-black:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(34, 34, 34, 0.8);
}
 .overlay-white {
     position: relative;
}
 .overlay-white:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(255, 255, 255, 0.8);
}
/* Theme btn CSS */
.theme-btn {
    position: relative;
    z-index: 0;
    padding: 14px 20px 15px;
    background: transparent;
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    text-transform: capitalize;
    min-width: 185px;
    height: 55px;
    overflow: hidden;
    border: 2px solid #111111;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
 .theme-btn:hover {
     border-color: #FEFF00;
     color: #333333;
     background: transparent;
     -webkit-transition: all .4s ease-out;
     -moz-transition: all .4s ease-out;
     transition: all .4s ease-out;
}

 .btn-primary.focus, .btn-primary:focus {
     box-shadow: none;
}
 .theme-btn:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #FEFF00;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transform-origin: 50% 0;
     transform-origin: 50% 0;
     -webkit-transition-property: transform;
     transition-property: transform;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     -webkit-transition: all .4s ease-out;
     -moz-transition: all .4s ease-out;
     transition: all .4s ease-out;
}
 .theme-btn:hover:before,  .theme-btn:focus:before,  .theme-btn:active:before {
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Title CSS */
 .my-title {
     position: relative;
     margin-top: -5px;
     margin-bottom: 55px;
}
 .my-title h2 {
     font-weight: 700;
     color: #1b1a17;
     font-size: 40px;
     line-height: 46px;
     margin-bottom: 10px;
}
 .my-title h2 span {
     color: #000000;
 }
 .my-title img {
     width: 100px;
     margin: 0 auto;
     margin-bottom: 20px;
}
 .my-title p {
}
.bg-title h2 {
     position: absolute;
     top: 0;
     left: 50%;
     z-index: -1;
     font-size: 120px;
     line-height: 110px;
     color: #000000;
     opacity: 0.05;
     transform: translateX(-50%);
  }

.animated{
     opacity:0;
}

/* Back to top */
 #back-to-top {
     position: fixed;
     bottom: 100%;
     right: 10px;
     z-index: 9999;
     width: 40px;
     height: 40px;
     text-align: center;
     font-size: 25px;
     line-height: 40px;
     background: rgb(68,68,68);
     background: -moz-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
     color: #ffffff;
     cursor: pointer;
     border: 0;
     border-radius: 5px;
     text-decoration: none;
     transition: opacity 0.2s ease-out;
     opacity: 0;
}
 #back-to-top:hover {
}
 #back-to-top.show {
     opacity: 1;
     bottom: 10px;
     transition: 0.8s ease-out;
}


/* Pagination CSS */
 .my-pagination {

}
 .my-pagination ul li {
     margin: 0 10px;
}
 .my-pagination ul li a {
     padding: 0;
     display: inline-block;
     background: #ffffff;
     width: 45px;
     height: 45px;
     border-radius: 50% !important;
     text-align: center;
     line-height: 45px;
     border: 2px solid #000000;
     color: #333333;
     font-size: 20px;
     font-weight: bold;
}
 .my-pagination ul li a:hover {
     background: #000000;
     color: #ffffff;
     border: 2px solid #000000;
}
 .my-pagination ul li a.active {
     background: #000000;
     color: #ffffff;
}
 .my-pagination ul li a i {
     font-size: 24px;
     position: relative;
     bottom: -3px;
}
/* Call Buttons CSS */
 .call-btns {
     display: none;
}


/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  font-size: 35px;
  color: #FEFF00;
  cursor: pointer;
  position: fixed;
  z-index: 99999;
  bottom: 60px;
  right: 10px;
  width: 50px;
  border: none;
  background-color: #000000;
  padding: 8px 5px;
  border-radius: 5px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 8px;
  border: 3px solid #f1f1f1;
  z-index: 9999999;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}
.form-container .form-control {
    background-color: #F1F1F1;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #000000;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  color: #FEFF00;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: transparent;
  width: auto;
  text-align: right;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
  font-size: 20px;
  padding: 0;
}
.form-container .cancel i {
    color: #000000;
    font-weight: bold;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}




/* =========== 02. Header CSS =========== */
 .header-area {
     background: #ffffff;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
/* Header Two CSS */
 .header-top-row {
     background: #f5f5f5;
     padding: 10px 0 10px;
     overflow: hidden;
}
 .header-top-col ul li {
     display: inline-block;
     margin-left: 40px;
     position: relative;
}
.header-top-col ul li:last-child {
    direction: ltr;
}
 .header-top-col ul li i {
     margin-left: 5px;
     position: relative;
     top: 2px;
     color: #999999;
}
 .login-btn {
     background: #FEFF00;
     color: #333333;
     border-radius: 0;
     height: 100%;
     padding: 12px 30px;
     position: relative;
     height: 45px;
     text-transform: capitalize;
}
 .login-btn:hover {
     background: #FEFF00;
     color: #333333;
 }

.my-form-popup {

}
.my-form-popup .nav-link {
    padding: 15px 45px;
    color: #333333;
}
.my-form-popup .nav-link:hover {
    color: #333333;
}
.my-form-popup .nav-pills .nav-link.active, 
.my-form-popup .nav-pills .show>.nav-link {
    background-color: #272626;
}
.my-form-popup .nav-pills .nav-link.active:hover {
    color: #ffffff;
}
.form-col {
    margin-top: 30px;
}
.form-col .form-control {
    margin-bottom: 10px;
    min-height: 50px;
}
.forgot {
    color: #999999;
    text-transform: capitalize;
    font-weight: bold;
    float: left;
}
.forgot:hover {
    color: #000000;
}
.my-form-popup .popup-btn {
    min-width: 200px;
    color: #000000;
    padding: 13px 15px;
    color: #ffffff;
    background-color: #000000;
    border: none;
    text-transform: capitalize;
}
.popup-btn:hover {
    color: #333333;
    background-color: #FEFF00;
}



/* Header Nav CSS Start */
.header-menubar {
     padding: 20px 0;
}
.stellarnav {
     width: 100%;
     padding-left: 140px;
     display: inline-block;
     position: relative;
 }
 .stellarnav ul {
     text-align: left;
     display: block;
}
.stellarnav li a {
    text-transform: capitalize;
}
.stellarnav li.has-sub>a:after {
    display: none;
}
.stellarnav.desktop li.has-sub a,
.stellarnav>ul>li>a {
    padding: 20px 20px;
    text-transform: capitalize;
}
.stellarnav.desktop li.has-sub i {
    font-size: 14px;
    color: #999999;
}
.stellarnav.light {
     background: transparent;
}
 .stellarnav.light ul ul {
     border-top: 3px solid #000000;
     background: #f5f5f5;
     box-shadow: 0 12px 12px rgba(0,0,0,0.1);
}
.stellarnav li li {
    text-align: right;
}
.stellarnav ul li ul li a{
    border-bottom: 1px solid #dddddd;
}
.stellarnav ul li ul li a:hover {
    background: #000000;
    color: #ffffff !important;
}
.stellarnav.desktop>ul>li.mega>ul {
    max-width: 80% !important;
    overflow: hidden;
}
.stellarnav.desktop>ul>li.mega>ul>li {
    padding-bottom: 0;
}

.header-logo {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 0;
}
.menu-right-side {
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 0;
    transform: translateY(-50%);
}



/* Navbar Right Side Element*/
.menu-right-side ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    bottom: -5px;
}
.menu-right-side ul li a {
    padding: 0;
}




/* NavBar Fixed CSS */
 .sticky {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 99999;
     width: 100%;
     background: #30336B;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .header-navbar.sticky {
    /*border-bottom: 1px solid #30336B;
    */
     -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
     -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
     box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
 .header-navbar.sticky .stellarnav>ul>li>a {
     color: #1b1a17 !important;
     padding: 30px 16px;
}
 .header-navbar.sticky .header-search-area ul li a {
     color: #1b1a17;
}
 .logo-white {
     display: block;
}
 .logo-black {
     display: none;
}
 .header-navbar.sticky .logo-white {
     display: none;
}
 .header-navbar.sticky .logo-black {
     display: block;
}
 .header-navbar.sticky .header-search-area {
     padding-top: 26px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}



.navbar-col {
    
}
.header-logo {
     width: 19%;
     display: inline-block;
}
.header-logo a {
     display: block;
}
.header-logo a img {
    margin-top: 8px;
}
.search-icon i {
     cursor: pointer;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 0 400px;
  margin-top: -35px;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #f1f1f1;
}
.overlay-content .form-control {
     background: #ffffff;
     min-height: 70px;
     font-size: 24px;
}
.overlay-content .form-control .input-group-text {
     background: #FEFF00;
     border: none;
}
.overlay-content .input-group-prepend .btn {
     min-height: 68px;
     width: 160px;
     border: none;
     border-radius: 0;
     font-size: 24px;
     color: #333333;
     background: #FEFF00;
}

/* Cart Dropdown  */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .cart-items {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #000000;
     color: #ffffff;
     position: absolute;
     top: -20px;
     right: -10px;
     z-index: 0;
     text-align: center;
     font-size: 13px;
     line-height: 20px;
     box-shadow: 0 8px 10px rgba(0,0,0,0.2);
}
.cart-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9999;
  background-color: #FEFF00;
  min-width: 280px;
  padding: 20px 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}
.cart-dropdown-content:before {
     content: "";
     width: 0;
     height: 0;
     position: absolute;
     top: -20px;
     right: 0;
     border-right: 20px solid transparent;
     border-left: 20px solid transparent;
     border-bottom: 20px solid #FEFF00;
}
.dropdown:hover .cart-dropdown-content {
     display: block;
}
.cart-dropdown-item {
     position: relative;
     padding-left: 120px;
     min-height: 85px;
     padding-bottom: 5px;
     margin-bottom: 10px;
     border-bottom: 1px solid #cccccc;
     text-align: right;
}
.cart-dropdown-item h6 {
     margin-bottom: 0;
}
.cart-dropdown-item .cart-dropdown-img {
     position: absolute;
     left: 0;
     top: 0;
     z-index: 0;
}
.cart-dropdown-item .cart-dropdown-img a {
     background: #000000;
     color: #ffffff;
     width: 25px;
     height: 25px;
     border-radius: 50%;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 0;
     display: block;
     text-align: center;
}
.cart-dropdown-item .cart-dropdown-img a:hover {
     color: #ffffff;
}
.cart-dropdown-item .cart-dropdown-img a i {
     font-size: 13px;
     padding: 0;
     color: #ffffff;
     position: relative;
        top: 3px;
}
.cart-dropdown-item .cart-dropdown-img a i:hover {
     color: #ffffff;
}
.cart-dropdown-content .total h6 {
     text-align: right;
}
.cart-dropdown-content .total h6 span {
    float: left;
}
.cart-dropdown-content .total a {
     display: block;
     padding: 12px 15px;
     background: #000000;
     text-align: center;
     color: #ffffff !important;
}







/* =========== 03. Slider CSS =========== */
 .slider-area {
     overflow: hidden;
     position: relative;
     background: rgb(68,68,68);
     background: -moz-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
}
.abstract-img {
     position: absolute;
     left: 0;
     top: 0;
     z-index: 0;
     width: 50px;
     opacity: 0.3;
}
.abstract-1 {
     left: 200px;
     top: 250px;
}
.abstract-2 {
     left: 400px;
     top: 150px;
}
.abstract-3 {
     left: auto;
     right: 650px;
     top: 150px;
}
.abstract-4 {
     left: 550px;
     top: 560px;
}
.abstract-5 {
     left: auto;
     right: 150px;
     top: 500px;
}
.abstract-6 {
     left: auto;
     right: 100px;
     top: 300px;
}



/* Pogo Slider CSS Start */
 .pogoSlider {
     height: 80vh;
     padding-bottom: 0 !important;
     position: relative;
}
 .pogoSlider-dir-btn {
     z-index: 1;
     width: 30px;
     height: 30px;
}
 .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
     top: 50%;
     left: 0;
     position: relative;
     width: 80px;
     height: 70px;
     margin-top: 0;
     border: none;
     margin-bottom: -40px;
     float: left;
     -webkit-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
     transform: translateY(-50%);
}
 .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev:before {
     content: "\e629";
     font-family: 'themify';
     position: absolute;
     left: 0;
     top: 0;
     z-index: 99999;
     font-size: 30px;
     line-height: 50px;
     color: #FEFF00;
     width: 60px;
     height: 50px;
     background: rgba(0, 0, 0, 0.4);
     cursor: pointer;
}
 .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
     margin-top: 0;
     right: 0;
     top: 50%;
     border: none;
     width: 80px;
     height: 70px;
     -webkit-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
     transform: translateY(-50%);
}
 .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next:before {
     content: "\e628";
     font-family: 'themify';
     position: absolute;
     right: 0;
     top: 0;
     z-index: 99999;
     font-size: 30px;
     line-height: 50px;
     color: #FEFF00;
     width: 60px;
     height: 50px;
     background: rgba(0, 0, 0, 0.4);
     cursor: pointer;
}
 .pogoSlider-slide {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}
/*.pogoSlider-slide:before {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 0;
     background: rgba(0, 0, 0, 0.5);
}
*/
 .silder-elements {
     max-width: 1200px;
     margin: 0 auto;
     padding-right: 400px;
     position: relative;
     top: 50%;
     left: 0;
     right: 0;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: 0;
     padding: 0;
}
 .silder-elements.container {
     padding-right: 500px;
}
 .slider-para {
     color: #ffffff;
     font-size: 24px !important;
     line-height: 1.3;
     margin-bottom: 30px !important;
     padding: 0;
     text-transform: capitalize;
}
 .slider-main-title {
     font-size: 36px !important;
     line-height: 1.2 !important;
     color: #ffffff;
     margin-bottom: 10px;
}
 .slider-main-title span {
     font-size: 80px !important;
     line-height: 1.1 !important;
     color: #FEFF00;
}
 .silder-elements .theme-btn {
     color: #FEFF00;
     min-width: 180px;
     height: 60px;
     padding: 16px 60px 16px;
     border-color: #FEFF00;
}
 .silder-elements .theme-btn:hover {
     color: #333333;
     font-weight: bold;
 }
 .pogoSlider--navBottom .pogoSlider-nav {
     display: none;
}
 .slider-img {
     width: 400px;
     position: absolute;
     left: 300px;
     bottom: 0;
     z-index: 0;
}
.slider-img-1 {
     width: 24%;
     height: auto;
     left: 22%;
}
.slider-img-2 {
     width: 22%;
     height: auto;
     left: 18%;
}



/* =========== 04. Category CSS =========== */
.category-area {
     padding: 100px 0 70px;
}
.category-col {
     margin-bottom: 30px;
     position: relative;
     overflow: hidden;
     border-radius: 5px;
}
.category-col:before {
     content: "";
     position: absolute;
     right: -200px;
     bottom: -360px;
     z-index: 3;
     width: 650px;
     height: 500px;
     border-radius: 50%;
     background: rgb(68,68,68);
     background: -moz-linear-gradient(52deg, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-linear-gradient(52deg, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: linear-gradient(52deg, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
}
.category-col:after {
     content: "";
     position: absolute;
     right: -150px;
     bottom: -350px;
     z-index: 2;
     width: 500px;
     height: 500px;
     border-radius: 50%;
     background: #FEFF00;
}
.category-col .category-title {
     position: absolute;
     right: 30px;
     bottom: 30px;
     z-index: 4;
}
.category-col .category-img {
     position: relative;
}
.category-col .category-img img {
     width: 100%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.category-col:hover .category-img img {
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.category-col .category-img:before {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 1;
     width: 100%;
     height: 0;
     background: rgb(254,255,0);
     background: -moz-linear-gradient(0deg, rgba(254,255,0,0.5) 0%, rgba(254,255,0,0) 100%);
     background: -webkit-linear-gradient(0deg, rgba(254,255,0,0.5) 0%, rgba(254,255,0,0) 100%);
     background: linear-gradient(0deg, rgba(254,255,0,0.5) 0%, rgba(254,255,0,0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feff00",endColorstr="#feff00",GradientType=1);
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.category-col:hover .category-img:before {
     height: 100%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.category-col .category-title h4 a {
     color: #FEFF00;
}
.category-col .category-title .category-link {
     color: #ffffff;
     /*padding: 12px 25px;
     border-radius: 100px;
     border: 1px solid #FEFF00;*/
}
.category-col .category-title .category-link i {
     color: #FEFF00;
}
.dis-block-991 {
     display: none;
}



/* =========== 05. Promotion CSS =========== */
.promotion-one-area {
     overflow: hidden;
     background-size: cover;
     background-position: top center;
     background-repeat: no-repeat;
}
.promotion-one-area .line::after {
     background: rgb(254,255,0);
background: -moz-linear-gradient(0deg, rgba(254,255,0,1) 0%, rgba(254,255,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(254,255,0,1) 0%, rgba(254,255,0,0) 100%);
background: linear-gradient(0deg, rgba(254,255,0,1) 0%, rgba(254,255,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feff00",endColorstr="#feff00",GradientType=1);
}
.promotion-one-col {
     position: relative;
     min-height: 800px;
}
.promotion-one-box {
     position: absolute;
     top: 50%;
     right: 100px;
     z-index: 0;
     transform: translateY(-50%);
     min-width: 700px;
     padding: 80px 60px;
     border-radius: 5px;
     background: rgb(68,68,68);
     background: -moz-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
}
.promotion-one-box h3 {
     font-size: 36px;
     line-height: 1.2;
     color: #ffffff;
     margin-bottom: 0;
}
.promotion-one-box h2 {
     font-size: 60px;
     font-weight: 700;
     line-height: 1.2;
     color: #ffffff;
     margin-bottom: 50px;
}
.promotion-one-box h2 span {
     color: #FEFF00;
}
.promotion-one-box .theme-btn {
     color: #FEFF00;
     border-color: #FEFF00;
     min-height: 65px;
     padding: 19px 70px;
}
.promotion-one-box .theme-btn:hover {
     color: #333333;
     border-color: #FEFF00;
}
 



/* =========== 06. Product CSS =========== */
 .product-area {
     padding: 100px 0 100px;
     position: relative;
     z-index: 0;
 }
 .abstract-img-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 50px;
    opacity: 0.4;
 }
.abstract-img-two.abstract-1 {
    left: 15%;
    top: 15%;
}
.abstract-img-two.abstract-2 {
    left: 8%;
    top: 50%;
}
.abstract-img-two.abstract-3 {
    left: 50%;
    top: 10%;
}
.abstract-img-two.abstract-4 {
    left: 12%;
    top: 70%;
}
.abstract-img-two.abstract-5 {
     left: auto;
    right: 5%;
    top: 20%;
}
.abstract-img-two.abstract-6 {
     left: auto;
    right: 8%;
    top: auto;
    bottom: 30%;
}
.product-area .bg-title h2 {
     left: auto;
     right: 0;
     transform: translateX(0);
 }
 .product-box  {
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.4s ease-out;
    margin-bottom: 30px;
}
.product-box .product-image{
    overflow: hidden;
    position: relative;
}
.product-box .product-image a.image{ display: block; }
.product-box .product-image img{
    width: 100%;
    height: auto;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.product-box:hover .product-image img {
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.product-box .product-off-label,
.product-box .product-sale-label{
    color: #ffffff;
    background: #000000;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
    width: 70px;
    height: 20px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 10px;
    right: -2px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 20% 50%, 0 0);
}
.product-box .product-sale-label{
     width: 70px;
     color: #333333;
    background: #FEFF00;
    right: 0;
    top: 40px;
}
.product-box .product-sale-label.sale{ right: -11px; }
.product-box .product-links{
    font-size: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-box .product-links li{
    background-color: rgba(254,255,0,0.8);
    width: 50px;
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.product-box .product-links li:last-child {
     padding-top: 5px;
     height: 40px;
     position: relative;
     bottom: -5px;
}
.product-box .product-links li:last-child i {
     font-size: 22px;
}
.product-box .product-links li:first-child{
    background-color: rgba(0,0,0,0.8);
    width: calc(100% - 50px);
}
.product-box:hover .product-links li{ opacity: 1; }
.product-box .product-links li a{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 41px;
    height: 40px;
    display: block;
    transition: all 0.3s ease 0s;
}
.product-box .product-links li:first-child a{
    color: #ffffff;
    background: transparent;
    transform: translateY(20px);
}
.product-box:hover .product-links li:first-child a{ transform: translateY(0); }
.product-box .product-links li:first-child a:hover{
    color: #ffffff;
    letter-spacing: 2px;
}
.product-box .product-links li a:hover{ color: #000; }
.product-box .product-content{
    text-align:  left;
    padding: 15px 55px 0 0;
    position: relative;
}
.product-box .product-like-icon{
    color: #111111;
    background: #FEFF00;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    box-shadow: 3px 5px 22px -7px rgba(1, 1, 1, 0.25);
    position: absolute;
    top: 14px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.product-box .product-like-icon:hover{
    color: #111111;
    background: #FEFF00;
}
.product-box .product-title{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}
.product-box .product-title a{
    color: #333333;
    transition: all 0.3s ease 0s;
}
.product-box .product-title a:hover{
    color: #333333;
}
.product-box .product-price{
    color: #333333;
}
.product-box .product-price span{
    color: #999999;
    text-decoration: line-through;
    margin: 0 5px 0 0;
    display: inline-block;
}
.lb-data .lb-caption {
     font-size: 16px;
     font-weight: normal;
}

/* Line Animation CSS*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
}
.line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
.line::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    height: 40vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    -webkit-animation: drop 5s infinite;
    animation: drop 5s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line.line-1::after {
   -webkit-animation: drop 8s infinite;
    animation: drop 8s infinite;
}
.line.line-2::after {
   -webkit-animation: drop 4s infinite;
    animation: drop 4s infinite;
}
.line.line-3::after {
   -webkit-animation: drop 6s infinite;
    animation: drop 6s infinite;
}
.line.line-4::after {
   -webkit-animation: drop 9s infinite;
    animation: drop 9s infinite;
}
.line.line-5::after {
   -webkit-animation: drop 6s infinite;
    animation: drop 6s infinite;
}
.line.line-6::after {
   -webkit-animation: drop 10s infinite;
    animation: drop 10s infinite;
}
.line.line-7::after {
   -webkit-animation: drop 5s infinite;
    animation: drop 5s infinite;
}
.line:nth-child(1) {
    margin-left: -15%;
}
.line:nth-child(2) {
    margin-left: 15%;
}
.line:nth-child(3) {
    margin-left: -30%;
}
.line:nth-child(5) {
    margin-left: 30%;
}
.line:nth-child(6) {
    margin-left: -45%;
}
.line:nth-child(7) {
    margin-left: 45%;
}
@keyframes drop {
     0% {top: -50%;}
     100% {top: 110%;}
}

/* New Product CSS */
.new-product-area.overlay-black:before {
     background: #ffffeb;
     z-index: -2;
}
.container-space {
    padding: 0 30px;
}

/* Product Sidebar CSS */
.product-sidebar-col {
    margin-bottom: 30px;
}
.product-categories-box {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.sidebra-title {
    background: #F5F5F5;
    line-height: 1.3;
    padding: 10px 20px;
    margin-bottom: 0;
}
.product-categories-content {
    padding: 20px 20px;
}
.product-categories-content ul li {
    padding: 8px 0;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}
.product-categories-content ul li:before {
    content: "\e64a";
    font-family: 'themify';
    position: absolute;
    top: 7px;
    right: 0;
    color: #999999;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-categories-content ul li a {
    color: #333333;
}
.product-categories-content ul li:hover a {
    padding-left: 5px;
    color: #333333;
    text-decoration: underline;
    text-decoration-color: #FEFF00;
}
.product-categories-content ul li a span {
    float: left;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.product-price-box {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.product-price-content {
    padding: 25px 20px 20px 20px;
}
.product-price-content .theme-btn {
    margin-top: 15px;
    padding: 9px 15px 15px;
    min-width: 130px;
    height: 45px;
}
.btn-primary.focus, 
.btn-primary:focus {
    color: #333333;
    background-color: #FEFF00;
    border-color: #FEFF00;
}

.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#slider-range {
    margin-bottom: 20px;
}
.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #000000;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #000000;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #FEFF00;
  border: 8px solid rgba(254,255,0,0.8);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}


.product-size-box {
    background: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
}
.product-size-content {
    padding: 20px 20px 20px 20px;
}
.product-size-content .form-check {
    margin-bottom: 12px;
    text-transform: capitalize;
}
input[type="checkbox"] {
      background: #000000;
      border: #7f83a2 1px solid;
   }
.form-check {
    margin-right: 0 !important;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 1.25rem;
}
.form-check-input {
    margin-right: -1.25rem;
    margin-left: 0;
}

.product-brands-box {
    background: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
}
.product-brands-content {
    padding: 20px 20px 20px 20px;
}
.product-brands-content ul li {
    padding: 8px 0;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}
.product-brands-content ul li:before {
    content: "\e64a";
    font-family: 'themify';
    position: absolute;
    top: 7px;
    right: 0;
    color: #999999;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-brands-content ul li a {
    color: #333333
}
.product-brands-content ul li:hover a {
    padding-left: 5px;
    color: #333333;
    text-decoration: underline;
    text-decoration-color: #FEFF00;
}
.product-brands-content ul li a span {
    float: right;
}

.product-color-box {
    background: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
}
.product-color-content {
    padding: 20px 20px 20px 20px;
}
.product-color-content ul li {
    padding: 8px 0;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}
.product-color-content ul li:before {
    content: " ";
    position: absolute;
    top: 13px;
    right: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-color-content ul li a {
    color: #333333;
}
.product-color-content ul li:hover a {
    padding-left: 5px;
    color: #333333;
    text-decoration: underline;
    text-decoration-color: #FEFF00;
}
.product-color-content ul li a span {
    float: left;
}
.product-color-content ul li:nth-child(2):before {
    background: #0001DE;
}
.product-color-content ul li:nth-child(3):before {
    background: #F71900;
}
.product-color-content ul li:nth-child(4):before {
    background: #FFDB58;
}
.product-color-content ul li:nth-child(5):before {
    background: #00B300;
}


.shop-option-col .form-group {
    max-width: 250px;
    margin-bottom: 30px;
}
.shop-option-col .form-group label {
    font-weight: bold;
}
.shop-option-col .form-control {
    color: #ffffff;
    margin-bottom: 0;
    background: rgb(68,68,68);
    background: -moz-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
    background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
}
.shop-option-col .form-control option {
    color: #ffffff;
    background: #000000;
}
.shop-option-col .form-control option:hover {
    background: #FEFF00;
}
.shop-option-col-right {
    text-align: left;
}
.shop-option-col-right .form-group {
    float: left;
}
.show-as {
    float: left;
    padding-right: 30px;
    padding-top: 8px;
}
.show-as a {
    display: block;
    margin-bottom: 5px;
}
.show-as a i {
    font-size: 30px;
    color: #333333;
}
.show-as a i:hover {
    color: #333333;
}


/* Product Banner */
.product-banner {
    position: relative;
    margin-bottom: 50px;
}
.product-banner-content {
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 0;
    transform: translateY(-50%);
    padding-right: 550px;
}
.product-banner-content h2 {
    color: #ffffff;
    font-weight: bold;
    color: #FEFF00;
    line-height: 1.3;
    margin-bottom: 20px;
}
.product-banner-content h4 {
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 28px;
}
.product-banner-content .theme-btn {
    border-color: #FEFF01;
    color: #FEFF01;
}
.product-banner-content .theme-btn:hover {
    color: #333333;
}

/* Product details CSS */
.product-detais-area {
    padding: 100px 0 70px;
}
.product-detais-col {
    margin-bottom: 30px;
}
.mySlides {
  display: none;
  background: #F2F3F5;
}
.mySlides img {
    width: 100% !important;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #333333;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
.demo {
  opacity: 0.5;
}
.active,
.demo:hover {
  opacity: 1;
}
.riview-stars {
    margin-bottom: 10px;
}
.riview-stars ul li {
    display: inline-block;
}
.riview-stars ul li:last-child {
    margin-left: 5px;
}
.riview-stars ul li a {
    color: #333333;
}
.riview-stars ul li a i {
    color: #FFB600;
}
.riview-stars ul li a:hover {
    color: #333333;
}
.product-detais-col h4 {
    color: #111111;
}
.product-detais-col h4 del {
    font-size: 16px;
    color: #888888;
}
.order-product-info {
    margin-top: 30px;
}
.order-product-info ul li {
    display: block;
    margin-bottom: 20px;
}
.order-product-info ul li p {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.order-product-info ul li:last-child p {
    float: none;
    display: block;
}
.form-check {
    display: inline-block;
    margin-right: 10px;
}
.color-label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.color-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #000000;
  border-radius: 50%;
}
.color-label:nth-child(3) .checkmark {
    background: #F71900;
}
.color-label:nth-child(4) .checkmark {
    background: #FFB600;
}
.color-label:nth-child(5) .checkmark {
    background: #00B300;
}
.color-label input:checked ~ .checkmark {
  
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.color-label input:checked ~ .checkmark:after {
  display: block;
}
.color-label .checkmark:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #dddddd;
}
.product-quantity {
    margin-top: 40px;
    max-width: 360px;
    position: relative;
}
.product-quantity input {
    max-width: 70px;
    min-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}
.product-quantity .input-group-append .btn, 
.product-quantity .input-group-prepend .btn {
    width: 40px;
    background: #000000;
    border-radius: 0;
}
.product-quantity .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.share-product {
    margin-top: 40px;
}
.share-product p {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px;
}
.share-product ul li {
    display: inline-block;
    margin-right: 15px;
}
.share-product ul li i {
    color: #333333;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #999999;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.share-product ul li i:hover {
    border-color: #FEFF00;
    background: #FEFF00;
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Product All Info */
.product-all-info-area {
    padding: 100px 0;
    background: #FFFFEB;
}
.product-all-info-col nav {
    margin-bottom: 20px;
}
.product-all-info-col .nav-pills .nav-link.active, 
.product-all-info-col .nav-pills .show>.nav-link {
    background: #FEFF00;
    color: #000000;
    border-color: #FEFF00;
    text-transform: capitalize;
}
.product-all-info-col .nav-pills .nav-link {
    text-transform: capitalize;
    color: #333333;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-right: 30px;
    font-weight: bold;
}
.product-all-info-col .nav-pills .nav-link:hover {
    color: #333333;
}
.product-all-info-col ul {
    margin: 20px 0;
}
.product-all-info-col .tab-pane-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
.product-all-info-col .tab-pane-list li:before {
    content: "\e628";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.product-all-info-col .img-thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.reviews-col h5 {
    margin-bottom: 0;
}
.reviews-col h5 span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #888888;
}
.reviews-col ul {
    margin: 0;
    margin-bottom: 10px;
}
.reviews-col ul li {
    display: inline-block;
    color: #FFB600;
    padding-left: 0;
    margin: 0;
}
.reviews-col ul li:before {
    display: none;
}
.review-form-col {
    background: #ffffff;
    padding: 30px 30px;
}
.review-form-col h4 {
    background: #F5F5F5;
    padding: 8px 15px;
    margin-bottom: 20px;
}
.review-form-col h5 {
}
.review-form-col ul {
    margin: 0;
    margin-bottom: 20px;
}
.review-form-col ul li {
    display: inline-block;
}
.review-form-col ul li a i {
    color: #FFB600;
}
.review-form-col .form-group {
    margin-bottom: 30px;
}
.review-form-col .form-group .form-control {
    margin: 0;
}
.review-form-col .theme-btn {
    margin-top: 5px;
}
.pb-70 {
    padding-bottom: 70px;
}





/* =========== 07. Blog CSS =========== */
.blog-area {
     padding: 100px 0 70px;
}
.blog-col {
     margin-bottom: 30px;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    background: rgb(254,255,0);
    background: -moz-linear-gradient(0deg, rgba(254,255,0,0.5) 0%, rgba(254,255,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(254,255,0,0.5) 0%, rgba(254,255,0,0) 100%);
    background: linear-gradient(0deg, rgba(254,255,0,0.5) 0%, rgba(254,255,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feff00",endColorstr="#feff00",GradientType=1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-col:hover .blog-img:before {
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-img img {
     width: 100%;
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-col:hover .blog-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-col-content {
     padding: 30px 30px 30px 30px;
    background: #FFFFEB;
}
.blog-col-content h4 {
    margin-bottom: 10px;
    font-weight: 500;
}
.blog-col-content h4 a {
     color: #333333;
}
.blog-col-content span.post-date {
     background: #000000;
     padding: 2px 10px 0;
     display: inline-block;
     border-radius: 20px;
     color: #ffffff;
}
.blog-col-content span {
    display: block;
    margin-bottom: 10px;
    color: #888888;
}
.blog-col-content span a {
     color: #888888;
}
.blog-col-content span a:hover {
     color: #333333;
}
.blog-col-content p a {
    color: #000000;
}

/* Blog Details Start */
.bolg-details-area {
  padding-top: 100px;
  padding-bottom: 70px;
}
.big-img img {
  
}
.bolg-details-col .blog-info-bar {
  background: #f5f5f5;
  margin-top: 20px; 
  margin-bottom: 15px;
  padding: 10px 20px;
}
.bolg-details-col h4 a:hover {
    color: #333333;
}
.bolg-details-col .blog-info-bar ul li {
    display: inline-block;
    margin-left: 15px;
    text-transform: capitalize;
}
.bolg-details-col .blog-info-bar ul li:last-child {
    direction: ltr;
}
.bolg-details-col .blog-info-bar ul li i {
    margin-left: 5px;
    color: #888888;
}
.bolg-details-col .blog-info-bar ul li a {
    color: #333333;
}
.heighlight-box {
  background: #f5f5f5;
  padding: 30px 170px 30px 20px;
  margin: 70px 0 20px 0;
  position: relative;
}
.heighlight-box i {
  color: #dddddd;
  font-size: 120px;
  position: absolute;
  right: 30px;
  top: -50px;
  z-index: 0;
}
.heighlight-box p {
  font-style: italic;
}
.tag-bar {
  padding: 15px 20px;
  border-radius: 5px;
  background: #f5f5f5;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tag-bar-col ul li {
  display: inline-block;
}
.tag-bar-col ul li i {
  color: #1cc1e0;
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}
.tag-bar-col ul li a {
  color: #444444;
  position: relative;
}
.tag-bar-col ul li a i {
  color: #333333;
  font-size: 16px;
  position: relative;
  bottom: 0;
  margin-left: 8px;
}
.share-icons {
  text-align: right;
}
.comments-box h4 {
  margin-bottom: 30px;
}
.comments-box-item {
  position: relative;
  padding-right: 120px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  min-height: 100px;
  border-bottom: 1px solid #dddddd;
}
.comments-box-item img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #000000;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
}
.comments-box-item p strong {
  font-weight: bold;
}
.comments-box-item p a {
  float: right;
}
.comments-box-item p a i {
  font-size: 30px;
  color: #1cc1e0;
}
.comments-box-item span {
  color: #868585;
  font-size: 12px;
  font-style: italic;
}
.middle-comment {
  margin-right: 120px;
}
.comment-form-box {
  padding: 30px 30px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-top: 30px;
}
.comment-form-box form .form-control {
  background: #F5F5F5;
  resize: none;
  height: 50px;
  border-radius: 5px;
}
.comment-form-box form textarea.form-control {
  height: 100%;
  min-height: 120px;
}

.bolg-item-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dddddd;
}
.bolg-item-box h4 a {
    color: #1b1a17;
}
.mb-30 {
    margin-bottom: 30px;
}

/* Sidebar CSS */
.bolg-sidebar-col {

}
.bolg-sidebar-box {
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
}
.bolg-sidebar-box h4 {
  padding: 12px 30px;
  background: #F5F5F5;
  margin-bottom: 0;
}
.search-box {
  padding: 30px 30px;
}
.search-box .input-group-text button {
  background: #000000;
  border-radius: 0;
  border: none;
  height: 48px;
  width: 58px;
  padding-top: 12px;
}
.search-box .form-control {
  height: 50px;
  border-radius: 0;
}
.search-box .input-group-text button i {
  font-size: 24px;
}
.categories-box {
  padding: 30px 30px;
}
.categories-box ul li a {
  padding: 15px 0;
  padding-right: 20px;
  border-bottom: 1px solid #dddddd;
  display: block;
  color: #333333;
  position: relative;
  text-transform: capitalize;
}
.categories-box ul li a:hover {
  color: #333333;
  padding-right: 25px;
}
.categories-box ul li a:before {
  content: "\e629";
  font-family: themify;
  font-size: 16px;
  color: #444444;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
}
.categories-box ul li a span {
  float: left;
}
.categories-box ul li:first-child a {
  padding-top: 0;
}
.categories-box ul li:first-child a:before {
  top: 14px;
}
.post-box {
  padding: 30px 30px;
}
.post-box ul li {
  position: relative;
  padding-right: 90px;
  min-height: 80px;
  margin-bottom: 30px;
}
.post-box ul li img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 80px;
  height: 80px;
}
.post-box ul li a {
  color: #222222;
  font-weight: bold;
}
.post-box ul li span {
  color: #666666;
  display: block;
}
.post-box ul li:last-child {
  margin-bottom: 0;
}
.tag-box {
  padding: 30px 30px;
  padding-bottom: 20px;
}
.tag-box ul li {
  min-height: 30px;
  border: 1px solid #dddddd;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 3px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.tag-box ul li a {
  padding: 10px 15px;
  color: #444444;
  display: block;
}
.tag-box ul li:hover a {
  color: #ffffff;
}
.tag-box ul li:hover {
  background: #000000;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.advertisement {
  text-align: center;
}





/* =========== 08. Service CSS =========== */
.service-area {
     background: #FFFFEB;
     padding: 100px 0  0;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     overflow: hidden;
}
.service-box {
     text-align: center;
     margin-bottom: 30px;
     background: transparent;
     padding: 0;
     padding: 0 50px;
     position: relative;
}
.service-box .service-icon {
     font-size: 40px;
     background: #FEFF00;
     width: 80px;
     height: 80px;
     border-radius: 50%;
     position: relative;
     margin: 0 auto;
     margin-bottom: 20px;
     text-align: center;
     overflow: hidden;
}
.service-box .service-icon:before {
     content: "";
     position: absolute;
     left: 0;
     top: -100%;
     z-index: 0;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     background: rgb(68,68,68);
     background: -moz-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
     -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-box:hover .service-icon:before {
     top: 0;
     -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-box .service-icon i {
     position: absolute;
     top: 50%;
     right: 0;
     left: 0;
     z-index: 0;
     transform: translateY(-50%);
     -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-box:hover .service-icon i {
     color: #ffffff;
     -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-col img {
     margin-bottom: -30px;
}

/* UpDown animation */
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .2s, 2s;
  animation-duration: .2s, 2s;
  -webkit-animation-delay: 0s, .2s;
  animation-delay: 0s, .2s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}



/* =========== 09. Service CSS =========== */
.instagram-area {
     position: relative;
     overflow: hidden;
     margin-bottom: -10px;
}
.instagram-item {
     position: relative;
}
.instagram-item:before {
     content: "";
     position: absolute;
     left: 50%;
     top: 40%;
     z-index: 0;
     width: 90%;
     height: 90%;
     background: rgba(254,255,0,0.9);
     transform: translate(-50%, -50%);
     opacity: 0;
     -webkit-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
     transition: all 0.6s ease-in-out;
}
.instagram-item:hover:before {
     top: 50%;
     opacity: 1;
     -webkit-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
     transition: all 0.6s ease-in-out;
}
.instagram-links {
     position: absolute;
     top: 60%;
     left: 50%;
     z-index: 0;
     text-align: center;
     opacity: 0;
     width: 100%;
     padding: 10px;
     transform: translate(-50%, -50%);
     -webkit-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
     transition: all 0.6s ease-in-out;
}
.instagram-item:hover .instagram-links {
     top: 50%;
     opacity: 1; 
     -webkit-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
     transition: all 0.6s ease-in-out;
}
.instagram-links h4 a {
     color: #111111;
}
.instagram-links ul li {
     display: inline-block;
     margin: 0 10px;
}
.instagram-links ul li a {
    color: #333333;
}
.instagram-links ul li a:hover {
     color: #000000;
}




/* =========== 10. Page Title CSS =========== */ 
.page-title-area {
     overflow: hidden;
     padding: 100px 0;
     background: rgb(68,68,68);
     background: -moz-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
}
.page-title-area .abstract-1 {
     left: 34%;
     top: 45%;
}
.page-title-area .abstract-6 {
     right: 14%;
     top: 35%;
}
.page-title-col {
     text-align: center;
}
.page-title-col h2 {
     font-size: 50px;
     line-height: 1.3;
     color: #FEFF00;
     text-align: center;
     font-weight: bold;
}
.page-title-col ul li {
     display: inline-block;
     color: #eeeeee;
}
.page-title-col ul li a {
     color: #eeeeee;
}
.page-title-col ul li a:hover {
     color: #FEFF00;
}




/* =========== 11. About CSS =========== */ 
.about-area {
     padding: 100px 0 70px;
}
.about-col {
     margin-bottom: 80px;
     position: relative;
}
.about-img-col:before {
     content: "";
     position: absolute;
     right: -50px;
     top: -50px;
     z-index: -1;
     border: 12px solid #000000;
     border-radius: 50%;
     border-top: 15px solid #FEFF00;
     border-bottom: 15px solid #FEFF00;
     width: 150px;
     height: 150px;
     -webkit-animation: spin 3s linear infinite;
     animation: spin 3s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.about-col img {
     width: 100%;
     padding-left: 50px;
}
.about-over-box {
     width: 420px;
     padding: 50px 30px;
     background: rgba(0, 0, 0, 0.8);
     position: absolute;
     right: 0;
     bottom: -50px;
     z-index: 0;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.about-col:hover .about-over-box {
     bottom: 0;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.about-over-box h2 {
     font-size: 40px;
     color: #ffffff;
}
.about-over-box p {
     color: #FEFF00;
     position: relative;
     padding-right: 80px;
     text-transform: capitalize;
}
.about-over-box p:before {
     content: "";
     position: absolute;
     right: 0;
     top: 14px;
     z-index: 0;
     width: 60px;
     height: 2px;
     background: #FEFF00;
}
.about-col {
     padding-left: 30px;
}
.about-col h2 span {
     position: relative;
}
.about-col h2 span:before {
     content: "";
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: #FEFF00;
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: -1;
     margin-left: -25px;
     margin-top: -25px;
}
.about-col h4 {
     color: #666666;
     margin-bottom: 30px;
}
.about-col p {
     margin-bottom: 20px;
}


/* =========== 12. Counter CSS =========== */ 
.counter-area {
     background: #FFFFEB;
     padding: 100px 0 70px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top center;
}
.counter-col {
     padding: 0 0px 30px;
     margin-bottom: 30px;
     background-color: #ffffff;
     text-align: center;
     border-radius: 5px;
     overflow: hidden;
     -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.1);
     -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.1);
     box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.1);
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.counter-col:hover {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.counter-col i {
     font-size: 50px;
     color: #FBC010;
     background: linear-gradient(to left, #FBC010 0%, #FE8D2A 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
.counter-col h2 { 
     display: block;
     padding: 50px 5px;
     color: #FEFF00;
     background: rgb(68,68,68);
     background: -moz-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
}
.counter-col h4 {
     margin-bottom: 0; 
     padding-top: 20px;
}


/* =========== 13. Team CSS =========== */ 
.team-area {
     padding: 100px 0 70px;
}
.team-col {
     margin-bottom: 30px;
     margin-bottom: 30px;
     position: relative;
     overflow: hidden;
     border-radius: 5px;
}
.team-col:before {
     content: "";
     position: absolute;
     left: -200px;
     bottom: -360px;
     z-index: 3;
     width: 650px;
     height: 500px;
     border-radius: 50%;
     background: rgb(68,68,68);
     background: -moz-linear-gradient(52deg, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-linear-gradient(52deg, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: linear-gradient(52deg, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
}
.team-col:after {
     content: "";
     position: absolute;
     left: -150px;
     bottom: -350px;
     z-index: 2;
     width: 500px;
     height: 500px;
     border-radius: 50%;
     background: #FEFF00;
}
.team-col .team-title {
     position: absolute;
     left: 30px;
     bottom: 30px;
     z-index: 4;
}
.team-col .team-img {
     position: relative;
}
.team-col .team-img img {
     width: 100%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.team-col:hover .team-img img {
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.team-col .team-img:before {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 1;
     width: 100%;
     height: 0;
     background: rgb(254,255,0);
     background: -moz-linear-gradient(0deg, rgba(254,255,0,0.5) 0%, rgba(254,255,0,0) 100%);
     background: -webkit-linear-gradient(0deg, rgba(254,255,0,0.5) 0%, rgba(254,255,0,0) 100%);
     background: linear-gradient(0deg, rgba(254,255,0,0.5) 0%, rgba(254,255,0,0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feff00",endColorstr="#feff00",GradientType=1);
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.team-col:hover .team-img:before {
     height: 100%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.team-col .team-title h4 a {
     color: #FEFF00;
}
.team-col ul li {
     margin-right: 15px;
     display: inline-block;
}
.team-col ul li a {
     color: #d0d0d0;
     font-weight: normal;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.team-col ul li a:hover {
     color: #FEFF00;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.pb-100 {
    padding-bottom: 100px;
}



/* =========== 14. Cart CSS =========== */ 
.cart-area {
    padding: 100px 0;
}
.cart-img {
    border: 1px solid #dddddd;
    display: inline-block;
    position: relative;
}
.cart-img a i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    color: #ffffff;
    background: #000000;
}
.cart-col .table .thead-light th {
    background: #000000;
    color: #ffffff;
    font-weight: normal;
}
.first-td {
    position: relative;
}
.first-td p {
    display: inline-block;
    padding-right: 15px;
    text-transform: capitalize;
}
.cart-col .table td, .cart-col .table th {
    vertical-align: middle;
    text-align: center;
}
.cart-col .table tr td:first-child {
    text-align: right;
}
.cart-col td .input-group-append .btn, 
.cart-col td .input-group-prepend .btn {
    width: 40px;
    background: #000000;
    border-radius: 0;
}
.cart-col td input {
    max-width: 70px;
    min-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}
.cart-col .theme-btn {
    margin-left: 20px;
}
.cart-col .table td {
    padding: 30px 0;
}
.cart-col .input-group .form-control {
    min-height: 55px;
    border-right: none;
}
.cart-col .input-group-text .btn {
    background: #000000;
    color: #ffffff;
    text-transform: capitalize;
    min-height: 54px;
    border-radius: 0;
    border: none;
}
.cart-total-col {
    padding: 30px 30px;
    background: #FFFFEB;
    margin-left: 50px;
}
.cart-total-col ul li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.cart-total-col ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.cart-total-col ul li span {
    float: left;
}
.cart-total-col .theme-btn {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 30px;
}


/* =========== 15. Checkout CSS =========== */ 
.checkout-area {
    padding: 100px 0 70px;
}
.links-row {
    margin-bottom: 30px;
}
.links-row p {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
}
.links-row p a {
    color: #888888;
    text-decoration: underline;
}
.links-row p i {
    font-size: 24px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
.checkout-col {
    margin-bottom: 30px;
}
.checkout-col h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.checkout-col .form-control {
    min-height: 50px;
    margin-bottom: 15px;
}
.checkout-col table tr th,
.checkout-col table tr td {
    vertical-align: middle;
}
.checkout-col table tr td:last-child {
    text-align: left;
}
.checkout-col .table td {
    padding: 10px 0;
}
.checkout-col .total-price {
    border-top: 2px solid #dddddd;
}
.checkout-col .total-price li {
    padding: 10px 0;
    border-top: 1px solid #dddddd;
}
.checkout-col .total-price li:last-child {
    font-weight: bold;
}
.checkout-col .total-price li span {
    float: left;
}
.checkout-col textarea {
    font-size: 14px;
}
.payment-option {
    margin-top: 30px;
}
.payment-option .form-check {
    display: block;
}



/* =========== 16. FAQ CSS =========== */ 
.faq-area {
    padding: 100px 0 70px;
}
.faq-btn-col {
    margin-bottom: 30px;
}
.faq-btn-col h2 {
    font-size: 148px;
    line-height: 125px;
    font-weight: bold;
    text-align: center;
    color: #f5f5f5;
}
.faq-btn-col .nav {
    position: relative;
    z-index: 1;
}
.faq-btn-col .nav-pills .nav-link {
    border-radius: 0;
    background: #F6F6F6;
    color: #333333;
    padding: 25px 20px;
    text-align: left;
    position: relative;
}
.faq-btn-col .nav-pills .nav-link:before {
    content: "\e628";
    font-family: 'themify';
    position: static;
    margin-left: 5px;
    top: 2px;
    left: 0;
    color: #333333;
    font-size: 16px;
    margin-right: 5px;
}
.faq-btn-col .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #FEFF00;    
    font-weight: bold;
    font-size: 18px;
}
.faq-col {

}
.question-box {
    border: 1px solid #dddddd;    
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.question-box h5 {
    font-size: 18px;
}






/* =========== 17. Contact CSS =========== */ 
.contact-area {
  padding: 100px 0;
}
.contact-area .contact-info-col {
    border: 1px solid #dddddd;
    padding: 30px 30px 30px;
    border-radius: 5px;
    margin-bottom: 100px;
}
.contact-area .contact-info-col ul {
    direction: ltr;
}
.contact-area .contact-info-col ul li {
    margin-bottom: 10px;
}
.contact-area .contact-info-col ul li:first-child {
    direction: rtl;
}
.contact-area .contact-info-col ul li:last-child {
    margin: 0;
}
.contact-area .contact-info-col ul li i {
    margin-left: 5px;
}
.contact-area .contact-form-col {
    padding: 30px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.contact-area .contact-form-col .form-control {
    background: #f5f5f5;
    color: #444444;
    min-height: 50px;
    border-radius: 5px;
}
#map {
    min-height: 500px;
}



/* =========== 18. Footer CSS =========== */ 
.footer-area {
     padding: 100px 0 70px;  
     position: relative;
     overflow: hidden;
     background: rgb(68,68,68);
     background: -moz-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
}
.footer-area .bg-title h2 {
     font-size: 450px;
     top: 50%;
     transform: translate(-50%, -50%);
     color: #ffffff;
     z-index: 0;
     opacity: 0.03;
}
.footer-col {
     margin-bottom: 30px;
}
.footer-col h4 {
     color: #ffffff;
     margin-top: -5px;
     margin-bottom: 40px;
     position: relative;
}
.footer-col h4:before {
     content: "";
     position: absolute;
     right: 0;
     bottom: -10px;
     width: 80px;
     height: 3px;
     background: rgb(254,255,0);
     background: -moz-linear-gradient(90deg, rgba(254,255,0,0) 0%, rgba(254,255,0,1) 100%);
     background: -webkit-linear-gradient(90deg, rgba(254,255,0,0) 0%, rgba(254,255,0,1) 100%);
     background: linear-gradient(90deg, rgba(254,255,0,0) 0%, rgba(254,255,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feff00",endColorstr="#feff00",GradientType=1);
}
.footer-contact ul li {
     margin-bottom: 10px;
     color: #eeeeee;
}
.footer-contact ul li:first-child,
.footer-contact ul li:last-child {
    direction: ltr;
}
.footer-contact ul li i {
     margin-left: 10px;
}
.footer-contact .footer-social li {
     margin: 0;
     display: inline-block;
     margin-left: 10px;
}
.footer-contact .footer-social li i {
     font-size: 24px;
     color: #eeeeee;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.footer-contact .footer-social li i:hover {
     color: #FEFF00;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.footer-links ul li {
     margin-bottom: 10px;
}
.footer-links ul li a {
     color: #eeeeee;
     padding: 8px 0;
     position: relative;
     z-index: 1;
     text-transform: capitalize;
}
.footer-links ul li a:hover {
     color: #333333;
}
.footer-links ul li a:before {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     z-index: -1;
     width: 0;
     height: 100%;
     background: #FEFF00;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.footer-links ul li a:hover:before {
     width: 100%;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.footer-subscribe {
     padding: 30px 20px;
     border-radius: 5px;
     background: rgb(68,68,68);
     background: -moz-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: -webkit-radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#000000",GradientType=1);
}
.footer-subscribe .form-control {
     height: 50px;
     margin-bottom: 15px;
     border: none;
     border-radius: 5px;
}
.footer-subscribe .theme-btn {
     width: 100%;
     color: #ffffff;
     border-color: #ffffff;
}
.footer-subscribe .theme-btn:hover {
     border-color: #FEFF00;
     color: #333333;
}
.footer-subscribe .theme-btn:before {
     /*background: #000000;*/
}

.theme-copyright {
     text-align: center;
     padding: 20px 15px 17px;
     background: #444444;
}
.theme-copyright p {
     color: #969696;  
}