/* - table of content - start
==================================================================================================== */

/* --------------------------------------------------
Project Name  : Criptofy - html5 template
Version       : 1.0.0
File          : css base
Author        : xstheme
Last change   : 27 December 2017
-------------------------------------------------- */


/* --------------------------------------------------
* 1 = Fonts Load
* 2 = Global Area

* 3 = Header Section
* 4 = Footer Section
* 5 = Breadcrumb Section
* 6 = Sidebar Section

* 7 = Home Page
* 8 = About Page
* 9 = Service Page
* 10 = Service Details Page
* 11 = Team Details Page
* 12 = Blog Details Page
* 13 = Shop Page
* 14 = Product Details Page
* 15 = Checkout Page
* 16 = Contact Page
* 17 = Error Page
* 18 = Register Page
-------------------------------------------------- */

/* - table of content - end
==================================================================================================== */





/* - 1 - Fonts Load - start
==================================================================================================== */
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');


p,body,a,button,
h1,h2,h3,h4,h5,h6 {font-family: 'Oxygen', sans-serif;}
/* - 1 - Fonts Load - end
==================================================================================================== */





/* - 2 - Global Area - start
==================================================================================================== */
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 200px;
  overflow-x: hidden;
  letter-spacing: .6px;
  background-color: #ffffff;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
}

::selection {
  color: #151515;
  background: #ffc107;
}

