/* ------------------------------------------------
  Project:   Consultect - Consulting Finance Accounting HTML5 Template
  Author:    Creahtheme
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner
  7. About
  8. Countdown
  9. Terms and Conditions
  10. Privacy Policy
  11. Contact
  12. Video
  13. Side Background
  14. Popup
  15. Error
  16. Working Hours
  17. List Icon
  18. Shop Page


/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #3f3f3e;
  overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 80px;
  font-style: normal;
  line-height: 90px;
  font-weight: 700;
  text-transform: capitalize;
  color: #232629;
}

h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
  font-weight: 700;
  color: #232629;
  text-transform: capitalize;
  margin-bottom: 10px;
  position: relative;
}

h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 30px;
  color: #232629;
}

h5 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 26px;
  color: #232629;
}

h6 {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
  color: #232629;
}

ul {
  margin: 0px;
  padding: 0px;
}

u {
  text-decoration-style: wavy;
}

/* ------------------------
    Helper class
------------------------*/
p {
  line-height: 1.7;
}

.lead {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

.z-index-0 {
  z-index: 0;
  position: relative;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

section {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 50px;
}

.section-title p {
  font-size: 16px;
}

.font-w-3 {
  font-weight: 300;
}

.font-w-4 {
  font-weight: 400;
}

.font-w-5 {
  font-weight: 500;
}

.font-w-6 {
  font-weight: 600;
}

.font-w-7 {
  font-weight: 700;
}

.font-w-8 {
  font-weight: 800;
}

.font-w-9 {
  font-weight: 900;
}

.line-h-2 {
  line-height: 1.6;
}

.line-h-3 {
  line-height: 1.7;
}

.line-h-4 {
  line-height: 1.8;
}

.line-h-5 {
  line-height: 1.9;
}

.letter-space-1 {
  letter-spacing: 5px;
}

.letter-space-2 {
  letter-spacing: 10px;
}

.letter-space-3 {
  letter-spacing: 15px;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
  color: #0a54f3;
}

.text-theme2 {
  color: #e95f00;
}

.text-dark {
  color: #232629 !important;
}

.text-grey {
  color: #999999;
}

.text-rgba {
  color: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
  background-color: #ffffff !important;
}

.dark-bg {
  background-color: #0b0f34;
}

.light-bg {
  background-color: #f1f8fc;
}

.theme-bg {
  background-color: #0a54f3;
}

.transparent-bg {
  background-color: inherit !important;
}

/* ------------------------
    Banner
------------------------*/
.full-banner {
  position: relative;
  min-height: 800px;
}

[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.align-center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}

.full-banner .owl-carousel,
.full-banner .owl-stage-outer,
.full-banner .owl-stage,
.full-banner .owl-item,
.full-banner .item {
  height: 100%;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-pos-l {
  background-position: left;
}

.bg-pos-r {
  background-position: right;
}

.bg-pos-rt {
  background-position: right top;
}

.bg-pos-lt {
  background-position: left top;
}

.bg-pos-rb {
  background-position: right bottom;
}

.bg-pos-lb {
  background-position: left bottom;
}

/* ------------------------
    About
------------------------*/
.about-desc {
  padding: 120px 50px 50px;
}

.about-img {
  position: relative;
  padding: 15px 0;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
  margin: 50px 0;
  display: table;
  width: 100%;
}

.countdown > li {
  padding: 0 30px;
  font-weight: 700;
  text-align: center;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  list-style-type: none;
  display: table-cell;
  width: auto;
}

.countdown > li:last-child {
  border-right: none;
}

.countdown > li span {
  font-size: 70px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 20px;
  display: inline-block;
}

.countdown > li p {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0;
  color: #e95f00;
}

.dark-bg .countdown > li {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
  margin-bottom: 25px;
}

.terms-and-conditions ul.list {
  margin-bottom: 20px;
  display: block;
}

.terms-and-conditions ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
  margin-bottom: 25px;
}

.privacy-policy ul.list {
  margin-bottom: 20px;
  display: block;
}

.privacy-policy ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-info li {
  padding-left: 50px;
  position: relative;
}

.contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 30px;
  color: #0a54f3;
  text-align: center;
}

.contact-info li span {
  font-size: 16px;
  color: #3f3f3e;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.contact-info li p {
  margin-bottom: 0;
  line-height: 24px;
}

.contact-info li a {
  color: #3f3f3e;
}

.dark-bg .contact-info li a {
  color: #ffffff;
}

.contact-info li a:hover {
  color: #e95f00;
}

.theme-bg .contact-info span,
.dark-bg .contact-info span {
  color: #ffffff
}

.theme-bg .contact-info li i {
  color: #ffffff;
}

.theme-bg .contact-info li a {
  color: #ffffff;
}

.theme-bg .contact-info li a:hover {
  color: #3f3f3e;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

label {
  font-size: 14px;
  color: #3f3f3e
}

.form-control {
  height: 50px;
  font-size: 13px;
  color: #3f3f3e;
  box-shadow: none;
}

.theme-bg .form-control,
.dark-bg .form-control {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .form-control,
.theme-bg .form-control {
  color: #ffffff;
}

.light-bg .form-control {
  background: #ffffff
}

textarea.form-control {
  height: 150px;
}

.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: #e95f00;
}

.theme-bg .form-control:focus {
  border-color: #e95f00;
}

select.form-control {
  height: 50px !important;
}

select.form-control option { color: #3f3f3e; }

.map {
  height: 500px;
}

.map iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.help-block.with-errors {
  position: absolute;
  color: red;
  right: 15px;
  font-size: 10px;
  line-height: 14px;
}

.form-control::-webkit-input-placeholder {
  color: #3f3f3e;
}

.form-control::-moz-placeholder {
  color: #3f3f3e;
}

.form-control:-ms-input-placeholder {
  color: #3f3f3e;
}

.form-control:-moz-placeholder {
  color: #3f3f3e;
}

.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.dark-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-moz-placeholder {
  color: #ffffff;
}

.dark-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.dark-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-moz-placeholder {
  color: #ffffff;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; -webkit-text-fill-color: #081b3a !important; transition: background-color 5000s ease-in-out 0s;}
.theme-bg input:-webkit-autofill,
.theme-bg textarea:-webkit-autofill,
.theme-bg select:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #0a54f3 inset !important; -webkit-text-fill-color: #ffffff !important; transition: background-color 5000s ease-in-out 0s;}
.dark-bg input:-webkit-autofill,
.dark-bg textarea:-webkit-autofill,
.dark-bg select:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #0b0f34 inset !important; -webkit-text-fill-color: #ffffff !important; transition: background-color 5000s ease-in-out 0s;}


/* ------------------------
    Video
------------------------*/
.video-btn {
  position: relative;
  display: inline-block;
}

.video-btn-pos {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto !important;
  z-index: 99;
}

.video-btn .play-btn {
  animation: ripple-white 1s linear infinite;
  background: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
}

.video-btn .play-btn i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #0049d0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .2s ease-out !important;
  transform: translate3d(-50%, -50%, 0);
}

.video-btn .play-btn:hover i {
  transform: translate3d(-50%, -50%, 0) scale(.75);
  color: #0049d0
}

/* ------------------------
    Side Background
------------------------*/
.image-column {
  position: absolute;
  left: 0px;
  top: 50%;
}

.image-column.right {
  left: inherit;
  right: 0;
}

/* ------------------------
    Error
------------------------*/
.error-page img {
  animation: 2s ease 0s normal none infinite running leftRight;
}

/* ------------------------
    Working Hours
------------------------*/
.working-hours {
  background: rgba(255, 255, 255, 0.01);
  display: inline-block;
  padding: 15px;
  border-bottom: 2px solid #f84e12
}

.working-hours li {
  border-top: 1px dashed #3c3c3c;
  float: left;
  padding: 11px 0 12px;
  position: relative;
  text-align: right;
  width: 100%;
}

.working-hours li:first-child,
.footer-menu li:first-child {
  border-top: medium none;
}

.working-hours li span {
  float: left;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  width: auto;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
  position: relative;
  padding-left: 30px;
}

.list-icon li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #e95f00
}

.tab .list-icon li span {
  font-weight: 600;
  color: #e95f00;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

/* -------------------------------
 Shop Page
-------------------------------*/
.product-card {
  border: none;
  padding-bottom: 20px;
  overflow: hidden;
}

.product-card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;
}

.product-link button {
  border: none;
  padding: 0.50rem 0.75rem;
  background: #fff;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  color: #232629
}

.product-link button:hover {
  background: #0a54f3;
  color: #ffffff
}

.product-link button i,
.product-link a i {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  vertical-align: bottom;
}

.product-card .card-body {
  padding: 20px;
  position: relative;
  text-align: center;
  background: #fff
}

.product-title a {
  color: #232629;
  margin-bottom: 10px;
  display: inline-block;
}

.product-title a:hover {
  color: #0a54f3;
}

.product-price {
  color: #0a54f3;
  font-weight: 600;
}

.product-price del {
  font-size: 0.9rem
}

.product-list.product-card {
  padding: 0;
}

.product-list.product-card .card-body {
  padding: 0;
  text-align: left;
}

.star-rating {
  color: #FDCC0D
}

.form-check-input:checked {
  background-color: #0a54f3;
  border-color: #0a54f3;
}

.widget-color [type="radio"]:checked,
.widget-color [type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.widget-color .form-check-label {
  width: 26px;
  height: 26px !important;
  padding: 0 !important;
}

.widget-color .form-check-input[type="radio"]:checked + label,
.widget-color .form-check-input[type="radio"]:not(:checked) + label,
label.btn input[type="radio"]:checked + label,
label.btn input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.widget-color .form-check-input[type="radio"] + label::after,
.widget-color .form-check-input[type="radio"] + label::before,
label.btn input[type="radio"] + label::after,
label.btn input[type="radio"] + label::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 30px;
  height: 30px;
  z-index: 0;
  transition: .28s ease;
  z-index: -1;
}

.widget-color .form-check-input[type="radio"]:checked + label::after,
label.btn input[type="radio"]:checked + label::after {
  transform: scale(1.02);
}

.widget-color .form-check-input[type="radio"]:checked + label::after {
  background-color: #0a54f3;
}

.widget-size input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.widget-size label {
  background: #fcfbf7;
  margin-bottom: 0;
  display: inline-block;
  height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  color: #232629;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
}

.widget-size input[type="radio"]:checked + label {
  background: #0a54f3;
  color: #fff;
}

.widget-color li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 20px;
  width: 22%;
  text-align: center;
}

.widget-color li:nth-child(4n+4) {
  margin-right: 0;
}

.widget-size li {
  list-style-type: none;
  display: inline-block;
  width: 20%;
  text-align: center;
  float: left;
}

.widget-size li:nth-child(4n+4) {
  margin-right: 0;
}

input.form-product {
  -moz-appearance: textfield;
  height: 40px;
  border: none;
  background: #ffffff;
  text-align: center;
  width: 50px;
  border-top: 1px solid #43434d;
  border-bottom: 1px solid #43434d;
  color: #232629;
  vertical-align: middle;
}

.btn-product {
  background: none;
  color: #232629;
  border: 1px solid #43434d;
  height: 40px;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
}

.view-filter a.active {
  color: #0a54f3;
}

.view-filter a {
  color: #232629;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}

.cart-table thead th {
  padding: 20px;
  text-align: center;
  border: none;
  vertical-align: middle;
  color: #232629;
  font-size: 18px;
  font-weight: 500;
}

.cart-table td {
  padding: 10px;
  color: #232629;
  vertical-align: middle;
}