p,
a,
ul,
li,
ul li,
button,
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
a,
button {
  border: none;
  outline: none;
  color: #666666;
  cursor: pointer;
  background: none;
  text-decoration: none;
  display: inline-block;
}
a:hover,
button:hover {color: #ffc107;}
h1,h2,h3,h4,h5,h6 {
  color: #151515;
  line-height: 1.37;
  text-transform: capitalize;
}
li  {list-style: none;}
img {
  height: auto;
  max-width: 100%;
}
strong,span,small,i {
  line-height: normal;
  display: inline-block;
}
strong {font-weight: 700;}


textarea,
input[type=url],
input[type=tel],
input[type=text],
input[type=time],
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=search-md],
input[type=datetime-local] {
  width: 100%;
  border: none;
  height: 50px;
  font-size: 16px;
  box-shadow: none;
  line-height: 40px;
  padding: 0px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
textarea {min-height: 150px;}
select:focus,
textarea:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]) {
  outline: none;
  box-shadow: none;
  border: 1px solid #ffc107;
}
input[type=tel]:focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=search-md]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label {
  color: #ffc107;
}
:-moz-placeholder {color: #666666;}
::-moz-placeholder {color: #666666;}
:-ms-input-placeholder {color: #666666;}
::-webkit-input-placeholder {color: #666666;}



/* customization of unorder list - start 
-------------------------------------------------- */
.post-mate {padding: 15px 0px;}
.post-mate .hero-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: -20px 0px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffc107;
  border: 3px solid #ffc107;
}
.post-mate li {
  margin-right: 30px;
  display: inline-block;
}
.post-mate li:last-child {margin-right: 0px;}
.post-mate li,
.post-mate li a {font-size: 14px;}

.post-mate li:hover a,
.post-mate li i {color: #ffc107;}
.post-mate li i {
  font-size: 18px;
  margin-right: 5px;
}
/* customization of unorder list - end
-------------------------------------------------- */



/* padding - margin setting - start 
-------------------------------------------------- */
.sec-ptb-100 {padding: 100px 0px;}

.mb-15 {margin-bottom: 15px;}
.mb-30 {margin-bottom: 30px;}
.mb-50 {margin-bottom: 50px;}
.mb-80 {margin-bottom: 80px;}
/* padding - margin setting - end
-------------------------------------------------- */



/* link button - start
-------------------------------------------------- */
.custom-btn {
  width: auto;
  height: 50px;
  color: #151515;
  font-weight: 700;
  padding: 0px 20px;
  line-height: 50px;
  text-align: center;
  background-color: #ffc107;
  text-transform: capitalize;
}
.custom-btn span {
  z-index: 1;
  width: 40px;
  float: right;
  height: 40px;
  color: #ffffff;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  position: relative;
  background-color: #151515;
  margin: 5px -15px 5px 15px;
}
.custom-btn:hover {
  color: #151515;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 2px #ffc107;
  -webkit-box-shadow: 0px 0px 0px 2px #ffc107;
}
.custom-btn:hover span {
  color: #151515;
  background-color: #ffc107;
}
/* link button - end
-------------------------------------------------- */



/* title - start
-------------------------------------------------- */
.section-title {
  padding-left: 40px;
  position: relative;
  margin-bottom: 80px;
}
.section-title:before,
.section-title:after {
  top: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background-color: #ffc107;
}
.section-title:before {
  left: 10px;
  width: 15px;
}
.section-title:after {
  left: 0;
  width: 5px;
}
.section-title h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-xlarge {font-size: 36px; font-weight: 700;}
.title-large  {font-size: 30px; font-weight: 700;}
.title-medium {font-size: 24px; font-weight: 700;}
.title-small  {font-size: 18px; font-weight: 700;}
.title-xsmall {font-size: 16px; font-weight: 700;}
/* title - end
-------------------------------------------------- */



/* plus hover effect - start
-------------------------------------------------- */
.plus-effect {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  background-color: rgba(21,21,21,0.9);
}
.plus-effect:before,
.plus-effect:after {
  top: 50%;
  left: 50%;
  content: '';
  border-radius: 6px;
  position: absolute;
  background-color: #ffc107;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.plus-effect:before {
  width: 4px;
  height: 60px;
}
.plus-effect:after {
  height: 4px;
  width: 60px;
}
/* plus hover effect - end
-------------------------------------------------- */



/* back to top - start
-------------------------------------------------- */
.backtotop {
  width: 50px;
  height: 70px;
  right: 15px;
  z-index: 999;
  bottom: 15px;
  display: none;
  position: fixed;
  overflow: hidden;
  text-align: center;
  background: #ffc107;
  border: 5px solid #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.backtotop a.scroll {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 70px;
}
/* back to top - end
-------------------------------------------------- */



/* preloader - start
-------------------------------------------------- */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #fff url('../images/preloader.gif') no-repeat center center;
}
/* preloader - end
-------------------------------------------------- 



/* transition - start
-------------------------------------------------- */
a,
button,
.custom-btn span {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* transition - end
-------------------------------------------------- */



/* custom colors - start
-------------------------------------------------- */
.clr-white {color: #ffffff;}
.clr-black {color: #151515;}
.clr-yellow {color: #ffc107;}

.bg-white {background-color: #ffffff;}
.bg-offwhite {background-color: #f7f7f7;}
.bg-black {background-color: #151515;}
.bg-yellow {background-color: #ffc107;}

.overlay-black {background: rgba(5, 5, 5, 0.8);}
.overlay-white {background: rgba(255, 255, 255, 0.8);}
.overlay-yellow {background: rgba(255, 193, 7, 0.8);}
/* custom colors - end
-------------------------------------------------- */
/* - 2 - Global Area - end
==================================================================================================== */





/* - 3 - Header Section - start
==================================================================================================== */
.header-section {z-index: 999;}
.cd-auto-hide-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  will-change: transform;
  transform: translateZ(0);
  transition: transform .5s;
  -webkit-transform: translateZ(0);
  transition: -webkit-transform .5s;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header.is-hidden {
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}



/* header-top - start
================================================== */
.header-top {
  height: 40px;
  color: #151515;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0px;
  background-color: #ffc107;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(21,21,21,0.1);
}

.header-top .criptofy-user-area li {
  padding: 0px 15px;
  display: inline-block;
  border-right: 1px solid rgba(21,21,21,0.1);
}
.header-top .criptofy-user-area li:last-child {
  padding-right: 0px;
  border-right: none;
}
.header-top .criptofy-user-area li>a {color: #151515;}
.header-top .criptofy-user-area li i {
  color: #151515;
  font-size: 16px;
  margin-right: 5px;
}


.header-top .criptofy-user-area li.language-select {font-size: 14px;}
.header-top .criptofy-user-area li.language-select .mdb-select {
  border: none;
  outline: none;
  color: #151515;
  text-align: center;
  background: #ffc107;
  text-transform: uppercase;
}
.header-top .criptofy-user-area li.language-select select {-webkit-appearance: none;}
/* header-top - end
================================================== */



/* header-middle - start
================================================== */
.header-middle {
  height: 100px;
  padding: 16px 0px;
  position: relative;
  background-color: #ffc107;
}
.header-middle .contact-info li {
  float: left;
  width: 33.333%;
  padding: 9px 15px;
  display: inline-block;
}
.header-middle .contact-info li .content {
  display: table;
  padding: 5px 0px;
}
.header-middle .contact-info li h4 {
  font-size: 14px;
  font-weight: 400;
}
.header-middle .contact-info li .icon {
  z-index: 1;
  float: left;
  width: 50px;
  height: 50px;
  color: #ffc107;
  font-size: 24px;
  line-height: 50px;
  margin-right: 20px;
  position: relative;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
}
.header-middle .contact-info li .icon:before {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: '';
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
/* header-middle - end
================================================== */



/* header-bottom - start
================================================== */
.header-bottom {background-color: #151515;}

/* mainmenu - start
------------------------------ */
.header-bottom .mainmenu {position: relative;}
.header-bottom .mainmenu>ul>li {
  width: 10%;
  float: left;
  height: 60px;
  position: relative;
  display: inline-block;
  border-right: 1px dashed rgba(255,255,255,0.1);
}
.header-bottom .mainmenu>ul>li:last-child {border-right: none;}
.header-bottom .mainmenu>ul>li>a,
.header-bottom .mainmenu>ul>li>button {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

.header-bottom .mainmenu>ul>li.cart-counter span {
  top: -13px;
  right: 15px;
  height: 26px;
  color: #ffffff;
  min-width: 26px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #151515;
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 1);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 193, 7, 1);
}

.header-bottom .mainmenu>ul>li:hover>a,
.header-bottom .mainmenu>ul>li.active>a,
.header-bottom .mainmenu>ul>li:hover>button {color: #ffc107;}
/* mainmenu - end
------------------------------ */
/* header-bottom - end
================================================== */
.pulse {position: relative;}
.pulse:after {
  top: 50%;
  left: 50%;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5), 0 0 0 0 rgba(255, 193, 7, 0.3);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 12px transparent, 0 0 0 24px rgba(255, 193, 7, 0);
  }
}





/* dropdown menu - start
-------------------------------------------------- */
.dropdown-menu-list {
  left: 0;
  top: 60px;
  opacity: 0;
  height: auto;
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  background-color: #151515;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.dropdown-menu-list li {
  height: 40px;
  padding: 0px 30px;
  line-height: 40px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dropdown-menu-list li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-menu-list li a i {margin-right: 5px;}
.dropdown-menu-list li:last-child {border-bottom: none;}
.dropdown-menu-list li:hover a,
.dropdown-menu-list li.active a {color: #ffc107;}

.dropdown-btn:hover .dropdown-menu-list {
  opacity: 1;
  visibility: visible;
}
/* dropdown menu - end
-------------------------------------------------- */



/* search - start
-------------------------------------------------- */
.search-body {
  top: 60px;
  right: 0px;
  opacity: 0;
  width: 300px;
  height: auto;
  z-index: 999;
  padding: 10px;
  position: absolute;
  visibility: hidden;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
}
.search-body .search-form form {
  width: 100%;
  height: auto;
  position: relative;
}
.search-body .search-form .search-close {
  top: 1px;
  right: 1px;
  bottom: 1px;
  cursor: pointer;
  padding: 0px 15px;
  position: absolute;
  background-color: #ffffff;
}
.search-body input.search-input {margin: 0;}
.search-open {
  opacity: 1;
  visibility: visible;
}
/* search - end
-------------------------------------------------- */



/* cart-sidebar - start
-------------------------------------------------- */
.cart-wrapper {
  top: 0;
  right: -350px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  min-width: 300px;
  max-width: 300px;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: -5px 0 15px rgba(0,0,0,.3);
  -moz-box-shadow: -5px 0 15px rgba(0,0,0,.3);
  -ms-box-shadow: -5px 0 15px rgba(0,0,0,.3);
  -o-box-shadow: -5px 0 15px rgba(0,0,0,.3);
  box-shadow: -5px 0 15px rgba(0,0,0,.3);
}
.cart-wrapper.active {right: 0px;}
.cart-overlay {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9998;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}

#cart-dismiss {
  top: 10px;
  width: 40px;
  right: 10px;
  height: 40px;
  color: #151515;
  font-size: 24px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background-color: #ffc107;
}
.cart-sidebar {
  width: 100%;
  padding: 30px;
  display: table;
  min-height: 100%;
  padding-top: 80px;
  overflow-y: scroll;
}

.cart-sidebar::-webkit-scrollbar {display: none;}
.cart-sidebar::-webkit-scrollbar-track {display: none;}
.cart-sidebar::-webkit-scrollbar-thumb {display: none;}

.cart-sidebar .cart-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cart-sidebar .cart-content {
  display: table;
  font-size: 14px;
}
.cart-sidebar .total-amount {background-color: #ffffff;}
/* cart-sidebar - end
-------------------------------------------------- */



/* altranative menu - start
================================================== */
.altranative-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  padding: 30px;
  position: fixed;
  background-color: #151515;
}
.alt-menu-btn {
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.alt-menu-btn .hamburger-menu {
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.alt-menu-btn .hamburger-menu:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 30px;
  content: "\f20e";
  line-height: 30px;
  position: absolute;
  font-family: "Ionicons";
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.alt-menu-btn .hamburger-menu.open:before {content: "\f129";}

#menu-container .logo-area {
  height: auto;
  max-width: 110px;
  margin: -8px auto;
  text-align: center;
}
#menu-container .cart-Collapse {
  color: #ffffff;
  font-size: 16px;
}

#menu-container .menu-list {
  top: 88px;
  bottom: 0;
  left: -100%;
  height: 100%;
  width: 350px;
  z-index: 999;
  padding: 30px;
  position: fixed;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #151515;
  padding-bottom: 200px;
}
#menu-container .menu-list .alt-search input[type=search] {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid rgba(255,255,255,0.1);
}


#menu-container .accordion .card {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0px;
}
#menu-container .accordion .card .card-header {padding:0;}
#menu-container .accordion .card .menu-link {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 10px 15px;
  position: relative;
}
#menu-container .accordion .card button.menu-link:after {
  top: 50%;
  right: 15px;
  content: "\f104";
  position: absolute;
  font-family: "Ionicons";
  transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -webkit-transform: rotate(0deg) translateY(-50%);
}
#menu-container .accordion .card.active,
#menu-container .accordion .card .submenu {
  background-color: #000000;
}
#menu-container .accordion .card:hover .menu-link,
#menu-container .accordion .card.active .menu-link {
  color: #ffc107;
  background-color: #000000;
}
#menu-container .accordion .card .submenu {padding: 0px 30px;}
#menu-container .accordion .card .submenu li {padding: 5px 0px;}
#menu-container .accordion .card .submenu li:hover,
#menu-container .accordion .card .submenu li.active a {color: #ffc107;}
/* altranative menu - end
================================================== */
/* - 3 - Header Section - end
==================================================================================================== */





/* - 4 - Footer Section - start
==================================================================================================== */

/* - 0.1 - footer-top - start
================================================== */
.footer-section .brand-logo {
  width: 100%;
  height: 150px;
  text-align: center;
  line-height: 150px;
  margin-bottom: 30px;
  background-color: #151515;
}

/* useful-links - start
-------------------------------------------------- */
.footer-section .useful-links li {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.footer-section .useful-links li:last-child {margin-bottom: 0px;}
.footer-section .useful-links li a {
  color: #ffffff;
  position: relative;
}
.footer-section .useful-links li a i {
  left: 0;
  top: 50%;
  opacity: 0;
  color: #666666;
  position: absolute;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer-section .useful-links li a:hover {
  color: #ffc107;
  padding-left: 18px;
}
.footer-section .useful-links li a:hover i {
  opacity: 1;
  color: #ffc107;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* useful-links - end
-------------------------------------------------- */


/* recent-post - start
-------------------------------------------------- */
.footer-section .recent-post li {
  width: 100%;
  display: table;
  margin-bottom: 5px;
}
.footer-section .recent-post li:last-child {margin-bottom: 0px;}
.footer-section .recent-post li .img {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
}
.footer-section .recent-post li .contant {display: table;}
.footer-section .recent-post li .contant a {
  color: #ffffff;
  font-size: 14px;
}
.footer-section .recent-post li:hover .contant a {color: #ffc107;}
/* recent-post - end
-------------------------------------------------- */


/* contact-info - start
-------------------------------------------------- */
.footer-section .contact-info li {
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-section .contact-info li:last-child {margin-bottom: 0px;}
.footer-section .contact-info li i {
  color: #ffc107;
  font-size: 18px;
  margin-right: 10px;
}


.footer-section .social-list li {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.footer-section .social-list li:last-child {margin-right: 0px;}
.footer-section .social-list li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffc107;
  line-height: 40px;
  border: 1px solid #151515;
  background-color: #151515;
}
.footer-section .social-list li:hover a {border-color: #ffc107;}
/* content-info - end
-------------------------------------------------- */
/* - 0.1 - footer-top - end
================================================== */



/* - 0.2 - footer-bottom - start
================================================== */
.footer-bottom {
  padding: 15px 0px;
  background-color: #151515;
}
.footer-bottom .social .social-link {margin-right: 20px;}
.footer-bottom .social .social-link:last-child {margin-right: 0px;}
.footer-bottom .social .social-link a {
  color: #666666;
  font-size: 24px;
}
.footer-bottom .social .social-link a:hover {color: #ffc107;}

.footer-bottom .language-select {
  float: right;
  padding: 0px;
  border: none;
  line-height: 1;
  color: #666666;
  margin-top: -7px;
  padding: 0px 30px;
  border-radius: 3px;
  background: transparent;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border: none;
  box-shadow: none;
}
/* - 0.2 - footer-bottom - end
================================================== */
/* - 4 - Footer Section - end
==================================================================================================== */





/* - 5 - Breadcrumb Section - start
==================================================================================================== */
.breadcrumb-section {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumb-section .overlay-black {padding: 80px 0px;}
.breadcrumb-section .page-title {
  color: #ffc107;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #151515;
}


.breadcrumb-list {
  padding: 30px 0px;
  background-color: #f7f7f7;
}
.breadcrumb-list ul {
  display: table;
  margin: 0 auto;
  padding: 0px 30px;
}
.breadcrumb-list ul .breadcrumb-item {
  margin-right: 30px;
  position: relative;
  display: inline-block;
}
.breadcrumb-list ul .breadcrumb-item:last-child {margin-right: 0px;}

.breadcrumb-list ul .breadcrumb-item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px 20px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
}
.breadcrumb-list ul .breadcrumb-item.active {
  padding: 5px 20px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
}
.breadcrumb-list ul .breadcrumb-item:hover a,
.breadcrumb-list ul .breadcrumb-item.active {
  color: #ffc107;
  border-color: #ffc107;
}

.breadcrumb-list .breadcrumb-item+.breadcrumb-item::before {
  top: 50%;
  margin: 0;
  padding: 0;
  content: '';
  left: -32px;
  width: 33px;
  height: 1px;
  position: absolute;
  background-color: #ffc107;
}
.breadcrumb-list .breadcrumb-item+.breadcrumb-item::after {
  top: 50%;
  left: -8px;
  width: 16px;
  height: 16px;
  color: #151515;
  font-size: 10px;
  content: "\f10a";
  padding: 0px 6px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  font-family: "Ionicons";
  border: 1px solid #ffc107;
  background-color: #ffffff;
}

.breadcrumb-list .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-list .breadcrumb-item+.breadcrumb-item::after {
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* - 5 - Breadcrumb Section - end
==================================================================================================== */





/* - 6 - Sidebar section - start
==================================================================================================== */
.sidebar-title {
  color: #151515;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
}
.sidebar-title:before {
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  bottom: -5px;
  position: absolute;
  background-color: #ffc107;
}



/* service-menu - start
================================================== */
.sidebar-section .service-menu li {
  margin-bottom: 5px;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.sidebar-section .service-menu li:last-child {margin-bottom: 0px;}
.sidebar-section .service-menu li a {
  width: 100%;
  height: 100%;
  color: #151515;
  display: block;
  padding: 15px 40px;
  position: relative;
  font-family: 'Oxygen', sans-serif;
}
.sidebar-section .service-menu li a:before {
  top: 50%;
  left: 20px;
  content: "\f10a";
  position: absolute;
  font-family: "Ionicons";
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.sidebar-section .service-menu li:hover,
.sidebar-section .service-menu li.active {
  border-color: #ffc107;
  background-color: #ffc107;
}
.sidebar-section .service-menu li:hover a,
.sidebar-section .service-menu li.active a {
  color: #ffffff;
}
.sidebar-section .service-menu li.active a:before {left: 85%;}
/* service-menu - end
================================================== */



.sidebar-section .tag-list,
.sidebar-section .comment-list,
.sidebar-section .archive-list,
.sidebar-section .category-list,
.sidebar-section .resource-list {
  padding: 30px;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
}



/* resources & archive - start
================================================== */
.sidebar-section .resource-list li {margin-bottom: 5px;}
.sidebar-section .archive-list li {margin-bottom: 5px;}

.sidebar-section .resource-list li:last-child {margin-bottom: 0px;}
.sidebar-section .archive-list li:last-child {margin-bottom: 0px;}

.sidebar-section .resource-list li a i {margin-right: 5px;}
.sidebar-section .archive-list li a i {margin-right: 5px;}
/* resources & archive - end
================================================== */



/* support service - start
================================================== */
.sidebar-section .support-service {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sidebar-section .support-service .overlay-black {padding: 30px;}
/* support service - end
================================================== */



/* comment list - start
================================================== */
.sidebar-section .comment-list li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-section .comment-list li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
/* comment list - end
================================================== */



/* search form - start
================================================== */
.sidebar-section .search-form {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
}
.sidebar-section .search-form>form {
  width: 100%;
  height: 50px;
  position: relative;
}
.sidebar-section .search-form>form>button {
  top: 5px;
  right: 5px;
  bottom: 5px;
  color: #ffffff;
  padding: 0px 15px;
  position: absolute;
  background-color: #ffc107;
}
/* search form - end
================================================== */



/* category list - start
================================================== */
.sidebar-section .category-list li {margin-bottom: 5px;}
.sidebar-section .category-list li:last-child {margin-bottom: 0px;}
.sidebar-section .category-list li a {
  width: 100%;
  display: block;
  padding: 5px 15px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
}
.sidebar-section .category-list li a .badge {font-size: 16px;}
.badge {
  color: #ffffff;
  box-shadow: none;
  background-color: #ffc107;
}
/* category list - end
================================================== */



/* recent-post - start
================================================== */
.sidebar-section .recent-post li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-section .recent-post li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.sidebar-section .recent-post li .img {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  text-align: center;
  margin-right: 15px;
}
.sidebar-section .recent-post li .contant {display: table;}
.sidebar-section .recent-post li .contant a {
  color: #151515;
  font-size: 16px;
}
.sidebar-section .recent-post li:hover .contant a {color: #ffc107;}
/* recent-post - end
================================================== */



/* tag-list - start
================================================== */
.sidebar-section .tag-list ul {
  width: 100%;
  display: table;
  padding: 0px 5px;
  margin: 0px -10px;
}
.sidebar-section .tag-list li {
  float: left;
  padding: 5px;
  display: inline-block;
}
.sidebar-section .tag-list li a {
  padding: 5px 15px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
/* tag-list - end
================================================== */
/* - 6 - Sidebar section - end
==================================================================================================== */





/* - 7 - Home Page - start
==================================================================================================== */
/* - 7.1 - slider-section - start
================================================== */
.slider-section {overflow-x: hidden;}

.slider-section .slick-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider-section .overlay-black {
  padding: 150px 0px;
  position: relative;
}
.slider-section .slider-number {
  right: 118px;
  bottom: 75px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
}
.slider-section .slider-contant h1 {
  color: #ffffff;
  font-size: 54px;
}
.slider-section .slider-contant .slider-desc {
  max-width: 630px;
  margin: 0 auto 30px;
}



/* slick-dots - start
------------------------------ */
.slick-arrow {
  top: 40%;
  z-index: 1;
  width: 50px;
  height: 80px;
  color: #ffffff;
  position: absolute;
  background: rgba(255,255,255,0.1);
}
.slick-prev {
  left: -50px;
  transform: scale(.8);
  -o-transform: scale(.8);
  -ms-transform: scale(.8);
  -moz-transform: scale(.8);
  -webkit-transform: scale(.8);
}
.slick-next {
  right: -50px;
  transform: scale(.8);
  -o-transform: scale(.8);
  -ms-transform: scale(.8);
  -moz-transform: scale(.8);
  -webkit-transform: scale(.8);
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  color: #ffffff;
  font-size: 30px;
  line-height: 80px;
  font-family: "Ionicons";
}
.slick-prev::before {content: "\f3d5";}
.slick-next::before {content: "\f3d6";}

.slick-arrow:hover {background: #ffc107;}
.slick-prev:hover:before,
.slick-next:hover:before {color: #151515;}

.slider-section:hover .slick-prev {
  left: 0px;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.slider-section:hover .slick-next {
  right: 0px;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}



.slick-dotted.slick-slider {margin-bottom: 0px;}
.slick-dots {
  width: auto;
  right: 114px;
  bottom: 50px;
  position: absolute;
  display: inline-block;
}
.slick-dots li {
  margin: 5px;
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0px;
  display: block;
  background: #ffc107;
  border: 1px solid #ffc107;
}
.slick-dots li.slick-active button {
  background: transparent;
  transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.slick-dots li button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  content: '';
  width: 100%;
  height: 100%;
  color: #ffc107;
  font-size: 14px;
  line-height: 0px;
}
/* slick-dots - end
------------------------------ */
/* - 7.1 - slider-section - end
================================================== */



/* - 7.2 - service-section - start
================================================== */
.service-section .service {
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.service-section .service .icon {
  width: 80px;
  height: 80px;
  color: #ffc107;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto 30px;
  background-color: #f7f7f7;
}
.service-section .service a {
  color: #151515;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Oxygen', sans-serif;
}
.service-section .service:hover {
  margin-top: -15px;
  border-color: #ffc107;
}
.service-section .service a:hover {color: #ffc107;}
/* - 7.2 - service-section - end
================================================== */



/* - 7.3 - counttimer-section - start
================================================== */
.counttimer-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.counttimer-section .countdown {margin-bottom: 100px;}
.counttimer-section .countdown li {
  width: 23%;
  float: left;
  height: auto;
  padding: 30px;
  margin-right: 30px;
  text-align: center;
  display: inline-block;
  background-color: #ffc107;
}
.counttimer-section .countdown li:last-child {margin-right: 0px;}
.counttimer-section .countdown .number {
  color: #151515;
  font-size: 66px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Oxygen', sans-serif;
}
.counttimer-section .countdown span {
  display: block;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.counttimer-section .countdown span:before {
  left: 0;
  right: 0;
  top: -20px;
  width: 50px;
  content: '';
  height: 3px;
  margin: 0 auto;
  position: absolute;
  background: #ffffff;
  border-radius: 45px;
}
.counttimer-section .total-token h3.title-xlarge {font-size: 48px;}
/* - 7.3 - counttimer-section - end
================================================== */



/* - 7.4 - howitwork-section - start
================================================== */
.howitwork-section .process-area li.process {
  width: 30%;
  float: left;
  padding: 40px 30px;
  margin-right: 58px;
  text-align: center;
  position: relative;
  display: inline-block;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}
.howitwork-section .process-area li.process:last-child {margin-right: 0px;}

.howitwork-section .process-area li.process .icon {
  width: 80px;
  height: 80px;
  color: #ffc107;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto 30px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
}
.howitwork-section .process-area li.process a {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Oxygen', sans-serif;
}
.howitwork-section .process-area li.process:hover {border-color: #ffc107;}
.howitwork-section .process-area li.process a:hover {color: #ffc107;}


.howitwork-section .process-area li.process .dot {
  top: 30px;
  z-index: 1;
  height: 1px;
  width: 120px;
  right: -90px;
  position: absolute;
  background-color: #ffc107;
}
.howitwork-section .process-area li.process .dot:after,
.howitwork-section .process-area li.process .dot:before {
  top: -11px;
  width: 22px;
  height: 22px;
  content: '';
  color: #151515;
  line-height: 20px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  font-family: "Ionicons";
  border: 1px solid #ffc107;
  background-color: #ffffff;
}
.howitwork-section .process-area li.process .dot:before {left: -11px;}
.howitwork-section .process-area li.process .dot:after {
  right: -11px;
  content: "\f10b";
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.howitwork-section .process-area li.process:last-child .dot {display: none;}
/* - 7.4 - howitwork-section - end
================================================== */



/* - 7.5 - funfact-section - start
================================================== */
.funfact-section .funfact-counter li {
  width: 25%;
  float: left;
  padding: 15px;
  text-align: center;
  display: inline-block;
}
.funfact-section .funfact-counter li .count {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.funfact-section .funfact-counter li .count:after {
  left: 0;
  right: 0;
  width: 50px;
  content: '';
  height: 3px;
  bottom: 0px;
  margin: 0 auto;
  position: absolute;
  background: #ffc107;
  border-radius: 45px;
}
.funfact-section .funfact-counter li span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Oxygen', sans-serif;
}
/* - 7.5 - funfact-section - end
================================================== */




/* - 7.6 - calculator-section - start
================================================== */
.calculator-section .equal,
.calculator-section .currencyvalue1,
.calculator-section .currencyvalue2,
.calculator-section .currency-switcher {
  width: 20%;
  float: left;
  height: 50px;
  color: #151515;
  padding: 0px 20px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  border-color: #f0f0f0;
  background-color: #f7f7f7;
}
.calculator-section .currency-switcher {margin-right: 0px;}
.calculator-section .equal {
  line-height: 50px;
  background-color: #ffffff;
}
/* - 7.6 - calculator-section - end
================================================== */




/* - 7.7 - chart-section - start
================================================== */
#chartdiv{
  width: 100%;
  height: 500px;
}

.amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-animation: am-moving-dashes 1s linear infinite;
  animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}


.lastBullet {
  -webkit-animation: am-pulsating 1s ease-out infinite;
  animation: am-pulsating 1s ease-out infinite;
}
@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}

.amcharts-graph-column-front {
  -webkit-transition: all .3s .3s ease-out;
  transition: all .3s .3s ease-out;
}
.amcharts-graph-column-front:hover {
  stroke: #ffc107;
  fill: rgba(255, 193, 7, 0.5);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.amcharts-graph-g3 {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 500%;
  stroke-dasharray: 0 /;    /* fixes IE prob */
  stroke-dashoffset: 0 /;   /* fixes IE prob */
  -webkit-animation: am-draw 40s;
  animation: am-draw 40s;
}
@-webkit-keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }
    100% {
        stroke-dashoffset: 0%;
    }
}
@keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }
    100% {
        stroke-dashoffset: 0%;
    }
}
/* OVERWRITE OUR MAIN STYLE */
.demo-flipper-front.demo-panel-white {
  background-color: #161616;
}
/* - 7.7 - chart-section - end
================================================== */




/* - 7.8 - criptocurrency-price-section - start
================================================== */
.criptocurrency-price-section .pricing-table {
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.criptocurrency-price-section .table {
  margin: 0px;
  text-align: center;
}
.criptocurrency-price-section .table-head {
  border: none;
  color: #ffc107;
  font-weight: 700;
  margin-bottom: 5px;
  background-color: #151515;
}
.criptocurrency-price-section .table td,
.criptocurrency-price-section .table th,
.criptocurrency-price-section .table thead th {border: none;}
/* - 7.8 - criptocurrency-price-section - end
================================================== */




/* - 7.9 - Team Section - start
================================================== */
.team-section .team-member {
  width: 100%;
  height: 340px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}

.team-section .member-img {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.team-section .team-member:hover .plus-effect {opacity: 1;}
.team-section .member-name {margin-bottom: 50px;}
.team-section .member-social li {
  width: 40px;
  float: left;
  height: 40px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.team-section .member-social li:last-child {margin-right: 0px;}
.team-section .member-social li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #151515;
  line-height: 40px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.team-section .member-social li:hover a {
  border-color: #ffc107;
  background-color: #ffc107;
}
.team-section .member-contant {
  width: 50%;
  float: right;
  padding: 30px;
}
/* - 7.9 - Team Section - end
================================================== */




/* - 7.10 - Requestform-section - start
================================================== */
.Requestform-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.Requestform-section .Requestform-contant {
  position: relative;
}
.input-item {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 30px;
}

.input-item label {
  top: 1px;
  margin: 0;
  right: 1px;
  bottom: 1px;
  font-size: 18px;
  padding: 0px 20px;
  line-height: 48px;
  position: absolute;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.Request-form button.custom-btn {
  width: 100%;
  display: block;
}

.Requestform-section .peep-man-img {
  right: 0;
  bottom: 0;
  width: 30%;
  top: -102px;
  height: auto;
  text-align: center;
  position: absolute;
}
/* - 7.10 - Requestform-section - end
================================================== */





/* - 7.11 - blog-section - start
================================================== */
.blog-section .blog-item {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-section .blog-item .blog-img {
  overflow: hidden;
  position: relative;
}
.blog-section .blog-item .blog-contant {padding: 30px;}
.blog-section .blog-item .post-date {
  top: 0px;
  left: 0px;
  z-index: 1;
  color: #151515;
  font-size: 14px;
  padding: 10px 20px;
  position: absolute;
  background-color: #ffc107;
}
.blog-section .blog-item:hover {border-color: #ffc107;}
.blog-section .blog-item:hover .blog-img .plus-effect {opacity: 1;}
/* - 7.11 - blog-section - end
================================================== */




/* - 7.12 - newsletter-section - start
================================================== */
.newsletter-section {
  padding: 50px 0px;
  background-color: #ffc107;
}
.newsletter-section .newsletter-form button {
  top: 3px;
  right: 3px;
  bottom: 3px;
  color: #ffc107;
  padding: 0px 20px;
  text-align: center;
  position: absolute;
  background-color: #151515;
  text-transform: capitalize;
}
.newsletter-section .newsletter-form {padding: 32px 0px;}
.newsletter-section .newsletter-form .input-item,
.newsletter-section .newsletter-form .input-item input[type=email] {margin: 0;}
/* - 7.12 - newsletter-section - end
================================================== */
/* - 7 - Home Page - end
==================================================================================================== */





/* - 8 - About Page - start
==================================================================================================== */
.about-section .content .list-area li {margin-bottom: 5px;}
.about-section .content .list-area li:last-child {margin-bottom: 0px;}
.about-section .content .list-area li i {margin-right: 15px;}
.about-section .content .custom-btn {margin-right: 15px;}
/* - 8 - About Page - end
==================================================================================================== */





/* - 9 - Service Page - start
==================================================================================================== */
.service-section .servicev2 {background-color: #f0f0f0;}
.service-section .servicev2 .img {
  overflow: hidden;
  position: relative;
}
.service-section .servicev2:hover .img .plus-effect {opacity: 1;}
.service-section .servicev2 .contant {padding: 25px;}

.service-section .servicev2 .service-title {padding: 10px 0px;}
.service-section .servicev2 .service-title span {
  width: 42px;
  float: left;
  height: 42px;
  color: #151515;
  font-size: 24px;
  margin: -10px 0px;
  line-height: 42px;
  margin-right: 15px;
  text-align: center;
  background-color: #ffc107;
}
/* - 9 - Service Page - end
==================================================================================================== */





/* - 10 - Service Details Page - start
==================================================================================================== */
.service-details .servicev2 {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.service-details .servicev2 .service-title a {
  color: #151515;
  font-family: 'Oxygen', sans-serif;
}
.service-details .servicev2:hover .service-title a {color: #ffc107;}
/* - 10 - Service Details Page - end
==================================================================================================== */





/* - 11 - Team Details Page - start
==================================================================================================== */
/* - 11.1 - team details section - start
================================================== */
.team-details-section .team-sidebar {
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
}
.team-details-section .team-sidebar .member-content {padding: 30px;}
.team-details-section .team-sidebar .member-social {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.team-details-section .team-sidebar .member-social li {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
}
.team-details-section .team-sidebar .member-social li:last-child {margin-right: 0px;}
.team-details-section .team-sidebar .member-social li a {
  width: 100%;
  height: 100%;
  color: #151515;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.team-details-section .team-sidebar .member-social li:hover a {
  color: #ffc107;
  background-color: #ffffff;
  border: 1px solid #ffc107;
}


.team-details-section .personal-details li {
  width: 100%;
  display: block;
}
.team-details-section .personal-details li strong {
  color: #151515;
  min-width: 100px;
}
/* - 11.1 - team details section - end
================================================== */



/* - 11.2 - about team section - start
================================================== */
/* team-testimonial - start
------------------------------ */
.team-testimonial .item {padding-top: 40px;}
.team-testimonial .testimonial-content {position: relative;}
.team-testimonial .testimonial-content .discription {
  padding: 30px;
  padding-top: 60px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.team-testimonial .testimonial-content .discription:after {
  left: 30px;
  content: '';
  width: 30px;
  height: 30px;
  bottom: -15px;
  position: absolute;
  background-color: #ffffff;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.team-testimonial .item .image {
  top: -40px;
  z-index: 1;
  right: 30px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  background-color: #ffc107;
  border: 3px solid #ffc107;
}
.team-testimonial .item .testimonial-author {padding: 30px;}
.rateing-start li {display: inline-block;}
.rated {color: #ffc107;}


.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  border-radius: 0px;
  background: #ffc107;
  border: 1px solid #ffc107;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  border-color: #ffc107;
  transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
/* team-testimonial - end
------------------------------ */



/* myskill - start
------------------------------ */
.about-team-section .myskill .single-experties {
  width: 100%;
  display: table;
  margin-bottom: 25px;
}
.about-team-section .myskill .skilled-tittle {
  width: 100%;
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.about-team-section .myskill .progress {
  margin: 0px;
  width: 100%;
  height: 15px;
  border-radius: 0px;
  border: 1px solid #ffc107;
  background-color: #ffffff;
}
.about-team-section .myskill .progress-bar {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffc107;
}
.about-team-section .myskill .progress-bar > span {
  top: 50%;
  right: 5px;
  color: #151515;
  font-weight: 700;
  position: absolute;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@keyframes Rx-width-95 {
 0% {
  width: 0%;
 }

 100% {
  width: 95%;
 }
}
@-webkit-keyframes Rx-width-90 {
 0% {
  width: 0%;
 }

 100% {
  width: 90%;
 }
}

@-webkit-keyframes Rx-width-95 {
 0% {
  width: 0%;
 }

 100% {
  width: 95%;
 }
}

@-webkit-keyframes Rx-width-80 {
 0% {
  width: 0%;
 }

 100% {
  width: 80%;
 }
}

@-webkit-keyframes Rx-width-85 {
 0% {
  width: 0%;
 }

 100% {
  width: 85%;
 }
}

.Rx-width-95 {
  -webkit-animation-name: Rx-width-95;
  -o-animation-name: Rx-width-95;
  animation-name: Rx-width-95;
  animation-fill-mode: forwards;
}

.Rx-width-90 { 
  -webkit-animation-name: Rx-width-90;
  -o-animation-name: Rx-width-90;
  animation-name: Rx-width-90;
  animation-fill-mode: forwards;
}

.Rx-width-95 {
  -webkit-animation-name: Rx-width-95;
  -o-animation-name: Rx-width-95;
  animation-name: Rx-width-95;
  animation-fill-mode: forwards;
}

.Rx-width-80 {
  -webkit-animation-name: Rx-width-80;
  -o-animation-name: Rx-width-80;
  animation-name: Rx-width-80;
  animation-fill-mode: forwards;
}

.Rx-width-85 {
  -webkit-animation-name: Rx-width-85;
  -o-animation-name: Rx-width-85;
  animation-name: Rx-width-85;
  animation-fill-mode: forwards;
}
/* myskill - end
------------------------------ */
/* - 11.2 - about team section - end
================================================== */



/* - 11.3 - team contact section - start
================================================== */
.team-contact-section .basic-contact-info li {
  width: 100%;
  padding: 30px;
  display: block;
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.team-contact-section .basic-contact-info li:last-child {margin-bottom: 0px;}
.team-contact-section .basic-contact-info li .icon {
  top: 50%;
  left: 30px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  line-height: 56px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background-color: #ffc107;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* - 11.3 - team contact section - end
================================================== */
/* - 11 - Team Details Page - end
==================================================================================================== */





/* - 12 - Blog Details Page - start
==================================================================================================== */
.pagination {margin-top: 70px;}
.pagination ul {
  width: 100%;
  display: table;
  text-align: center;
}
.pagination ul .page-item {
  float: none;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  display: inline-block;
}
.pagination ul .page-item:last-child {margin-right: 0px;}
.pagination ul .page-item .page-link {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #151515;
  display: block;
  font-size: 18px;
  padding: 0px 15px;
  line-height: 40px;
  border: 1px solid #f0f0f0;
}
.pagination ul .page-item.active .page-link,
.pagination ul .page-item:hover .page-link {
  color: #ffffff;
  border-color: #ffc107;
  background-color: #ffc107;
}



/* blockquote - start
-------------------------------------------------- */
.blog-section .blog-details .blockquote {
  margin: 50px 0px;
  padding: 30px 60px;
  border-left: 5px solid #ffc107;
}
.blog-section .blog-details .blockquote p {
  padding: 0px;
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
}
/* blockquote - end
-------------------------------------------------- */



/* share links - start
-------------------------------------------------- */
.blog-section .blog-details .share-links {
  padding: 15px 30px;
  margin-bottom: 100px;
  background-color: #f7f7f7;
}
.blog-section .blog-details .share-links .Share-icon span {
  width: 35px;
  height: 35px;
  color: #151515;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
  background-color: #ffc107;
}
.blog-section .blog-details .share-links ul li {
  float: left;
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 5px;
  display: inline-block;
}
.blog-section .blog-details .share-links ul li:last-child {margin-right: 0px;}
.blog-section .blog-details .share-links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #151515;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.blog-section .blog-details .share-links ul li:hover a {
  color: #ffc107;
  border-color: #ffc107;
}
/* share links - end
-------------------------------------------------- */



/* comment-box - start
================================================== */
.comment-box {border: 1px solid #f0f0f0;}
.comment-box .comment-author {
  width: 100%;
  display: table;
  padding: 10px 0px;
  background-color: #f0f0f0;
}
.comment-box .comment-author .img {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: -10px 0px;
  margin-right: 15px;
}
.comment-box .comment-author .author-name {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oxygen', sans-serif;
}
.comment-box .comment-author .author-name:hover {color: #ffc107;}
.comment-box .comment-author .delete-btn {
  width: 40px;
  height: 40px;
  color: #151515;
  margin: -5px 0px;
  margin-right: 5px;
  line-height: 40px;
  background-color: #f7f7f7;
}
.comment-box .comment-author .delete-btn:hover {
  border-color: #ffc107;
  background-color: #ffc107;
}
.comment-box .comment {
  font-size: 14px;
  padding: 15px 30px;
}
.comment-box .post-mate {padding: 0px 0px 15px 30px;}
/* comment-box - end
================================================== */
/* - 12 - Blog Details Page - end
==================================================================================================== */





/* - 13 - Shop Page - start
==================================================================================================== */
.shop-section .item-sorting {
  padding: 20px 25px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}
.shop-section .item-sorting .sorting-form {margin: -7px 0px;}
.shop-section .item-sorting .mdb-select {
  padding: 10px 15px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}



/* shop item - start
================================================== */
.shop-section .shop-item {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}

/* item brand - start
------------------------------ */
.shop-section .shop-item .item-brand {
  top: 30px;
  left: 30px;
  z-index: 1;
  width: 50px;
  height: auto;
  position: absolute;
  background-color: #ffc107;
  box-shadow: -5px -5px 0 1px rgba(21,21,21,1);
  -webkit-box-shadow: -5px -5px 0 1px rgba(21,21,21,1);
}
.shop-section .shop-item .item-brand .logo {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px 10px;
  text-align: center;
}
/* item brand - end
------------------------------ */


/* item image - start
------------------------------ */
.shop-section .shop-item .item-image {
  overflow: hidden;
  position: relative;
}
.shop-section .shop-item .item-image .date {
  right: 0;
  bottom: 0;
  color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  background-color: #ffc107;
}
.shop-section .shop-item:hover .plus-effect {opacity: 1;}
/* item image - end
------------------------------ */


/* item contant - start
------------------------------ */
.shop-section .shop-item .item-contant {
  padding: 15px 30px;
  background-color: #f7f7f7;
}
.shop-section .shop-item .item-price {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.shop-section .shop-item .cart-list>ul>li {
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.shop-section .shop-item .cart-list>ul>li:last-child {margin-right: 0px;}
.shop-section .shop-item .cart-list .share-links {
  opacity: 0;
  left: -20px;
  top: -140px;
  width: 40px;
  height: auto;
  visibility: hidden;
  position: absolute;
  padding-bottom: 10px;
}
.shop-section .shop-item .cart-list .share-links:after {
  left: 50%;
  bottom: 0;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: #151515;
  transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -webkit-transform: rotate(45deg) translateX(-50%);
}

.shop-section .shop-item .cart-list .share-links>ul {
  padding: 5px;
  border-radius: 2px;
  padding-bottom: 10px;
  background-color: #151515;
  box-shadow: 0 1px 2px 1px rgba(21,21,21,0.2);
  -webkit-box-shadow: 0 1px 2px 1px rgba(21,21,21,0.2);
}
.shop-section .shop-item .cart-list .share-links>ul>li {
  width: 100%;
  height: 30px;
  text-align: center;
}
.shop-section .shop-item .cart-list .share-links>ul>li>a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffc107;
  line-height: 30px;
}
.shop-section .shop-item .cart-list .share-links>ul>li:hover>a {
  color: #151515;
  background-color: #ffc107;
}
.shop-section .shop-item .cart-list .share-item:hover .share-links {
  opacity: 1;
  visibility: visible;
}
/* item contant - end
------------------------------ */
.shop-items-area .load-more {margin-top: 70px;}
/* shop item - end
================================================== */
/* - 13 - Shop Page - end
==================================================================================================== */





/* - 14 - Product Details Page - start
==================================================================================================== */
.product-details-section .product-tags li {
  float: left;
  position: relative;
  padding-left: 15px;
  margin-right: 15px;
  display: inline-block;
}
.product-details-section .product-tags li:before {
  left: 0;
  top: 50%;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffc107;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.product-details-section .product-info-select select {
  width: 100%;
  border: none;
  height: 50px;
  color: #666666;
  font-size: 16px;
  box-shadow: none;
  line-height: 40px;
  padding: 0px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.product-details-section .product-info-select select,
.product-details-section .product-info-select input[type=number] {background-color: #f7f7f7;}

.product-details-section .product-info-select .cart-btn a {
  width: 100%;
  display: block;
}

.product-details-section .blockquote {
  margin: 50px;
  padding: 50px;
  background-color: #f7f7f7;
  border-left: 5px solid #ffc107;
}
.product-details-section .blockquote p {
  padding: 0px;
  color: #151515;
  font-size: 18px;
  margin-bottom: 30px;
}


.product-details-section .information-list li {
  padding: 15px 30px;
  background-color: #f7f7f7;
  border-bottom: 2px solid #ffffff;
}
.product-details-section .information-list li:last-child {
  border-bottom: none;
}
.product-details-section .information-list li > span {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  min-width: 100px;
}
.product-details-section .review-video {
  overflow: hidden;
  position: relative;
}
.product-details-section .review-video .popup-youtube {
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 100px;
  position: absolute;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}



/* comments-area - start
================================================== */
.comments-area .comment-list {
  width: 100%;
  padding: 30px;
  display: table;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
}
.comments-area .comment-list:last-child {margin-bottom: 0px;}
.comments-area .comment-list .comment-image {
  float: left;
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin-right: 30px;
  text-align: center;
}
.comments-area .comment-list .comment-info {
  display: table;
}
/* comments-area - end
================================================== */



/* comment-form - start
================================================== */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  background-color: #f7f7f7;
}
.comment-form .rateing-start-area {
  height: 50px;
  padding: 12px 20px;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}
.comment-form .rateing-start-area:hover {border-color: #ffc107;}
.comment-form .form-check {
  margin: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: normal;
  display: inline-block;
}
.comment-form .form-check input[type=checkbox] {
  width: 0px;
  height: 0px;
  position: relative;
}
.comment-form .form-check input[type=checkbox]:before {
  top: -7px;
  left: -10px;
  color: #666666;
  font-size: 24px;
  cursor: pointer;
  line-height: 0px;
  content: "\f2fc";
  position: absolute;
  font-family: "Ionicons";
}
.comment-form .form-check input[type=checkbox]:checked:before {
  color: #ffc107;
}
/* comment-form - end
================================================== */
/* - 14 - Product Details Page - end
==================================================================================================== */





/* - 15 - Checkout Page - start
==================================================================================================== */
/* shopping-cart-table - start
================================================== */
.shopping-cart-table .table-head {
  color: #ffc107;
  background-color: #151515;
}
.shopping-cart-table .table-foot {
  color: #151515;
  background-color: #f0f0f0;
}
.shopping-cart-table .table td,
.shopping-cart-table .table th,
.shopping-cart-table .table thead th {
  margin: 0px;
  border: none;
  padding: 15px 30px;
  text-align: center;
  vertical-align: middle;
}
.shopping-cart-table th {
  font-size: 18px;
  font-weight: 700;
  padding: 0px 30px;
}
.shopping-cart-table .table td {border-bottom: 1px solid #f0f0f0;}
.shopping-cart-table td .image {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  text-align: center;
}
.shopping-cart-table td .delate-btn {
  color: #151515;
  font-size: 24px;
}
.shopping-cart-table td .delate-btn:hover {color: #ffc107;}
.shopping-cart-table td form input[type=number] {
  margin: 0px;
  padding: 5px;
  max-width: 100px;
  text-align: center;
  background-color: #f7f7f7;
}
/* shopping-cart-table - end
================================================== */



/* billing-section - start
================================================== */
.billing-section .rightsidebar {
  padding: 30px;
  background-color: #151515;
}

.billing-section .rightsidebar .order-summary li {
  color: #ffffff;
  padding: 0px 15px;
  margin-bottom: 10px;
}
.billing-section .rightsidebar .order-summary li:last-child {margin-bottom: 0px;}


.billing-section .rightsidebar .payment-mathod .form-group {
  margin: 0px;
  padding: 5px 15px;
}
.billing-section .rightsidebar .payment-mathod .form-group label {
  margin: 0px;
  cursor: pointer;
}
.billing-section .rightsidebar .payment-mathod .form-group input[type=checkbox] {
  cursor: pointer;
  position: relative;
}
.billing-section .rightsidebar .payment-mathod .form-group input[type=checkbox]:after,
.billing-section .rightsidebar .payment-mathod .form-group input[type=checkbox]:before {
  content: '';
  position: absolute;
}
.billing-section .rightsidebar .payment-mathod .form-group input[type=checkbox]:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #ffc107;
}
.billing-section .rightsidebar .payment-mathod .form-group input[type=checkbox]:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #151515;
}
.billing-section .rightsidebar .payment-mathod .form-group input[type=checkbox]:focus:after {background-color: #ffc107;}
.billing-section .rightsidebar .payment-mathod .form-group label {
  color: #ffffff;
  font-weight: 700;
  margin-left: 15px;
}
/* billing-section - end
================================================== */
/* - 15 - Checkout Page - end
==================================================================================================== */





/* - 16 - contact Page - start
==================================================================================================== */
/* basic info - start
================================================== */
.contact-section .basic-info li {
  width: 100%;
  padding: 30px;
  display: table;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
}
.contact-section .basic-info li .icon {
  float: left;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  margin-right: 30px;
  text-align: center;
  background-color: #ffc107;
}
.contact-section .basic-info li .content {
  display: table;
}
/* basic info - end
================================================== */



/* google map - start
================================================== */
#google-map {
  width: 100%;
  height: 400px;
}
/* google map - end
================================================== */
/* - 16 - contact Page - end
==================================================================================================== */





/* - 17 - Error Page - start
==================================================================================================== */
.error-section .error-content h2 {font-size: 162px;}
.error-section .error-content h2>span {
  width: 150px;
  height: auto;
  overflow: hidden;
  text-align: center;
  border-radius: 100%;
}
.error-section .error-content h2>span img {
  height: auto;
  display: block;
  max-width: 100%;
}
/* Error V2 - start
================================================== */
.error-section .error-img {padding-top: 90px;}
/* Error V2 - end
================================================== */
/* - 17 - Error Page - end
==================================================================================================== */





/* - 18 - Register Page - start
==================================================================================================== */
.register-section .login-form .custom-btn,
.register-section .signup-form .custom-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.register-section .signup-form {
  padding: 30px;
  margin-top: 100px;
  background-color: #151515;
}
/* - 18 - Register Page - end
==================================================================================================== */